From 44edae68ae5421ecf63bfcc931a9e00fb208aea0 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 7 Nov 2011 23:28:40 +0000 Subject: moderncv 0.13 (7nov11) git-svn-id: svn://tug.org/texlive/trunk@24535 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/moderncv/CHANGELOG | 11 +++++++++++ .../doc/latex/moderncv/examples/template.pdf | Bin 166073 -> 167313 bytes .../doc/latex/moderncv/examples/template.tex | 6 +++--- .../moderncv/examples/template_casual_orange.pdf | Bin 164484 -> 167318 bytes .../moderncv/examples/template_classic_green.pdf | Bin 230582 -> 239378 bytes .../latex/moderncv/examples/template_multibib.pdf | Bin 164681 -> 167639 bytes 6 files changed, 14 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/doc/latex/moderncv') diff --git a/Master/texmf-dist/doc/latex/moderncv/CHANGELOG b/Master/texmf-dist/doc/latex/moderncv/CHANGELOG index 56f8ee2e236..8ee25648f94 100644 --- a/Master/texmf-dist/doc/latex/moderncv/CHANGELOG +++ b/Master/texmf-dist/doc/latex/moderncv/CHANGELOG @@ -1,3 +1,14 @@ +version 0.13 (06 November 2010) + - added a "black" color option to render the resume in black & white, as suggested + by F. Bicarri. + - removed the pdflatex option when loading hyperref to enable other engines + (e.g., dvips, xetex), leftover from the v 0.11 cleanup, as reported by + K. Amaterasu and P. Mavrogiorgos. + - added a "purple" color option, as proposed by B. Ravel. + - added a 3rd optional argument to the \photo command to control the thickness of + the framebox. Setting it to 0pt will disable the frame around the photo, as + requested by T. Krennwallner. + version 0.12 (03 August 2010) - prevents pagebreaks after sections and subsections (launchpad bug #409902), as originally reported by C. Gaspoz and fixed by launchpad user tentotwo). diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/template.pdf b/Master/texmf-dist/doc/latex/moderncv/examples/template.pdf index 52489604e5e..58e8277deea 100644 Binary files a/Master/texmf-dist/doc/latex/moderncv/examples/template.pdf and b/Master/texmf-dist/doc/latex/moderncv/examples/template.pdf differ diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/template.tex b/Master/texmf-dist/doc/latex/moderncv/examples/template.tex index d426fe1766a..6154fb1d791 100644 --- a/Master/texmf-dist/doc/latex/moderncv/examples/template.tex +++ b/Master/texmf-dist/doc/latex/moderncv/examples/template.tex @@ -1,5 +1,5 @@ %% start of file `template.tex'. -%% Copyright 2006-2010 Xavier Danaux (xdanaux@gmail.com). +%% Copyright 2006-2011 Xavier Danaux (xdanaux@gmail.com). % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License version 1.3c, @@ -9,7 +9,7 @@ \documentclass[11pt,a4paper]{moderncv} % moderncv themes -\moderncvtheme[blue]{casual} % optional argument are 'blue' (default), 'orange', 'red', 'green', 'grey' and 'roman' (for roman fonts, instead of sans serif fonts) +\moderncvtheme[blue]{casual} % optional argument are 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'roman' (for roman fonts, instead of sans serif fonts) %\moderncvtheme[green]{classic} % idem % character encoding @@ -32,7 +32,7 @@ \email{email (optional)} % optional, remove the line if not wanted \homepage{homepage (optional)} % optional, remove the line if not wanted \extrainfo{additional information (optional)} % optional, remove the line if not wanted -\photo[64pt]{picture} % '64pt' is the height the picture must be resized to and 'picture' is the name of the picture file; optional, remove the line if not wanted +\photo[64pt][0.4pt]{picture} % '64pt' is the height the picture must be resized to, 0.4pt is the thickness of the frame around it (put it to 0pt for no frame) and 'picture' is the name of the picture file; optional, remove the line if not wanted \quote{Some quote (optional)} % optional, remove the line if not wanted % to show numerical labels in the bibliography; only useful if you make citations in your resume diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/template_casual_orange.pdf b/Master/texmf-dist/doc/latex/moderncv/examples/template_casual_orange.pdf index 80a0c1d0d3d..fac47eeb7d0 100644 Binary files a/Master/texmf-dist/doc/latex/moderncv/examples/template_casual_orange.pdf and b/Master/texmf-dist/doc/latex/moderncv/examples/template_casual_orange.pdf differ diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/template_classic_green.pdf b/Master/texmf-dist/doc/latex/moderncv/examples/template_classic_green.pdf index 1d5d2121866..14178f59cb9 100644 Binary files a/Master/texmf-dist/doc/latex/moderncv/examples/template_classic_green.pdf and b/Master/texmf-dist/doc/latex/moderncv/examples/template_classic_green.pdf differ diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/template_multibib.pdf b/Master/texmf-dist/doc/latex/moderncv/examples/template_multibib.pdf index 2d2136101ca..71ae6e4a684 100644 Binary files a/Master/texmf-dist/doc/latex/moderncv/examples/template_multibib.pdf and b/Master/texmf-dist/doc/latex/moderncv/examples/template_multibib.pdf differ -- cgit v1.2.3