latex template

LaTeX template for academic theses or papers

Category

thesis

License

Free to use (MIT)

File

document.tex

document.texRead-only preview
\input{settings/project-settings}

\begin{document}

% --------------------------
% TITLEPAGE
% --------------------------
\input{content/titlepage}
\setcounter{page}{1}
\pagenumbering{roman}
\newpage

% --------------------------
% DECLARATION
% --------------------------
\input{content/declaration}
\newpage

% --------------------------
% ABSTRACT
% --------------------------
\input{content/abstract}
\newpage

% --------------------------
% TABLE OF CONTENTS
% --------------------------
\addtocontents{toc}{\protect\enlargethispage{\baselineskip}}
\tableofcontents
\newpage

% --------------------------
% ABBREVIATIONS
% --------------------------
\input{content/abbreviations}
\newpage

% --------------------------
% LIST OF FIGURES
% --------------------------
\listoffigures
\newpage

% --------------------------
% INTRODUCTION
% --------------------------
\setcounter{page}{1}
\pagenumbering{arabic}
\input{content/introduction}
\newpage

% --------------------------
% BASICS 
% --------------------------
\input{content/basics}
\clearpage

% --------------------------
% MAIN PART
% --------------------------
\input{content/mainpart1}
\newpage
\input{content/mainpart2}
\newpage
\input{content/mainpart3}
\newpage

% --------------------------
% SUMMARY
% --------------------------
\input{content/summary}
\newpage

% --------------------------
% BIBLIOGRAPHY
% --------------------------
\printbibliography

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