\documentclass[a4paper,fontsize=11pt,utf8x,titlepage=true,toc=bibliography,captions=tableheading]{scrreprt} \usepackage[a4paper,includeheadfoot,top=10mm,bottom=10mm]{geometry} \pdfcompresslevel=9 \usepackage[utf8x]{inputenc} \usepackage[T1]{fontenc} \usepackage{libertine} \usepackage[ngerman]{babel} \usepackage{setspace} \usepackage{acronym} \usepackage[alsoload=synchem]{siunitx} \sisetup{loctolang={DE:ngerman}, locale=DE, obeyall=true} \newunit{\bp}{bp} \newunit{\kb}{kb} \newunit{\Unit}{U} \newunit{\rpm}{rpm} \newunit{\g}{x g} \newunit{\poundsperinch}{psi} \usepackage{amsmath,amsfonts} %\usepackage{amsmath} \usepackage{booktabs} \usepackage{multirow} \usepackage{graphicx} \usepackage[caption=false]{subfig} \usepackage[version=3]{mhchem} \usepackage{natbib} \usepackage[format=hang]{caption} \usepackage[fixlanguage]{babelbib} \selectbiblanguage{ngerman} \usepackage{hyperref} \hypersetup{ unicode=true, % non-Latin characters in Acrobat’s bookmarks pdftoolbar=true, % show Acrobat’s toolbar? pdfmenubar=true, % show Acrobat’s menu? pdffitwindow=false, % window fit to page when opened pdfstartview={FitH}, % fits the width of the page to the window pdftitle={Bachelorarbeit}, % title pdfauthor={Alexander Minges}, % author pdfsubject={Bachelorarbeit}, % subject of the document pdfcreator={Alexander Minges}, % creator of the document pdfkeywords={Bachelorarbeit, RTE1, Ethylen, Arabidopsis thaliana}, % list of keywords pdfnewwindow=true, % links in new window colorlinks=true, % false: boxed links; true: colored links linkcolor=black, % color of internal links citecolor=black, % color of links to bibliography filecolor=black, % color of file links urlcolor=black % color of external links } %opening \titlehead{\centering \includegraphics[keepaspectratio=true,width=0.4\textwidth]{./img/hhulogo.png}} \subject{Biochemie der Pflanzen\\Abteilung für biochemische Pflanzenphysiologie} \title{Bachelorarbeit} \subtitle{Molekulare Charakterisierung von \acs{RTE1} aus \acl{A. thaliana}} \author{Alexander Ralph Michael Minges} \begin{document} \singlespace \begin{titlepage} \begin{center} \vspace*{\fill}{Heinrich-Heine-Universität Düsseldorf\\ Institut für Biochemie der Pflanzen\\ Abteilung für biochemische Pflanzenphysiologie} \vfill \Huge Bachelorarbeit \Large Molekulare Charakterisierung von \acs{RTE1} aus \acs{A. thaliana} \vfill {Zur Erlangung des Bachelorgrades (Bachelor of Science - Biochemistry)} \vfill {vorgelegt von \\ \textbf{Alexander Ralph Michael Minges \\ (1804535)}} \vfill \begin{description} \item[Erstprüfer:]{Univ. Prof. Dr. G. Groth\\ Institut für Biochemie der Pflanzen \\ Heinrich-Heine-Universität Düsseldorf} \item[Zweitprüfer:]{Univ. Prof. Dr. L. Schmitt\\ Institut für Biochemie \\ Heinrich-Heine-Universität Düsseldorf} \end{description} \end{center} \end{titlepage} %\maketitle \tableofcontents \clearpage \include{./inc/einleitung} \include{./inc/material} \include{./inc/ergebnisse} \include{./inc/diskussion} \listoffigures \addcontentsline{toc}{chapter}{Abbildungsverzeichnis} \listoftables \addcontentsline{toc}{chapter}{Tabellenverzeichnis} \bibliographystyle{natdin} \bibliography{/home/alex/Dokumente/Bibliothek} \include{./inc/abkuerzungen} \include{./inc/anhang} \end{document}