答案1
这是如何使用该appendix
包的一个示例。
将附录插入到环境中appendices
。
\documentclass{article}
\usepackage[title,titletoc]{appendix}
\usepackage{lipsum} % only for the example
\begin{document}
\tableofcontents
\newpage
\section{First section}
\lipsum
\begin{appendices}
\section{First appendix}
\lipsum
\section{Second appendix}
\lipsum
\end{appendices}
\end{document}
目录看起来如下: