Templates

Colaps Templates

Preview

Colaps Templates

Bachelor thesis template for Overleaf

Category

university

License

Free to use (MIT)

File

main.tex

main.texRead-only preview
\documentclass[11pt, a4paper, oneside]{book}
\usepackage[backend=biber, style=ieee]{biblatex}

\addbibresource{references.bib} %Imports bibliography file

\usepackage[utf8]{inputenc}

\usepackage{microtype}

\usepackage[english]{babel}
%Includes "References" in the table of contents
\usepackage[nottoc]{tocbibind}
%\usepackage[ngerman]{babel}
\usepackage{csquotes}
\usepackage{subcaption}
\usepackage[hidelinks]{hyperref}

\usepackage{acronym}
\usepackage{graphicx}
\graphicspath{ {./images/} }

\usepackage{fancyhdr}
\setlength{\headheight}{15pt}


\usepackage{xspace}
\usepackage{mdframed}
\usepackage{color, colortbl}
\usepackage{array}
\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\usepackage{booktabs}


%\linespread{0.4}

\def\whatIsIt{Bachelor Thesis}
\def\title{Title Here}
\def\fakultaet{Faculty of Engineering}

\def\author{Author Name}
%\def\addrLineEins{Thesis Time Period}
\def\addrLineZwei{Study Program}
\def\matrikelNr{1234567890}

\def\location{Duisburg}
\def\date{insert date}

\def\betreuer{Prof. Dr. Irene-Angelica Chounta}
\def\ersterGutachter{Prof. Dr. Name}
\def\fach{Faculty of Engineering}
\def\dept{Department of Computer Science and Applied Cognitive Science} 
\def\researchgroup{Computational Methods in Modeling and Analysis of Learning Processes} 
\def\semester{Insert Semester and Academic Year}


\begin{document}

    % This is an example of the thesis outline. Please adapt this template to fit your needs.
	\include{title}
	

    \cleardoublepage
    \pagestyle{empty}
    \include{erklaerung}
    \pagestyle{empty}

    \thispagestyle{plain}
    \input{abstract}

    \tableofcontents

    
    \mainmatter
	\lhead{}
	\chead{}
	\pagestyle{fancy}
	
    \include{Introduction}
    \include{Related_Work}
    \include{Methodology}
    \include{Results}
    \include{Conclusion}
    
%Figures, tables and references
    \cleardoublepage
    \listoffigures
    \listoftables

%\bibliographystyle{acm}
 %   \bibliography{references}
  \printbibliography      
%appendices    

    \cleardoublepage
    \pagenumbering{roman}
    \appendix
    \include{appendix}

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