diff thesis/thesis.tex @ 49:efb2d7b375ad

new page numbering for appendix
author meillo@marmaro.de
date Tue, 14 Oct 2008 19:43:31 +0200
parents e69780171a53
children da11c1b9e8cb
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}