Fix typos
Some checks failed
Lints / typos (push) Failing after 17s

This commit is contained in:
2025-01-19 20:24:51 -08:00
parent cb2a1d99dd
commit 5f8c54650f
30 changed files with 105 additions and 49 deletions

View File

@ -148,9 +148,9 @@
% Enum labels
\renewcommand\theenumi{\@arabic\c@enumi}
\renewcommand\theenumii{\@alph\c@enumii}
\renewcommand\theenumii{\@alph\c@enumii} % spell:disable-line
\renewcommand\theenumiii{\@roman\c@enumiii}
\renewcommand\theenumiv{\@Alph\c@enumiv}
\renewcommand\theenumiv{\@Alph\c@enumiv} % spell:disable-line
\newcommand\labelenumi{\theenumi.}
\newcommand\labelenumii{(\theenumii)}
\newcommand\labelenumiii{\theenumiii.}