AAU report template
Autor
Simon Faurholt Jensen
Last Updated
hace 4 años
License
Creative Commons CC BY 4.0
Resumen
A simple template for reports at AAU.
A simple template for reports at AAU.
\documentclass[final,danish]{packages/DocLayout} % Danish, british, english
\usepackage{lipsum} % dummy text - can be removed
\usepackage{packages/mygraphics} % can be removed if tikz/pgf is not used
\tikzexternalize % including this
\usepackage{derivative}
\addbibresource{other/references.bib}
%% Danish version
\Project{Semester projekt} % semester projekt, bachelor projekt, kandidat projekt
\University{Aalborg Universitet}
\Department{Institut for Materialer and Produktion}
\DepartmentURL{http://www.mp.aau.dk}
\Theme{Fysikkens metoder}
\Title{Passive Thermal Cycling of Wire Bond Interconnects}
\Semester{Forårs semestret 2017}
\Group{Gruppe 4.212}
\Date{29. maj 2017}
\Supervisor{John Doe, John Doe Doe}
\Author{
Fornavn Mellemnavn Efternavn,
Fornavn Efternavn
}
%% English version
\Project{Semester project} % semester project, bachelor project, master projekt
\University{Aalborg University}
\Department{Department of Materials and Production}
\DepartmentURL{http://www.mp.aau.dk}
\Theme{The methods of physics}
\Title{Passive Thermal Cycling of Wire Bond Interconnects}
\Semester{Spring semester 2017}
\Group{Group 4.212}
\Date{May 29th 2017}
\Supervisor{John Doe, John Doe Doe}
\Author{
Firstname Middlename Lastname,
Firstname Lastname
}
\hypersetup{pdfauthor = \InsertAuthor, pdftitle = \InsertTitle}
\begin{document}
\input{other/frontpage.tex}
\input{other/titlepage.tex}
\tableofcontents
\input{other/preface.tex}
\pagestyle{scrheadings} \pagenumbering{arabic}
\chapter{Introduction}
\input{chapter1/introduction.tex}
\chapter{Theory}
\input{example.tex}
\chapter{Experiment}
\chapter{Discussing}
\chapter{Conclusion}
\printbibliography
\appendix
\chapter{Appendix 1}
\end{document}