MA0301/exam_template_graphics/main.tex

64 lines
1.1 KiB
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})}
2021-05-10 22:31:46 +02:00
\usepackage{verbatim}
2021-05-10 22:12:44 +02:00
\begin{document}
\ntnuTitle{}
\break{}
\tableofcontents
\begin{excs}
2021-05-10 22:31:46 +02:00
2021-05-10 22:12:44 +02:00
\exc{}
2021-05-10 22:31:46 +02:00
\verbatiminput{graphics/src/hasse.txt}
2021-05-10 22:12:44 +02:00
\includeDiagram{graphics/hasse.tex}
2021-05-10 22:31:46 +02:00
\break{}
2021-05-10 22:12:44 +02:00
\exc{}
2021-05-10 22:31:46 +02:00
\verbatiminput{graphics/src/automata.txt}
2021-05-10 22:12:44 +02:00
\includeDiagram{graphics/automata.tex}
2021-05-10 22:31:46 +02:00
\break{}
2021-05-10 22:12:44 +02:00
\exc{}
2021-05-10 22:31:46 +02:00
\verbatiminput{graphics/src/truthtable.txt}
2021-05-10 22:12:44 +02:00
\input{graphics/truthtable.tex}
2021-05-10 22:31:46 +02:00
\break{}
2021-05-10 22:12:44 +02:00
\exc{}
2021-05-10 22:31:46 +02:00
\verbatiminput{graphics/src/undirectedGraph.txt}
2021-05-10 22:12:44 +02:00
\includeDiagram{graphics/undirectedGraph.tex}
2021-05-10 22:31:46 +02:00
\break{}
2021-05-10 22:12:44 +02:00
\exc{}
2021-05-10 22:31:46 +02:00
\verbatiminput{graphics/src/complete6.txt}
2021-05-10 22:12:44 +02:00
\includeDiagram{graphics/complete6.tex}
\end{excs}
\end{document}