s*******t 发帖数: 84 | 1 I am trying to use the appendix package.
I used it in two ways:
First:
\usepackage{appendix}
...
\appendix
\appendixpage
\addappheadtotoc
Second:
\usepackage{appendix}
...
\begin{appendices}[toc, page]
...
\end{appendices}
From the manual, both methods can provied an "Appendix" title page and a
reference in the table of contents, however, both mechods won't work.
The compile will stop at \appendixpage saying incorrect command in the first
mechod.
The second method shows nothing.
Anyone has used |
|