changeset 49:efb2d7b375ad

new page numbering for appendix
author meillo@marmaro.de
date Tue, 14 Oct 2008 19:43:31 +0200
parents a60b2d32b597
children f944ca6dd688
files thesis/thesis.tex
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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}