diff options
author | Karl Berry <karl@freefriends.org> | 2012-07-30 22:38:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-07-30 22:38:11 +0000 |
commit | bcf694a0835cc008732c04f517813ab94f02963e (patch) | |
tree | 242e42751669b0d411e969f6c2678502e3218033 /Master/texmf-dist/tex/latex/moderncv/moderncvstyleclassic.sty | |
parent | c8840db08daf67f916ca0e0613031351add227dc (diff) |
moderncv (30jul12)
git-svn-id: svn://tug.org/texlive/trunk@27250 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/moderncv/moderncvstyleclassic.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/moderncv/moderncvstyleclassic.sty | 27 |
1 files changed, 23 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/moderncv/moderncvstyleclassic.sty b/Master/texmf-dist/tex/latex/moderncv/moderncvstyleclassic.sty index bb9d6c13f47..f8d2d0ce4bf 100644 --- a/Master/texmf-dist/tex/latex/moderncv/moderncvstyleclassic.sty +++ b/Master/texmf-dist/tex/latex/moderncv/moderncvstyleclassic.sty @@ -10,7 +10,7 @@ % identification %------------------------------------------------------------------------------- \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{moderncvstyleclassic}[2012/03/26 v1.0 modern curriculum vitae and letter style scheme: classic] +\ProvidesPackage{moderncvstyleclassic}[2012/07/30 v1.1.1 modern curriculum vitae and letter style scheme: classic] %------------------------------------------------------------------------------- @@ -26,6 +26,23 @@ %------------------------------------------------------------------------------- % overall style definition %------------------------------------------------------------------------------- +% fonts +%\ifxetexorluatex +% \setmainfont{Latin Modern Roman} +% \setsansfont{Latin Modern Sans} +% \setmathfont{Latin Modern Math} +%\else + \IfFileExists{lmodern.sty}% + {\RequirePackage{lmodern}}% + {} +%\fi + +% symbols +\renewcommand*{\mobilesymbol}{\marvosymbol{72}~} +\renewcommand*{\phonesymbol}{\marvosymbol{84}~} +\renewcommand*{\faxsymbol}{\marvosymbol{117}~} +\renewcommand*{\emailsymbol}{\marvosymbol{66}~} +\renewcommand*{\homepagesymbol}{{\Large\marvosymbol{205}}~} %------------------------------------------------------------------------------- @@ -76,7 +93,9 @@ \setlength{\listdoubleitemmaincolumnwidth}{\maincolumnwidth-\listitemsymbolwidth-\separatorcolumnwidth-\listitemsymbolwidth}% \setlength{\listdoubleitemmaincolumnwidth}{0.5\listdoubleitemmaincolumnwidth}% % fancyhdr lengths - \renewcommand{\headwidth}{\textwidth}} + \renewcommand{\headwidth}{\textwidth}% + % regular lengths + \setlength{\parskip}{0\p@}} % optional maketitle width to force a certain width (if set to 0pt, the width is calculated automatically) \newlength{\makecvtitlenamewidth} @@ -228,7 +247,7 @@ % letter style definition %------------------------------------------------------------------------------- % commands -\renewcommand*{\recomputeletterlengths}{ +\renewcommand*{\recomputeletterlengths}{% \recomputecvlengths% \setlength{\parskip}{6\p@}} @@ -274,7 +293,7 @@ \ifthenelse{\isundefined{\@enclosure}}{}{% \\% \vfill% - {\color{color2}\itshape Enclosure: \@enclosure}}} + {\color{color2}\itshape\enclname: \@enclosure}}} \endinput |