diff --git a/CHANGELOG b/CHANGELOG index 6e227f5..737c73c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +version 0.15 (xx December 2011) + - corrects list spacing. + - corrects inconsistent use of sans serif fonts in roman layout option. + version 0.14 (04 December 2011) - adds support for CJK, thanks to the help of P. D'Apice. - the use of \recomputelengths after modifying any length in the preamble is now diff --git a/moderncv.cls b/moderncv.cls index b501a05..dd7a4a9 100644 --- a/moderncv.cls +++ b/moderncv.cls @@ -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{}} diff --git a/moderncvthemeclassic.sty b/moderncvthemeclassic.sty index acaaa47..6150c3d 100644 --- a/moderncvthemeclassic.sty +++ b/moderncvthemeclassic.sty @@ -112,13 +112,13 @@ \else \AtBeginDocument{\sffamily}\fi \renewcommand*{\ttdefault}{pcr} -\renewcommand*{\firstnamefont}{\fontsize{34}{36}\sffamily\mdseries\upshape} -\renewcommand*{\titlefont}{\LARGE\sffamily\mdseries\slshape} +\renewcommand*{\firstnamefont}{\fontsize{34}{36}\mdseries\upshape} +\renewcommand*{\titlefont}{\LARGE\mdseries\slshape} \renewcommand*{\addressfont}{\normalsize\rmfamily\mdseries\slshape} \renewcommand*{\familynamefont}{\firstnamefont} \renewcommand*{\quotefont}{\large\slshape} -\renewcommand*{\sectionfont}{\Large\sffamily\mdseries\upshape} -\renewcommand*{\subsectionfont}{\large\sffamily\mdseries\upshape} +\renewcommand*{\sectionfont}{\Large\mdseries\upshape} +\renewcommand*{\subsectionfont}{\large\mdseries\upshape} % styles