Thesis

A Latex thesis template

Category

thesis

License

Free to use (MIT)

File

thesis.tex

thesis.texRead-only preview
\documentclass{iasthesis}

\input{packages.tex}
\input{macros.tex}

\usepackage{layout}
\usepackage{kantlipsum}


\begin{document}


%%%%%%%%%%%%%%%%%%%%%%%%
% title page
%%%%%%%%%%%%%%%%%%%%%%%%

\title{\textcolor{crimson} {A Suitable Title}}
\author{\textcolor{crimson} {Hany Abdulsamad, M.Sc.}}

\maketitle


%%%%%%%%%%%%%%%%%%%%%%%%
% tudprints
%%%%%%%%%%%%%%%%%%%%%%%%

\begin{tudprints}
	\input{meta/tudprints.tex}
\end{tudprints}


%%%%%%%%%%%%%%%%%%%%%%%%
% meta
%%%%%%%%%%%%%%%%%%%%%%%%

\begin{dedication}
	\input{meta/dedication.tex}
\end{dedication}

% empty page
\newpage\null\thispagestyle{empty}\newpage

% start roman numbering at abstract
\pagenumbering{Roman}

%	% check layout margins
%	\layout

\begin{meta}{Acknowledgement}
	\input{meta/acknowledgements.tex}
\end{meta}

\begin{meta}{Kurzfassung}
	\begin{otherlanguage}{ngerman}
		\input{meta/kurzfassung.tex}
	\end{otherlanguage}
\end{meta}

\begin{meta}{Abstract}
	\input{meta/abstract.tex}
\end{meta}


%%%%%%%%%%%%%%%%%%%%%%%%
% publications
%%%%%%%%%%%%%%%%%%%%%%%%

% publication biblio
\setlength{\bibitemsep}{.75\baselineskip plus .05\baselineskip minus .05\baselineskip}

\newbibliography{pubs}
\bibliographystyle{pubs}{biblio/custom_apalike}

\nocite{pubs}{*}
\bibliography{pubs}{biblio/publications.bib}{Publications}


%%%%%%%%%%%%%%%%%%%%%%%%
% table of contents
%%%%%%%%%%%%%%%%%%%%%%%%

\dominitoc[n]

\setcounter{tocdepth}{1}
\tableofcontents
\clearpage


%%%%%%%%%%%%%%%%%%%%%%%%
% mainmatter
%%%%%%%%%%%%%%%%%%%%%%%%

% use arabic numbering from first chapter on
\pagenumbering{arabic}

\input{content/chapter1.tex}
\input{content/chapter2.tex}
\input{content/chapter3.tex}
\input{content/chapter4.tex}

{
	\appendix{}
	\input{content/appendix1.tex}
	\input{content/appendix2.tex}
	\input{content/appendix3.tex}
}


%%%%%%%%%%%%%%%%%%%%%%%%
% references
%%%%%%%%%%%%%%%%%%%%%%%%

% references biblio
\setlength{\bibitemsep}{.25\baselineskip plus .05\baselineskip minus .05\baselineskip}

\newbibliography{refs}
\bibliographystyle{refs}{biblio/custom_apalike}

\nocite{refs}{*}
\bibliography{refs}{biblio/references.bib}{Bibliography}

\end{document}
Preview
Thesis preview
Thesis LaTeX Template | Bibby | Bibby AI