Monday, October 03, 2011

To allow good Appendix table of content view and writing professional documents, follow this piece of code:

Note that , appendix1 and appendix2 is a normal .tex files like any chapter files start with \chapter and contains sections

\usepackage[titletoc]{appendix}

\begin{document}  
\begin{appendices}

\include{appendix1}

\include{appendix2}
\end{appendices}

\end{document}

0 comments :