Templates

Tudelft Light

Preview

Tudelft Light

Lightweight LaTeX Template for TU-Delft Assignments

Category

university

License

Free to use (MIT)

File

main.tex

main.texRead-only preview
\documentclass[11pt,a4paper,reqno,fancyheader,twoside,openright]{tud-report}

\title[TU Delft Light]{TU Delft Light}
\subtitle{An Easy to Use \LaTeX\ Template}
\author{John Doe | 0000001, Jane Doe | 0000002}  % {Name | Student Number}
\course{[TU0000] \LaTeX\ 101}
\supervisor{Dr. Jan Jansen}
\abstract{\input{examples/abstract.tex}}

\begin{document}
    \makecover[theme=light, fill opacity=0.1]
    \maketitle

    %Document Part I: Front matter
    \frontmatter
        %\input{summary} % Summary
        \tableofcontents
        \printnomenclature[50pt]
        \listoffigures
        \listoftables

    %Document Part II: Main Matter
    \mainmatter
        \include{examples/latex_elements}
        %ADD CHAPTERS HERE
        %\nocite{*} % Adds all references even if they are not cited
        \printbibliography[title=References,heading=bibintoc]
        \begin{appendices}
            \include{examples/listing}
        \end{appendices}
\end{document}
Preview
Tudelft Light preview
Tudelft Light LaTeX Template | Bibby | Bibby AI