diff --git a/CHANGELOG b/CHANGELOG index f63fbab..8821ef4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,11 @@ version 1.1.0 (xx Jul 2012) - changed the handling of the "sans" and "roman" class options, to be reflected at the beginning of the document and override style font choices. - turned unicode support in hyperref on by default. + - tweaked the usage of \textbullet to avoid the fall-back to Computer Modern + fonts and prepared the usage of symbols from the MarVoSym font for fontspec + (LauLaTeX or XeLaTeX). + - tweaked the \subsectionfill of the "banking" style to distribute extra space + evenly between leaders. version 1.0.0 (26 Mar 2012) - added commands to generate letters for every resume style: \recipient, \date, diff --git a/examples/template-es.pdf b/examples/template-es.pdf index 370ce2c..ac34cbb 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 449b1c8..fd88592 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 9ad5ff4..6ff2c36 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 21051f9..08eaba1 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 3d1012e..2b012b9 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 1fff112..dbad862 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 f76f2e4..7f911ac 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 c5b9b0a..cc526ca 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 e5faec0..2218cb4 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 5b8e2cb..78c6b41 100644 --- a/moderncvstylebanking.sty +++ b/moderncvstylebanking.sty @@ -42,6 +42,13 @@ {} %\fi +% symbols +\renewcommand*{\mobilesymbol}{\marvosymbol{72}~} +\renewcommand*{\phonesymbol}{\marvosymbol{84}~} +\renewcommand*{\faxsymbol}{\marvosymbol{117}~} +\renewcommand*{\emailsymbol}{\marvosymbol{66}~} +\renewcommand*{\homepagesymbol}{{\Large\marvosymbol{205}}~} + % commands \newcommand*{\maketitlesymbol}{% {~~~{\rmfamily\textbullet}~~~}}% the \rmfamily is required to force Latin Modern fonts when using sans serif, as OMS/lmss/m/n is not defined and gets substituted by OMS/cmsy/m/n