# HG changeset patch # User meillo@marmaro.de # Date 1224006211 -7200 # Node ID efb2d7b375ad4a0a40ed08c96560780fd7d7202f # Parent a60b2d32b597464dbeefecbae6c665d5341f8ae6 new page numbering for appendix diff -r a60b2d32b597 -r efb2d7b375ad thesis/thesis.tex --- a/thesis/thesis.tex Tue Oct 14 12:23:10 2008 +0200 +++ b/thesis/thesis.tex Tue Oct 14 19:43:31 2008 +0200 @@ -54,8 +54,8 @@ \appendix -%\setcounter{page}{0} -%\pagenumbering{Roman} +\setcounter{page}{0} +\pagenumbering{alph} %\addcontentsline{toc}{chapter}{List of Figures} %\addcontentsline{toc}{chapter}{List of Tables} @@ -65,6 +65,7 @@ \bibliographystyle{alpha} \bibliography{bib/thesis} +\clearpage \addcontentsline{toc}{chapter}{Index} \printindex \end{document}