\documentclass[11pt,a4paper,german,fleqn]{thesis} \def \titel {TITEL} \def \thesistype {DIPLOMARBEIT} \def \autor {AUTOR} \def \matrikel {1234} \def \uni {UNI} \def \lehrstuhl {LEHRSTUHL} \def \betreuer {BETREUER} \def \leitung {PROFNAME} \def \einreichung {1.1.2007} % Brauchen latex2e \NeedsTeXFormat{LaTeX2e} % Encoding \usepackage[T1]{fontenc} \usepackage[latin1]{inputenc} % Deutsche Anpassungen \usepackage{german} \usepackage[german]{babel} % Schriftarten ins PDF einbetten \usepackage{ae} \usepackage{a4} \usepackage[left=3cm,right=2cm,top=2.5cm,bottom=2cm]{geometry} % Spezielle Meta-Marks \usepackage{extramarks} % Grafik-Support \usepackage{graphicx} % Mathematische Umgebung / Schriftart \usepackage{amsmath} \usepackage{mathbbol} \usepackage{pxfonts} % Spezielle Symbole \usepackage{latexsym} \usepackage{stmaryrd} \usepackage{amssymb} % Symbolverzeichnis \usepackage{nomentbl} \makenomenclature \include{symbole} % Flow-objects Positionieren [H] \usepackage{float} % Schöne Kolumnenüberschriften \usepackage{fancyhdr} \renewcommand\sectionmark[1]{\markboth{\thesection\ #1}{}} \renewcommand\subsectionmark[1]{\markright{\thesubsection\ #1}} \fancyhead{} \fancyfoot{} \fancyhead[L]{\firstleftmark} \fancyhead[R]{\thepage} % Numerierung von Formeln, Tabellen, Grafiken im Stil: #Section#.#NUMMER# \usepackage{chngcntr} \counterwithin{figure}{section} \counterwithin{table}{section} \counterwithin{equation}{section} % Im Inhaltsverzeichnis nur bis subsubsection \setcounter{tocdepth}{3} % Kein Einzug am Absatzanfang \setlength{\parindent}{0pt} \renewcommand{\baselinestretch}{1.2} \setlength{\itemsep}{0pt} \setlength{\headheight}{13.6pt} %\usepackage{atbeginend} %\BeforeBegin{itemize}{ \renewcommand{\baselinestretch}{1} \setlength{\parskip}{-0.3cm} } %\AfterEnd{itemize}{ \renewcommand{\baselinestretch}{1} \setlength{\parskip}{\defparskip} } %\BeforeBegin{enumerate}{ \renewcommand{\baselinestretch}{1} \setlength{\parskip}{-0.3cm} } %\AfterEnd{enumerate}{ \renewcommand{\baselinestretch}{1} \setlength{\parskip}{\defparskip} } % Referenzen \usepackage{varioref} % PDF Setup \usepackage[ps2pdf]{hyperref} \hypersetup{% pdftitle = {\titel}, pdfsubject = {\thesistype am \lehrstuhl , \uni} pdfauthor = {\autor}, pdfcreator = {GhostScript}, pdfproducer = {LaTeX}, pdfstartview = {FitH}, bookmarks=true, bookmarksnumbered=true, hyperindex=true } \usepackage[ps2pdf]{thumbpdf} \usepackage{cite} % Neue Commands (Abkürzungen) \newcommand{\Bi}{\begin{itemize}} \newcommand{\Ei}{\end{itemize}} \newcommand{\Be}{\begin{enumerate}} \newcommand{\Ee}{\end{enumerate}} \newcommand{\Bm}{\begin{equation}} \newcommand{\Em}{\end{equation}} \def \fbx#1 {\fbox{$ \displaystyle #1$}} \def \bild[#1]#2 {\begin{figure}[H] \includegraphics[#1]{#2}\end{figure}} \def \mref#1 {(\ref{#1}) } % Mathemathisches Zeugs als Text \newcommand{\grad}{ \mathrm{grad} \,} \renewcommand{\div}{ \mathrm{div} \,} \newcommand{\tot}{ \mathrm{rot} \,} % End Preamble %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{document} \pagestyle{empty} %%%%%%%%%%%%%%%%%%%%%%%%%%% % Titelseite \begin{titlepage} %\vspace*{1cm} \hypertarget{titlepage}{} \pdfbookmark[1]{Titelseite}{titlepage} %% Logozeile \hfill \begin{minipage}[c]{2.7cm} \includegraphics[width=2.7cm]{INSTITUTSLOGO} \end{minipage} \hfill \begin{minipage}[c]{10cm} \begin{center} \large \uni \\ \lehrstuhl \end{center} \end{minipage} \hfill \begin{minipage}[c]{2.5cm} \includegraphics[width=2.5cm]{UNILOGO} \end{minipage} \hfill \newline \vspace*{\fill} %% Titel \begin{center} {\huge \bf \titel}\\[2cm] {\large \thesistype \\ von\\ {\bf \autor } \\ Matr.-Nr.: \matrikel } \vspace*{\fill} %% Betreuerzeile \begin{tabular}{rl} Betreuer:& \betreuer \\ Wissenschaftliche Leitung: & \leitung \\ Eingereicht am:& \einreichung \\ \tiny Version vom:& \tiny \today \\ \end{tabular} \end{center} \vspace*{3cm} \end{titlepage} %%%%%%%%%%%%%%%%%%%%%%%%% % Prolog \pagestyle{empty} % Erklärung \section*{Erklärung} Ich versichere, dass ich die Arbeit ohne fremde Hilfe und ohne Benutzung anderer als der angegebenen Quellen angefertigt habe und dass die Arbeit in gleicher oder ähnlicher Form noch keiner anderen Prüfungsbehörde vorgelegen hat und von dieser als Teil einer Prüfungsleistung angenommen wurde. Alle Ausführungen, die wörtlich oder sinngemäß übernommen wurden, sind als solche gekennzeichnet.\\[1.2cm] Erlangen, den \today \hspace*{1cm} \dotfill \hspace*{5cm} \newpage \pagestyle{empty} % % Danksagung % \section*{Danksagung} % Ich möchte mich an dieser Stelle bei all den fleissigen Händen bedanken, die mir bei der Durchführung geholfen haben.\\ % % \newpage % passende numerierung \pagestyle{fancy} \pagenumbering{roman}\setcounter{page}{1} \pdfbookmark[1]{\contentsname}{toc} % Inhaltsverzeichnis \tableofcontents \newpage %%%%%%%%%%%%%%%%%%%%%%%%% % abstract / kurzfassung \begin{abstract} \fancyhead[L]{\MakeUppercase{\abstractname}} \pdfbookmark[1]{\abstractname}{abstract} Kurzfassung \end{abstract} \newpage %%%%%%%%%%%%%%%%%%%%%%%%% % Textteil %%%%%%%%%%%%%%%%%%%%%%%%% \pagenumbering{arabic}\setcounter{page}{1} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % INHALT HIER HIN %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%% % Anhang \newpage \begin{appendix} \section*{Anhang} \addcontentsline{toc}{section}{Anhang} % Setting für Anhang \pagenumbering{Roman}\setcounter{page}{1} \fancyhead[L]{\MakeUppercase{Anhang}} %\pdfbookmark[1]{\contentsname}{section.5} \renewcommand{\thesubsection}{\Alph{subsection}} \renewcommand{\section}{\subsection} % Symbolverzeichnis % \nomenclature[]{}{}{}{} % A so that the symbol is classified as a Latin letter. % G so that the symbol is classified as a Greek letter. % X so that the symbol is classified as a superscript. % Z so that the symbol is classified as a subscript. \nomenclature[A]{$A$}{Fläche}{$m^2$}{$L^2$} \printnomenclature % Abbildungsverzeichnis \listoffigures % Tabellenverzeichnis \listoftables % Literaturverzeichnis \bibliography{thesis} \bibliographystyle{unsrtdin} %\bibliographystyle{abbrvdin} \end{appendix} \end{document}