Thesis

LaTeX template for a PhD, Master's or Bachelor's thesis.

Category

phd

License

Free to use (MIT)

File

thesis.tex

thesis.texRead-only preview
% Include all the tex files needed to compile the document
\documentclass[a4paper,twoside,11.5pt]{scrbook}

% Include
\input{include/packages.tex}
\input{include/styles.tex}
\input{include/definitions.tex}

\begin{document}

% Chapters
\input{chapters/title.tex}
\input{chapters/abstract.tex}
\tableofcontents
\clearpage
\input{chapters/introduction.tex}
\input{chapters/probability.tex}
\input{chapters/conclusion.tex}

% Bibliography
\newpage
\bibliographystyle{plain}
\bibliography{include/bibliography}

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