Eller du kan også redefinere appendix... Vi har flg. i vores rapport:
\newcommand{\appendiks}[0]{
\def\appendixname{Appendix}
\renewcommand{\thechapter}{\alph{chapter}} \setcounter{chapter}{0}
}
Så har vi flg. struktur i rapporten:
\begin{document}
\chapters 1..*
\appendix
\chapter something
\appendiks
\chapter more something
\end{document}
Med dansk som style så vil det være
Kapitel 1..*
Bilag X Y Z
Appendix xyz
/Thomas
--
"To alcohol! The cause of - and solution to - all of life's problems!"
-- Homer Simpson