diff --git a/CHANGELOG b/CHANGELOG index c132738..a529e8a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,8 @@ version 1.5.0 (xx MMM 2013) - added a new icon set: "awesome" (using the icons from the Font Awesome font). - set the "awesome" icon set as the default for the "casual" and "banking" style variants (can be changed back with \moderncvicons{marvosym}). + - forced all the icons of the "letters" icon set to be of the same width, for + alignment purpose. 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 3ffbb43..20ab616 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 240ccd2..8c05019 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 3f2675a..660a782 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 7919a69..848b5f3 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 dfa8765..c260afc 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 554a057..8d702a3 100644 Binary files a/examples/template_oldstyle_grey.pdf and b/examples/template_oldstyle_grey.pdf differ diff --git a/moderncviconsletters.sty b/moderncviconsletters.sty index a0da2dd..71f753f 100644 --- a/moderncviconsletters.sty +++ b/moderncviconsletters.sty @@ -35,10 +35,10 @@ %\renewcommand*{\labelitemiv} {\labelitemiii} % no change from default in moderncv.cls \renewcommand*{\addresssymbol} {} -\renewcommand*{\mobilephonesymbol}{\textbf{M}~} -\renewcommand*{\fixedphonesymbol} {\textbf{T}~} -\renewcommand*{\faxphonesymbol} {\textbf{F}~} -\renewcommand*{\emailsymbol} {\textbf{E}~} +\renewcommand*{\mobilephonesymbol}{\hbox to 1em{\textbf{M}}~}% 1em is the width of the M capital in most fonts +\renewcommand*{\fixedphonesymbol} {\hbox to 1em{\textbf{T}}~} +\renewcommand*{\faxphonesymbol} {\hbox to 1em{\textbf{F}}~} +\renewcommand*{\emailsymbol} {\hbox to 1em{\textbf{E}}~} \renewcommand*{\homepagesymbol} {} \renewcommand*{\listitemsymbol} {\labelitemi~}