43 lines
801 B
TeX
43 lines
801 B
TeX
|
\documentclass[12pt]{article}
|
||
|
\usepackage{ntnu}
|
||
|
\usepackage{ntnu-math}
|
||
|
|
||
|
\author{TODO: STUDENTNUMMER}
|
||
|
\title{Exam v2021}
|
||
|
|
||
|
\usetikzlibrary{automata, positioning, arrows.meta}
|
||
|
|
||
|
\newcommand{\I}{Option 1 is correct}
|
||
|
\newcommand{\II}{Option 2 is correct}
|
||
|
\newcommand{\III}{Option 3 is correct}
|
||
|
|
||
|
\renewcommand{\theenumi}{\arabic{enumi}}
|
||
|
\renewcommand{\theenumii}{(\arabic{enumii})}
|
||
|
\renewcommand{\theenumiii}{\alph{enumiii})}
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
\ntnuTitle{}
|
||
|
\break{}
|
||
|
|
||
|
\tableofcontents
|
||
|
|
||
|
\begin{excs}
|
||
|
\exc{}
|
||
|
\includeDiagram{graphics/hasse.tex}
|
||
|
|
||
|
\exc{}
|
||
|
\includeDiagram{graphics/automata.tex}
|
||
|
|
||
|
\exc{}
|
||
|
\input{graphics/truthtable.tex}
|
||
|
|
||
|
\exc{}
|
||
|
\includeDiagram{graphics/undirectedGraph.tex}
|
||
|
|
||
|
\exc{}
|
||
|
\includeDiagram{graphics/complete6.tex}
|
||
|
|
||
|
\end{excs}
|
||
|
|
||
|
\end{document}
|