Changed the definition of font styles to avoid undesired extra spacing

This commit is contained in:
Xavier Danaux
2012-01-22 20:26:14 +01:00
parent a610bf9a45
commit e64342a11e
3 changed files with 15 additions and 14 deletions

View File

@ -36,13 +36,13 @@
\renewcommand*{\hintfont}{}
% styles
\newcommand*{\namestyle}[1]{{\namefont\color{color0}#1}}
\newcommand*{\titlestyle}[1]{{\titlefont\color{color2}#1}}
\newcommand*{\addressstyle}[1]{{\addressfont\color{color1}#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{color1}{#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}}}
% length used
\newlength{\quotewidth}