Add template
This commit is contained in:
parent
0d8128a777
commit
4d8290ace2
|
@ -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}
|
Loading…
Reference in New Issue