[Latex entry] 15. Add a footer to the article

Source: Internet
Author: User
Introduction note is often used when writing a thesis. For example, this article will introduce a very practical example, that is, after a thesis is written, the author's information will be written in the footer on the homepage of the thesis. Generally, when using a footer, you do not need to use a macro package. You only need to insert \ footnote {footer content} at the place where the footer is inserted. Such a footer:
  • Automatic ID.
  • Indent the first line.
However, the footer position on the home page does not require the first line indent. Therefore, we introduce the footmisc macro package and use marginal to indent the first line.
1234567891011121314 \ Documentclass [11pt, a4paper] {Article} \ usepackage {CJK} \ usepackage {type 1cm} \ usepackage {times} \ usepackage [marginal] {footmisc} \ renewcommand {\ thefootnote} {} \ begin {document} \ begin {CJK *} {GBK} {SONG} This article \ footnote {\ noindent \ textbf {receipt date }: 2000-06-30; \ textbf {repair date}: 2000-11-16 \\\ textbf {Fund project}: '9th five year' National Science and Technology Support Project (96-b02-03-05) \\\ textbf {author profile}: Lu feng (1970-), male, from Urumqi, Xinjiang Uygur Autonomous Region, Postdoctoral Fellow at the State Key Laboratory of Resource and Environmental Information System, Chinese Emy of Sciences, mainly engaged in Geographic Information System data models and networks of Traffic Networks Analyze related algorithms .}. \ End {CJK *} \ end {document}
Row 3: The macro package is introduced so that the first line of the footer is not indented. Row 6th: Set the footer to be Unnumbered. Row 3: Set the footer content. The display effect is as follows:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.