1
0
Fork 0
Bachelorarbeit/bachelorarbeit.tex

126 lines
No EOL
5.3 KiB
TeX
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\documentclass[a4paper,fontsize=13pt,titlepage=true,toc=bibliography,captions=tableheading,DIV=12,BCOR=1cm]{scrreprt} %Dokumentenklasse
%\pdfcompresslevel=9
\usepackage{xunicode}
\usepackage{xltxtra}
%\usepackage[utf8x]{inputenc} % Eingabekodierung UTF-8
%\usepackage[T1]{fontenc} % Schriftkodierung
%\usepackage{tipa} % Phonetische Symbole (z.B. %textbeta)
\usepackage{etoolbox}
\usepackage{polyglossia}
\setdefaultlanguage[spelling=new,babelshorthands=true]{german}
\usepackage[]{libertine} % Schriftarten 'Linux Libertine' und 'Linux Biolinum'
%\usepackage[ngerman]{babel} % Neue Deutsche Rechtschreibung/Silbentrennung mit griechischen Buchstaben
\usepackage{setspace} % Paket für das Setzen des Zeilenabstandes
\onehalfspacing
\usepackage{acronym} % Abkürzungen und Abkürzungsverzeichnis
\usepackage[alsoload=synchem,locale=DE,loctolang={DE:german},obeyall=true,decimalsymbol={{{,}}},tophrase={{ bis }}]{siunitx} % SI-Einheiten
\newunit{\bp}{bp} % Definition eigener Einheiten: Basenpaare
\newunit{\kb}{kb} % Definition eigener Einheiten: Kilo-Basenpaare
\newunit{\Unit}{U} % Definition eigener Einheiten: Unit
\newunit{\rpm}{rpm} % Definition eigener Einheiten: Umdrehungen/Minute
\newunit{\g}{x g} % Definition eigener Einheiten: relative Erdbeschleunigung
\newunit{\psi}{psi} % Definition eigener Einheiten: Pounds per inch
\newunit{\CV}{CV}
\sisetup{
mathsmu = \text{μ},
textmu = μ
}
\usepackage{tabularx} % Tabellen mit fester Breite
\usepackage{longtable}
\usepackage{booktabs} % 'Hübsche' Tabellen ohne vertikale Linien
\usepackage{multirow} % Mehrzeilige Tabellen
\usepackage{graphicx} % Grafikerweiterung
\usepackage[caption=false]{subfig} % Unterabbildungen
\usepackage[version=3]{mhchem} % Darstellung chemischer Summenformeln
\usepackage{natbib} % Naturwissenschaftliche Zitierungsstile
%\usepackage[format=hang]{caption}[2008/08/24] % Formatierung von Bildunter-/Tabellenüberschriften
\usepackage[format=plain,small]{caption}[2008/08/24]
%\usepackage[fixlanguage]{babelbib} % Sprachanpassung für Literaturverzeichnis
%\selectbiblanguage{german} % s.o.
\usepackage{hyperref} % PDF-Eigenschaften (s.u.)
\hypersetup{
unicode=true, % non-Latin characters in Acrobats bookmarks
pdftoolbar=true, % show Acrobats toolbar?
pdfmenubar=true, % show Acrobats 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 Ralph Michael Minges}, % author
pdfsubject={Bachelorarbeit}, % subject of the document
pdfcreator={Alexander Ralph Michael 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}
\begin{titlepage}
\begin{center}
\large
\vspace*{\fill}
\includegraphics[keepaspectratio=true,width=0.4\textwidth]{./img/hhulogo.png}\\
Institut für Biochemie der Pflanzen\\ Abteilung für biochemische Pflanzenphysiologie
\vfill
\Huge
\textsf{\textbf{Bachelorarbeit}}
\large
\textsf{\textbf{Molekulare Charakterisierung von \acs{RTE1} aus \acl{A. thaliana}}}
\vfill
Zur Erlangung des Bachelorgrades\\ (Bachelor of Science - Biochemistry)
\vfill
vorgelegt von \\ \textbf{Alexander Ralph Michael Minges \\ (1804535)}
\vfill
im September 2010
\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/zusammenfassung}
\include{./inc/einleitung}
\include{./inc/material}
\include{./inc/ergebnisse}
\include{./inc/diskussion}
\listoffigures
\addcontentsline{toc}{chapter}{Abbildungsverzeichnis}
\listoftables
\addcontentsline{toc}{chapter}{Tabellenverzeichnis}
\nocite{voet-van-vormizeele_mutants_2008}
\nocite{duncan_heme-binding_1999}
\nocite{vincent_protein_1985}
\bibliographystyle{natdin}
\bibliography{./Bibliothek}
\include{./inc/abkuerzungen}
\include{./inc/anhang}
\end{document}