Current location - Education and Training Encyclopedia - Graduation thesis - How does latex add project footnotes and correspondence authors?
How does latex add project footnotes and correspondence authors?
Generally, when we use footnotes, we don't need to use extra macro packages. We just need to insert \ footnote {footnote content} where the footnote is inserted. The footnote goes like this:

Automatic numbering.

The first line is indented.

Generally, the footnotes on the first page of a paper do not need to be indented, so we introduce the footmisc macro package and use marginal to indent the first line.

\ document class[ 1 1pt,a4paper]{article}

\ Use package {CJK}

\usepackage{type 1cm}

\usepackage{times}

\ use package[marginal]{ fow misc }

\renewcommand{\thefootnote}{}

\ begin {document}

\ begin {CJK *} {GBK} {Song}

\ Footnote {\ nointertextbf {Date of receipt}: June 30, 2000; \textbf{ recovery date}: 2000-1-16 \ \?

\textbf{ Fund Project}: ` "Ninth Five-Year Plan" national key scientific and technological project (96-B02-03-05)\ \ textbf {Author's brief introduction};

Lu Feng (1970-), male, from Urumqi, Xinjiang Uygur Autonomous Region, is a postdoctoral fellow in the State Key Laboratory of Resources and Environmental Information System of China Academy of Sciences.

Mainly engaged in the research of traffic network geographic information system data model and network analysis related algorithms. }.

\end{CJK*}

\end{document}

Line 5: Introduce a macro package so that the first line of the footnote will not be indented.

Line 6: Set footnotes not to be numbered.

Line 9: Set the contents of the footnote.