Fix font size bug
This commit is contained in:
parent
8990123435
commit
f2a26807c1
|
@ -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})}
|
||||
|
|
Loading…
Reference in New Issue