Thesis

Latex template for Bachelor's / Master's theses

Category

masters

License

Free to use (MIT)

File

main.tex

main.texRead-only preview
% This is a simple, plain Latex template package for the creation of Bachelor's and 
% Master's theses.
% The template is tailored to the specific needs of engineering students pursuing a degree
% at the University of Lübeck.
%
% For copyright information, see the accompanying LICENSE file.
%
% The current version of this template can always be found at
%
%    https://github.com/gonike/thesis-template
%
% Eike Petersen, April 2017, with contributions from Christian Hoffmann and other members 
% of the Institute for Electrical Engineering in Medicine (IME), University of Lübeck.
%

\documentclass[11pt, a4paper, headsepline, BCOR = 1cm]{scrbook}
% BCOR = Binding correction. Adjusts inner page margin for bound books.
% headsepline produces a horizontal line under chapter title on page headers

\input{preamble}

\begin{document}

\frontmatter
\input{tex/frontmatter/titlepage}
\cleardoublepage

\KOMAoption{headsepline}{false}
\setcounter{page}{1}
\input{tex/frontmatter/eidesstattliche_erk}
\cleardoublepage

\input{tex/frontmatter/abstract_en}
\cleardoublepage

\input{tex/frontmatter/abstract_de}
\cleardoublepage

\KOMAoption{headsepline}{true}

\tableofcontents

\mainmatter

\input{tex/mainmatter/introduction}
\input{tex/mainmatter/materials_and_methods}
\input{tex/mainmatter/concept}
\input{tex/mainmatter/results}
\input{tex/mainmatter/discussion}
\input{tex/mainmatter/conclusion}

\backmatter

% Print list of mathematical symbols
\printnoidxglossaries

\listoffigures

%\listoftables

\printbibliography

% List of fixme notes
\listoffixmes

\end{document}

%%%%% Emacs-related stuff
%%% Local Variables: 
%%% mode: latex
%%% TeX-master: t
%%% End: 
Preview
Thesis preview
Thesis LaTeX Template | Bibby | Bibby AI