示例效果图: 示例代码:\documentclass{article}
\usepackage{times}
\pagestyle{empty}
\setcounter{page}{6}
\setlength\textwidth{207.0pt}
\setlength\textheight{9\baselineskip}
\usepackage{footmisc}
\begin{document}
\noindent Main text \ldots \begin{center}
\begin{minipage}{.7\linewidth}
Footnotes in a minipage are numbered using
lowercase letters.\footnote{Inside minipage}
\par This text references the previous
footnote.\addtocounter{mpfootnote}{-1}%
\mpfootnotemark{}
And another\footnote{Inside as well} note.
\end{minipage}
\end{center} \ldots{} main text \ldots
\end{document}
发表评论 取消回复