Completely remove sans serif font usage when roman option is used.

This commit is contained in:
Xavier Danaux
2011-12-10 21:59:25 +01:00
parent ea9ddf7eff
commit 1a5a68dcc1
3 changed files with 10 additions and 6 deletions

View File

@ -206,7 +206,7 @@
\providecommand*{\quotefont}{}
\providecommand*{\sectionfont}{}
\providecommand*{\subsectionfont}{}
\providecommand*{\hintfont}{\small\sffamily}
\providecommand*{\hintfont}{\small}
% styles
\providecommand*{\firstnamestyle}[1]{{\firstnamefont\color{firstnamecolor}#1}}
@ -469,7 +469,7 @@
\renewcommand*{\itemhook}{
\setlength{\topsep}{0pt}%
\setlength{\parsep}{0pt}%
\setlength{\parskip}{0pt}%
\setlength{\parskip}{0pt}%
\setlength{\itemsep}{0pt}}
\renewcommand*{\enumhook}{\itemhook{}}
\renewcommand*{\deschook}{\itemhook{}}