mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-21 21:58:28 +00:00
wrap \renewcommand's first argument in {} for clarity
This commit is contained in:
parent
ecda041872
commit
ada74bb81c
4 changed files with 4 additions and 4 deletions
|
@ -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.
BIN
examples/cv.pdf
BIN
examples/cv.pdf
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue