mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Changed the definition of font styles to avoid undesired extra spacing
This commit is contained in:
parent
a610bf9a45
commit
e64342a11e
3 changed files with 15 additions and 14 deletions
|
|
@ -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~}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue