diff --git a/CHANGELOG b/CHANGELOG index 8ef5aac..d4ae0b2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,6 +8,8 @@ version 1.5.0 (xx MMM 2013) - forced all the icons of the "letters" icon set to be of the same width, for alignment purpose. - added a letter icon ("W") for the homepage of the "letters" icon set. + - forced some white space between the main text and the footer of the "casual" + style variant. version 1.4.0 (28 Mar 2013) - deprecated \phone, \mobile and \fax in favour of \phone[], where diff --git a/examples/template-es.pdf b/examples/template-es.pdf index 8547a93..3bbdc1d 100644 Binary files a/examples/template-es.pdf and b/examples/template-es.pdf differ diff --git a/examples/template_banking_red.pdf b/examples/template_banking_red.pdf index d8512d2..1d6c5b5 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 822aa56..5df115d 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 cae36e1..01fcb21 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 e5c5fc9..9e107c1 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 dcbaac8..49b0b20 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 a5b10f7..d7ec049 100644 --- a/moderncvstylecasual.sty +++ b/moderncvstylecasual.sty @@ -104,6 +104,7 @@ \parbox[b]{\footerwidth}{% \centering% \color{color2}\addressfont% + \vspace{\baselineskip}% forces a white line to ensure space between main text and footer (as footer height can't be known in advance) \ifthenelse{\isundefined{\@addressstreet}}{}{\addtofooter[]{\addresssymbol\@addressstreet}% \ifthenelse{\equal{\@addresscity}{}}{}{\addtofooter[~--~]{\@addresscity}}% if \addresstreet is defined, \addresscity and \addresscountry will always be defined but could be empty \ifthenelse{\equal{\@addresscountry}{}}{}{\addtofooter[~--~]{\@addresscountry}}% @@ -153,6 +154,7 @@ \parbox[b]{\footerwidth}{% \centering% \addressfont\color{color2}% + \vspace{\baselineskip}% forces a white line to ensure space between main text and footer (as footer height can't be known in advance) \vspace{-\baselineskip}% to cancel out the extra vertical space taken by the name (below) and ensure perfect alignment of letter and cv footers \strut{\bfseries\upshape\@firstname~\@lastname}\\% the \strut is required to ensure the line is exactly \baselineskip tall \ifthenelse{\isundefined{\@addressstreet}}{}{\addtofooter[]{\addresssymbol\@addressstreet}%