diff --git a/CHANGELOG b/CHANGELOG index 60b6b46..9926c93 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +version 1.1.2 (09 Aug 2012) + - fixed a regression bug introduced in version 1.0.0 in the footer of the + "casual" style, as discovered on tex.stackexchange (question #66316). + 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 diff --git a/examples/template-es.pdf b/examples/template-es.pdf index 89c7e2f..e58dc5e 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 4f0d812..932b996 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 3fb4fcb..612afb0 100644 Binary files a/examples/template.pdf and b/examples/template.pdf differ diff --git a/examples/template_banking_black.pdf b/examples/template_banking_black.pdf index 99a55c3..92766c8 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 858eaeb..a183a29 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 9d4de6d..ed33c77 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 b1a665b..6a9b184 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 8142e74..70129a6 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 d732f79..9eeddee 100644 Binary files a/examples/template_oldstyle_grey.pdf and b/examples/template_oldstyle_grey.pdf differ diff --git a/moderncvstylecasual.sty b/moderncvstylecasual.sty index 81e420f..7e8110d 100644 --- a/moderncvstylecasual.sty +++ b/moderncvstylecasual.sty @@ -53,6 +53,7 @@ \flushfooter\\% \savebox{\footerbox}{#2}% \savebox{\footertempbox}{#2}% + \settowidth{\footerboxwidth}{\usebox{\footerbox}}% \@firstfooterelementfalse\fi} % internal command to flush the footer \newcommand*{\flushfooter}{%