diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-06-20 16:04:14 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-06-20 16:04:14 +0000 |
commit | df20c76fc0277a911bc9b03e55b109a32f4f2482 (patch) | |
tree | 28fd661ca441b61556e79239f8ba4978e67a8b56 /Master/texmf-dist/doc/latex | |
parent | ee8e3e5961e4fe75e1a13e4ed623d18b479d39ab (diff) |
moderncv v0.7 2006/06/17
git-svn-id: svn://tug.org/texlive/trunk@8885 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/moderncv/CHANGELOG | 17 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/moderncv/KNOWN_BUGS | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/moderncv/examples/template_en.tex | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/moderncv/examples/template_en_casual_blue.pdf | bin | 150303 -> 153886 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/moderncv/examples/template_en_classic_green.pdf | bin | 216856 -> 225545 bytes |
5 files changed, 21 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/moderncv/CHANGELOG b/Master/texmf-dist/doc/latex/moderncv/CHANGELOG index 8c0e49a8b53..c1d10bc5937 100644 --- a/Master/texmf-dist/doc/latex/moderncv/CHANGELOG +++ b/Master/texmf-dist/doc/latex/moderncv/CHANGELOG @@ -1,3 +1,20 @@ +version 0.7 (17 June 2008) + - corrected an outstanding spacing bug (space between cvlines longer + than 1 line). + - removed the need to use \closesection and \emptysection as internal + tabulars are now always closed. This allows she use of bibliography packages + such as bibunits. + - changed the definition of \photo: the first (optional) argument should + give the desired width of the picture, instead of its height + - corrected an alignment bug for \cvlistitems longer than 1 line, as + reported by S. Nikolopoulos. + - deprecated the commands \sethintscolumnlength and \sethintscolumntowidth. + Instead, just set \hintscolumnwidth to the desired length by using the regular + \setlength or \settowidth commands, and call \recomputelengths. + - added the ability to control the width of the name placeholder in the classic + theme, by setting the length \maketitlenamewidth. Again, don't forget to call + \recomputelengths afterward. + version 0.6 (28 May 2007) - corrected some spacing bugs and cleaned up the code. - corrected a bug in the bibliography file of the examples spotted by diff --git a/Master/texmf-dist/doc/latex/moderncv/KNOWN_BUGS b/Master/texmf-dist/doc/latex/moderncv/KNOWN_BUGS index 061bf42fb21..93940991301 100644 --- a/Master/texmf-dist/doc/latex/moderncv/KNOWN_BUGS +++ b/Master/texmf-dist/doc/latex/moderncv/KNOWN_BUGS @@ -1,3 +1,2 @@ -- moderncv doesn't work with natbib - The \cvsection command seems to be unable to handle a Chinese argument, using CJK. diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/template_en.tex b/Master/texmf-dist/doc/latex/moderncv/examples/template_en.tex index 8722001efa2..3ed87b0e501 100644 --- a/Master/texmf-dist/doc/latex/moderncv/examples/template_en.tex +++ b/Master/texmf-dist/doc/latex/moderncv/examples/template_en.tex @@ -1,5 +1,5 @@ %% start of file `template_en.tex'. -%% Copyright 2007 Xavier Danaux (xdanaux@gmail.com). +%% Copyright 2006-1008 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, @@ -17,7 +17,9 @@ % adjust the page margins \usepackage[scale=0.8]{geometry} -\recomputelengths % required when changes are made to page layout lengths +%\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates +%\AtBeginDocument{\setlength{\maketitlenamewidth}{6cm}} % only for the classic theme, if you want to change the width of your name placeholder (to leave more space for your address details +\AtBeginDocument{\recomputelengths} % required when changes are made to page layout lengths % personal data \firstname{John} @@ -72,7 +74,6 @@ \cvline{hobby 2}{\small Description} \cvline{hobby 3}{\small Description} -\closesection{} % needed to renewcommands \renewcommand{\listitemsymbol}{-} % change the symbol for lists \section{Extra 1} diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/template_en_casual_blue.pdf b/Master/texmf-dist/doc/latex/moderncv/examples/template_en_casual_blue.pdf Binary files differindex 415e19eaae0..e1db45ba2c4 100644 --- a/Master/texmf-dist/doc/latex/moderncv/examples/template_en_casual_blue.pdf +++ b/Master/texmf-dist/doc/latex/moderncv/examples/template_en_casual_blue.pdf diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/template_en_classic_green.pdf b/Master/texmf-dist/doc/latex/moderncv/examples/template_en_classic_green.pdf Binary files differindex 839351296e1..9128c8c4976 100644 --- a/Master/texmf-dist/doc/latex/moderncv/examples/template_en_classic_green.pdf +++ b/Master/texmf-dist/doc/latex/moderncv/examples/template_en_classic_green.pdf |