Fix font size bug

master
Oystein Kristoffer Tveit 2021-05-17 23:31:55 +02:00
parent 8990123435
commit f2a26807c1
1 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@
\usetikzlibrary{automata, positioning, arrows.meta}
\newcommand{\I}{\Huge\textbf{I}}
\newcommand{\II}{\Huge\textbf{I\!I}}
\newcommand{\III}{\Huge\textbf{I\!I\!I}}
\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})}