NTNU mal
Author:
Andreas Skjong
Last Updated:
5 лет назад
License:
Creative Commons CC BY 4.0
Аннотация:
En LaTeX mal for NTNU ålesund studenter
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
En LaTeX mal for NTNU ålesund studenter
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
%=================================================================
% 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}