wrap \renewcommand's first argument in {} for clarity

This commit is contained in:
Miguel Barreto 2024-06-20 19:14:50 -04:00
parent ecda041872
commit ada74bb81c
4 changed files with 4 additions and 4 deletions

View file

@ -744,7 +744,7 @@
\setlength\itemsep{0pt}
\setlength\parskip{0pt}
\setlength\parsep{0pt}
\renewcommand\labelitemi{\hspace{0.2em}\textbullet\hspace{0.2em}}
\renewcommand{\labelitemi}{\hspace{0.2em}\textbullet\hspace{0.2em}}
}{%
\end{itemize}
\end{justify}
@ -758,9 +758,9 @@
\setlength\itemsep{0pt}
\setlength\parskip{0pt}
\setlength\parsep{0pt}
\renewcommand\labelitemi{\hspace{0.2em}\textbullet\hspace{0.2em}}
\renewcommand\labelitemii{\hspace{0.2em}\textopenbullet\hspace{0.2em}}
\renewcommand\labelitemiii{\hspace{0.2em}\textasteriskcentered\hspace{0.2em}}
\renewcommand{\labelitemi}{\hspace{0.2em}\textbullet\hspace{0.2em}}
\renewcommand{\labelitemii}{\hspace{0.2em}\textopenbullet\hspace{0.2em}}
\renewcommand{\labelitemiii}{\hspace{0.2em}\textasteriskcentered\hspace{0.2em}}
}{%
\end{itemize}
\end{justify}

Binary file not shown.

Binary file not shown.

Binary file not shown.