Changed the definition of font styles to avoid undesired extra spacing
This commit is contained in:
@ -39,13 +39,13 @@
|
||||
\renewcommand*{\hintfont}{\bfseries}
|
||||
|
||||
% styles
|
||||
\newcommand*{\namestyle}[1]{{\namefont\color{color0}#1}}
|
||||
\newcommand*{\titlestyle}[1]{{\titlefont\color{color2}#1}}
|
||||
\newcommand*{\addressstyle}[1]{{\addressfont\color{color2}#1}}
|
||||
\newcommand*{\quotestyle}[1]{{\quotefont\color{color1}#1}}
|
||||
\newcommand*{\sectionstyle}[1]{{\sectionfont\color{color1}#1}}
|
||||
\newcommand*{\subsectionstyle}[1]{{\subsectionfont\color{color1}#1}}
|
||||
\newcommand*{\hintstyle}[1]{{\hintfont\color{color0}#1}}
|
||||
\newcommand*{\namestyle}[1]{{\namefont\textcolor{color0}{#1}}}
|
||||
\newcommand*{\titlestyle}[1]{{\titlefont\textcolor{color2}{#1}}}
|
||||
\newcommand*{\addressstyle}[1]{{\addressfont\textcolor{color2}{#1}}}
|
||||
\newcommand*{\quotestyle}[1]{{\quotefont\textcolor{color1}{#1}}}
|
||||
\newcommand*{\sectionstyle}[1]{{\sectionfont\textcolor{color1}{#1}}}
|
||||
\newcommand*{\subsectionstyle}[1]{{\subsectionfont\textcolor{color1}{#1}}}
|
||||
\newcommand*{\hintstyle}[1]{{\hintfont\textcolor{color0}{#1}}}
|
||||
|
||||
% symbols
|
||||
\renewcommand*{\listitemsymbol}{\labelitemi~}
|
||||
|
||||
Reference in New Issue
Block a user