Add template
This commit is contained in:
31
Template/main.tex
Normal file
31
Template/main.tex
Normal file
@@ -0,0 +1,31 @@
|
||||
\documentclass{article}
|
||||
|
||||
\input{../lib/lib.tex}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\thispagestyle{plain}
|
||||
\tittel
|
||||
\tableofcontents
|
||||
|
||||
\newpage
|
||||
|
||||
\section{Forberedende oppgaver}
|
||||
\begin{oppgaver}
|
||||
|
||||
\oppg
|
||||
\input{tasks/1.tex}
|
||||
|
||||
\end{oppgaver}
|
||||
|
||||
\newpage
|
||||
|
||||
\section{Innleveringsoppgaver}
|
||||
\begin{oppgaver}
|
||||
|
||||
\oppg
|
||||
\input{}
|
||||
|
||||
\end{oppgaver}
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user