From 63882c9da6a9cc285c3679307d3426ca8390a5c4 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 17 May 2021 22:29:48 +0200 Subject: [PATCH] Add roman numerals --- exam_template/main.tex | 9 ++++++--- exam_template_graphics/main.tex | 11 +++++++---- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/exam_template/main.tex b/exam_template/main.tex index 933f700..f6333fc 100644 --- a/exam_template/main.tex +++ b/exam_template/main.tex @@ -1,15 +1,18 @@ \documentclass[12pt]{article} \usepackage{ntnu} \usepackage{ntnu-math} +\usepackage{ntnu-code} \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} +\newcommand{\I}{\Huge\textbf{I}} +\newcommand{\II}{\Huge\textbf{I\!I}} +\newcommand{\III}{\Huge\textbf{I\!I\!I}} + +\usepackage{listings} \renewcommand{\theenumi}{\arabic{enumi}} \renewcommand{\theenumii}{(\arabic{enumii})} diff --git a/exam_template_graphics/main.tex b/exam_template_graphics/main.tex index b138920..fc82f10 100644 --- a/exam_template_graphics/main.tex +++ b/exam_template_graphics/main.tex @@ -8,15 +8,14 @@ \usetikzlibrary{automata, positioning, arrows.meta} -\newcommand{\I}{Option 1 is correct} -\newcommand{\II}{Option 2 is correct} -\newcommand{\III}{Option 3 is correct} +\newcommand{\I}{\Huge\textbf{I}} +\newcommand{\II}{\Huge\textbf{I\!I}} +\newcommand{\III}{\Huge\textbf{I\!I\!I}} \renewcommand{\theenumi}{\arabic{enumi}} \renewcommand{\theenumii}{(\arabic{enumii})} \renewcommand{\theenumiii}{\alph{enumiii})} -\usepackage{verbatim} \usepackage{listings} \newcommand{\listFile}[1]{ @@ -57,6 +56,10 @@ \newpage{} + \I \\ + \II \\ + \III + \section{Propositional Logic} \verbatimInput{truthtable}