diff --git a/CHANGELOG b/CHANGELOG index 305ed33..4d3be99 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ +version 1.2.1 (04 Dec 2012) + - fixed a regression bug introduced in version 1.2.0 in the header of the + "banking" style when no title is used, as reported on tex.stackexchange + (question #85427). + version 1.2.0 (31 Oct 2012) - - updated the banking style header to include the option to show a title. + - updated the "banking" style header to include the option to show a title. - set the values of \arrayrulewidth and \doublerulesep to their standard values (0.4pt and 2pt resp.) to enable the drawing of rules in tabulars and arrays by default. diff --git a/examples/template-es.pdf b/examples/template-es.pdf index 2199a5b..6ae1109 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 3cc5e93..db9fd4a 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 85a52d3..e50a677 100644 Binary files a/examples/template.pdf and b/examples/template.pdf differ diff --git a/examples/template_banking_red.pdf b/examples/template_banking_red.pdf index 74afecd..1a1e458 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 52274b9..5ef4213 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 91fb74c..0849d10 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 617c958..422a6ea 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 b405dcf..998f4be 100644 Binary files a/examples/template_oldstyle_grey.pdf and b/examples/template_oldstyle_grey.pdf differ diff --git a/moderncvstylebanking.sty b/moderncvstylebanking.sty index 8494fe2..17ffafe 100644 --- a/moderncvstylebanking.sty +++ b/moderncvstylebanking.sty @@ -89,7 +89,7 @@ \centering% % name and title \namestyle{\@firstname~\@familyname}% - \ifthenelse{\isundefined{\@title}}{}{\titlestyle{~|~\@title}}\\% + \ifthenelse{\equal{\@title}{}}{}{\titlestyle{~|~\@title}}\\% \isundefined doesn't work on \@title, as LaTeX itself defines \@title (before it possibly gets redefined by \title) % detailed information \addressfont\color{color2}% \ifthenelse{\isundefined{\@addressstreet}}{}{\addtomaketitle{\addresssymbol\@addressstreet}%