diff --git a/CHANGELOG b/CHANGELOG index 9ba2d8d..60b6b46 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +version 1.1.1 (30 Jul 2012) + - fixed a compatibility issue introduced in version 1.0.0 when + \maketitlenamewidth was renamed to \makecvtitlenamewidth, as reported by Peppe + on launchpad (launchpad bug #1030802). The template now correctly uses + \makecvtitlenamewidth, and \maketitlenamewidth was created as an alias for + backward compatibility. + version 1.1.0 (29 Jul 2012) - fixed the switching from letter to resume, correcting spacing errors when a letter is typeset before the resume, as noticed by U. Gabor. @@ -32,7 +39,7 @@ version 0.19.0 (06 Feb 2012) - fixed a footersymbol bug in the casual style when no mobile number was given, as reported by S. Wunsch (launchpad bug #922470). - fixed a display bug when an address was given without postcode/city, as - reported by O.Shaneh (launchpad bug #670263). + reported by O. Shaneh (launchpad bug #670263). version 0.18.0 (05 Feb 2012) - corrected the handling of pdf bookmarks, as suggested on stackexchange by diff --git a/examples/template-es.pdf b/examples/template-es.pdf index 18e5d9c..89c7e2f 100644 Binary files a/examples/template-es.pdf and b/examples/template-es.pdf differ diff --git a/examples/template-zh.pdf b/examples/template-zh.pdf index 3e8962c..4f0d812 100644 Binary files a/examples/template-zh.pdf and b/examples/template-zh.pdf differ diff --git a/examples/template.pdf b/examples/template.pdf index 4b79977..3fb4fcb 100644 Binary files a/examples/template.pdf and b/examples/template.pdf differ diff --git a/examples/template.tex b/examples/template.tex index 092c871..dd170b5 100644 --- a/examples/template.tex +++ b/examples/template.tex @@ -21,7 +21,7 @@ % adjust the page margins \usepackage[scale=0.75]{geometry} %\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates -%\setlength{\maketitlenamewidth}{10cm} % for the 'classic' style, if you want to force the width allocated to your name and avoid line breaks. be careful though, the length is normally calculated to avoid any overlap with your personal info; use this at your own typographical risks... +%\setlength{\makecvtitlenamewidth}{10cm} % for the 'classic' style, if you want to force the width allocated to your name and avoid line breaks. be careful though, the length is normally calculated to avoid any overlap with your personal info; use this at your own typographical risks... % personal data \firstname{John} diff --git a/examples/template_banking_black.pdf b/examples/template_banking_black.pdf index 38feeb7..99a55c3 100644 Binary files a/examples/template_banking_black.pdf and b/examples/template_banking_black.pdf differ diff --git a/examples/template_banking_red.pdf b/examples/template_banking_red.pdf index b8ebeb3..858eaeb 100644 Binary files a/examples/template_banking_red.pdf and b/examples/template_banking_red.pdf differ diff --git a/examples/template_casual_orange.pdf b/examples/template_casual_orange.pdf index ce41087..9d4de6d 100644 Binary files a/examples/template_casual_orange.pdf and b/examples/template_casual_orange.pdf differ diff --git a/examples/template_classic_green.pdf b/examples/template_classic_green.pdf index cb060d6..b1a665b 100644 Binary files a/examples/template_classic_green.pdf and b/examples/template_classic_green.pdf differ diff --git a/examples/template_multibib.pdf b/examples/template_multibib.pdf index 6a56d13..8142e74 100644 Binary files a/examples/template_multibib.pdf and b/examples/template_multibib.pdf differ diff --git a/examples/template_oldstyle_grey.pdf b/examples/template_oldstyle_grey.pdf index 0c532c6..d732f79 100644 Binary files a/examples/template_oldstyle_grey.pdf and b/examples/template_oldstyle_grey.pdf differ diff --git a/moderncvcompatibility.sty b/moderncvcompatibility.sty index d816ac1..5d0f6a2 100644 --- a/moderncvcompatibility.sty +++ b/moderncvcompatibility.sty @@ -77,6 +77,7 @@ % compatibility with versions <= 0.19 \newcommand*{\maketitle}{\makecvtitle}% \title{}% to avoid LaTeX complaining that \maketitle is a called without first a call to \title +\newcommand*{\maketitlenamewidth}{\makecvtitlenamewidth} \endinput