% ██████╗ ██████╗ ██████╗ ██╗ █████╗ ████████╗███████╗██╗ ██╗
% ██╔════╝ ██╔══██╗██╔══██╗ ██║ ██╔══██╗╚══██╔══╝██╔════╝╚██╗██╔╝
% ██║ ███╗██║ ██║██║ ██║ ██║ ███████║ ██║ █████╗ ╚███╔╝
% ██║ ██║██║ ██║██║ ██║ ██║ ██╔══██║ ██║ ██╔══╝ ██╔██╗
% ╚██████╔╝██████╔╝██████╔╝ ███████╗██║ ██║ ██║ ███████╗██╔╝ ██╗
% ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝ ╚═╝ ╚══════╝╚═╝ ╚═╝
% ████████╗███████╗███╗ ███╗██████╗ ██╗ █████╗ ████████╗███████╗
% ╚══██╔══╝██╔════╝████╗ ████║██╔══██╗██║ ██╔══██╗╚══██╔══╝██╔════╝
% ██║ █████╗ ██╔████╔██║██████╔╝██║ ███████║ ██║ █████╗
% ██║ ██╔══╝ ██║╚██╔╝██║██╔═══╝ ██║ ██╔══██║ ██║ ██╔══╝
% ██║ ███████╗██║ ╚═╝ ██║██║ ███████╗██║ ██║ ██║ ███████╗
% ╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚══════╝╚═╝ ╚═╝ ╚═╝ ╚══════╝
% +—————————————————————————————————————————————————————————————————————————————————————+
% | GDD LaTeX Template |
% +—————————————————————————————————————————————————————————————————————————————————————+
% | MIT License |
% | |
% | Copyright (c) 2026 MRSG |
% | |
% | Permission is hereby granted, free of charge, to any person obtaining a copy |
% | of this software and associated documentation files (the "Software"), to deal |
% | in the Software without restriction, including without limitation the rights |
% | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
% | copies of the Software, and to permit persons to whom the Software is |
% | furnished to do so, subject to the following conditions: |
% | |
% | The above copyright notice and this permission notice shall be included in all |
% | copies or substantial portions of the Software. |
% | |
% | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
% | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
% | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
% | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
% | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
% | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
% | SOFTWARE. |
% +—————————————————————————————————————————————————————————————————————————————————————+
% +—————————————————————————————————————————————————————————————————————————————————————+
% | QUICK USAGE GUIDE |
% +—————————————————————————————————————————————————————————————————————————————————————+
% | METADATA: |
% | • Update title, author, and version in: front_matter/metadata.tex. |
% | |
% | CONTENT: |
% | • Create .tex file in the 'content/' folder. |
% | • Add them to 'content/_list.tex'. |
% | |
% | IMAGES: |
% | • Place all images in 'images/'. |
% | |
% | BIBLIOGRAPHY: |
% | • Add bib entries to 'bibliography/bibliography.bib'. |
% | |
% | COMPILATION: |
% | • Use Biber for bibliographies. |
% +—————————————————————————————————————————————————————————————————————————————————————+
% NOTE: If the comment boxes above looks unformated, use a monospace font.
\documentclass[12pt,a4paper]{report}
\input{preamble/preamble}
\input{front_matter/metadata}
\begin{document}
% Cover
\input{front_matter/cover}
% Abstract
\begin{abstract}
\input{front_matter/abstract}
\end{abstract}
% Table of Contents
{
\newpage
\hypersetup{linkcolor=black}
\pagenumbering{gobble}
\input{front_matter/_table_of_contents_list}
\newpage
}
\pagenumbering{arabic}
\setcounter{page}{1}
\pagestyle{fancy}
% Main Body
\input{content/_list}
% Bibliography
\newpage
\printbibliography[heading=bibintoc]
\end{document}

PDF Preview
Create an account to compile and preview