NTNU mal
Author
Andreas Skjong
Last Updated
5 years ago
License
Creative Commons CC BY 4.0
Abstract
En LaTeX mal for NTNU ålesund studenter
En LaTeX mal for NTNU ålesund studenter
%=================================================================
% Document style
%=================================================================
\documentclass[12pt]{article}
% Importing NTNU template
\input{NTNU_template/NTNU_template.sty}
\title{Fantastisk tittel}
\subjectCode{Fagkode}
\subjectName{Fagnavn}
\repportType{Rapport 2019}
\studyProgram{Studium}
\coverImage{coverImage}
\documentAccess{}
\biblNr{}
\numberOfAttachments{0}
% Authors
\firstAuthor{Per}
\secondAuthor{Pål}
\thirdAuthor{Espen}
\fourthAuthor{}
\fifthAuthor{}
% Adviser
\advisers{Trollmor\\
Trollfar}
\summary{Sammendrag tekst}
%*****************************************************************
%************************Start of document************************
%*****************************************************************
\begin{document}
%-----------------------------------------------------------------
% NTNU Ålesund report template
%-----------------------------------------------------------------
\addFrontPage
\addSecondPage
%-----------------------------------------------------------------
% Table of contents
%-----------------------------------------------------------------
\setlength{\parskip}{0em}
\newpage
\tableofcontents
\newpage
\setlength{\parskip}{1em}
\section*{SAMMENDRAG}
\getSummary{}
%-----------------------------------------------------------------
% Start here:
%-----------------------------------------------------------------
\subfile{./sections/introduction.tex}
\subfile{./sections/theory.tex}
\subfile{./sections/methodsAndMaterials.tex}
\subfile{./sections/results.tex}
\subfile{./sections/discussion.tex}
\subfile{./sections/conclusion.tex}
%-----------------------------------------------------------------
% Attachments
%-----------------------------------------------------------------
\newpage
\subfile{./sections/attachments.tex}
%-----------------------------------------------------------------
% Bibliography
%-----------------------------------------------------------------
\newpage
\bibliography{bibliography}
%*****************************************************************
%*************************End of document*************************
%*****************************************************************
\end{document}