ich hätte da noch ein zweites Problem. Jedesmal wenn ich unter meiner Chapter definition eine Section definieire möchte. Definiert Latex die Section mit der Zahl und schreibt in die PDF Datei section und den Namen von der Section.
Hier plotte ich mal den Code:
\documentclass[10pt,a4paper]{report} \usepackage[english]{babel} \usepackage{fancyhdr} \usepackage{color} \usepackage{totpages} \usepackage[pdftex] {graphicx} \usepackage{romannum} \newcommand{\RM}[1]{\MakeUppercase{\romannumeral #1{}}} \pagestyle{fancy} \fancyhead[L]{} \fancyhead[R]{\bfseries Julius Wolff Institut \\ Campus Virchow Klinikum} \fancyfoot{} \fancyfoot[L]{ \today} \fancyfoot[C]{From: A.Braun} \pagenumbering{arabic} \fancyfoot[R]{\thepage{} of \pageref{TotPages}} \renewcommand{\headrulewidth}{0.6pt} \renewcommand{\footrulewidth}{0.6pt} \newcommand{\sectionnumbering}[1]{% \setcounter{section}{0}% \renewcommand{\thesection}{\csname #1 \endcsname{section}}} \begin{document} \begin{titlepage} \begin{figure}[ht ]\centering \includegraphics[width=12 cm]{BeuthHochschule.eps} \end{figure} \begin{center} Faculty \RM{2} Mathemics Physics Chemisty \\ [36pt] \begin{bfseries} \bfseries {Master Thesis} \\ [36pt] \end{bfseries} from \\ [24pt] blablabla \\ [24pt] to graduate for \\ Master of Science (M.Sc.)\\ [24pt] in the course of studies \\ blablabla \\[24pt] \end{center} Topic: \begin{center} \bfseries{blablabla} \\ [24pt] \end{center} Supervising tutor:\hspace{2.9 cm} blablabla Supervising tutor external:\hspace{1.55 cm} blablabla Consultant:\hspace{3.9 cm} blablabla \\ Submitted: \today \end{titlepage} \begin{abstract} test test test test \end{abstract} \pagenumbering{Roman} \sectionnumbering{Roman} \tableofcontents \clearpage \listoffigures \clearpage \listoftables \clearpage \pagenumbering{arabic} \sectionnumbering{arabic} \chapter{Introduction} \chapter{Basics principles} \section{Experiments} \section{microCT} \section{Amira} \chapter{Finite Element Model} \chapter{Corollary} \chapter{Compendium} \chapter{Literature} \begin{appendix} \chapter A test test test \end{appendix} \end{document}
Aaron