I have a Problem in the Appendix section of my Thesis.
in Latex I have a main file which controls all the chapter and othher things. In that file I have a part for appnedix:
Code: Select all
\appendix
\chapter*{Appendix}
\thispagestyle{empty}
\setcounter{chapter}{1}
\setcounter{equation}{0}
\addstarredchapter{Appendix}
\newpage
\ihead{\normalfont Appendix}
\minitoc
\include{Appendix/appendix1}
link for a sample Output: dropbox.com/s/zomhpxxa91yrphh/appendix.pdf?dl=0
Thanks