EIHW Thesis Template
Author
EIHW
Last Updated
před 6 lety
License
Creative Commons CC BY 4.0
Abstract
A starting template for Bachelor and Master thesis students of EIHW @ University Augsburg
A starting template for Bachelor and Master thesis students of EIHW @ University Augsburg
%%%%%%%%%%%%%%%%%%%%%%%
% EIHW (ENGLISH) Thesis template
%%%%%%%%%%%%%%%%%%%%%%%
%
%%% 20.06.2018- Alice Baird - alice.baird@informatik.uni-augsburg.de
%
\documentclass[a4paper, 10pt]{report}
\usepackage{sectsty}
\chapternumberfont{\normalsize}
\chaptertitlefont{\normalsize}
%\usepackage[ngerman, german]{babel} %%% USE FOR GERMAN - Recompile from scratch
\usepackage{psfrag,amsbsy,graphics,float}
\usepackage{verbatim}
\usepackage{url}
\usepackage{cite}
\usepackage{wrapfig}
\usepackage[ansinew]{inputenc}
\usepackage[active]{srcltx}
\usepackage{algorithm}
\usepackage[noend]{algorithmic}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{bbm}
\usepackage{enumerate}
\usepackage{graphicx}
\usepackage{ifthen}
\usepackage{listings}
\usepackage{struktex}
\usepackage{hyperref}
\usepackage{color}
% Define length
\setlength{\textwidth}{15cm}
\setlength{\textheight}{22cm}
\setlength{\evensidemargin}{-2mm}
\setlength{\oddsidemargin}{11mm}
\setlength{\topmargin}{10mm}
\setlength{\parindent}{0pt} %
% Title
\begin{document}
\hfill \includegraphics[width=0.30\textwidth]{logo_uau}
\pagestyle{empty}
\enlargethispage{4.5cm}
\begin{center}
\phantom{u}
\vspace{0.5cm}
\huge{Thesis Title}\\
\vspace{1.5cm}
\large{Master /Bachelor Thesis\\
\vspace{0.4cm}
Full Name\\
Matrikel-Nr.: xxxxxx\\
\vspace{0.5cm}
University of Augsburg\\
Chair of Embedded Intelligence for Health Care and Wellbeing \\
\vspace{0.3cm}
Univ.-Prof. Dr.-Ing. habil. Bj{\"o}rn Schuller\\
\vspace{0.8cm}
Supervisor: Full Name}
\end{center}
\topmargin5mm
\textheight220mm
\pagenumbering{arabic}
\phantom{u}
\small
\begin{abstract}
\begin{center}
%\normalsize \textbf{Abstract}\\
\end{center}
Full abstract (ca. 250words) here.
\end{abstract}
%Contents
\tableofcontents
%introduction
\chapter{Einleitung, Problemstellung, Literatur / Introduction, Motivation, Literature Review }
%Example Citation
\cite{gros2008complex}
%Equations
\begin{equation}
y=\sqrt[3]{x^5}
\label{EQ:glg1}
\end{equation}
\chapter{Stand der Technik / State of the Art}
%\section{Section}
%\subsection{Subsection}
\chapter{Hauptteil der Arbeit / Main part of the work}
%\section{Section}
%\subsection{Subsection}
\chapter{Zusammenfassung, Ausblick / Summary, Outlook}
\chapter{schliesslich / Conclusion}
\cleardoublepage
\listoffigures
\addcontentsline{toc}{chapter}{Abbildungsverzeichnis / List of Figures}
\cleardoublepage
\bibliography{Literature}
\bibliographystyle{abbrv}
\addcontentsline{toc}{chapter}{Literaturverzeichnis}
\end{document}