fior
26-05-2007, 16:05
:confused:Ich hab schon gesucht und gesucht, zum Appendix gibts zu Hauf, jedoch bin ich nicht richtig fündig geworden oder einfach blind!
Mein Inhaltsverzeichniss Eintrag soll folgendermaßen aussehen:
----------
Anhang
A.1 text
A.2 text
A.3 text
----------
Mein Appendix sieht bisher so aus:
%---
\appendix
\addcontentsline{toc}{chapter}{Anhang}
\chapter*{Anhang}
\section{text}
\section{text}
\section{text}
%---
Das Resultat sieht dann so aus:
----------
Anhang
.1 text
.2 text
.3 text
----------
Ich weiß, das mit \chapter*{anhang} kann nur als Resultat das haben, aber wie erreiche ich das was ich möchte? Vielen Dank!
Mein Inhaltsverzeichniss Eintrag soll folgendermaßen aussehen:
----------
Anhang
A.1 text
A.2 text
A.3 text
----------
Mein Appendix sieht bisher so aus:
%---
\appendix
\addcontentsline{toc}{chapter}{Anhang}
\chapter*{Anhang}
\section{text}
\section{text}
\section{text}
%---
Das Resultat sieht dann so aus:
----------
Anhang
.1 text
.2 text
.3 text
----------
Ich weiß, das mit \chapter*{anhang} kann nur als Resultat das haben, aber wie erreiche ich das was ich möchte? Vielen Dank!