MA0301/exam_template_graphics/main.tex

43 lines
801 B
TeX
Raw Normal View History

2021-05-10 22:12:44 +02:00
\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}