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: