I'm writing a report, but have some difficulties with the table of contents. I know this topic have been discussed before, but I can't seem to get it to work...
Code: Select all
\documentclass[fleqn,10pt,a4paper]{report}
...
\usepackage{appendix}
...
\begin{document}
\simplechapter
\include{tex/frontpage}
\tableofcontents
\thispagestyle{fancy}
% The report:
\include{tex/psychoacoustic}
\include{tex/harmonic_generation}
\include{tex/intermodulation_distortion}
\include{tex/gedlee}
\include{tex/test_nld}
\include{tex/sys}
\include{tex/conclusion}
\appendix
\include{tex/app_gedlee}
\include{tex/bibliography }
\end{document}
1. Same headline..
1.1. Some section
...
...
A. This is my appendix.
A.1 Some section.
...
...
Bibliography
Isn't this the "normal" way to do it?!?
EDIT::::
by the way. When I add the bibliography after the appendix, it does NOT appear in the generated document??