Add roman numerals
This commit is contained in:
parent
9a6dac6e33
commit
63882c9da6
|
@ -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})}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue