summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/moderncv/CHANGELOG
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-07-30 22:38:11 +0000
committerKarl Berry <karl@freefriends.org>2012-07-30 22:38:11 +0000
commitbcf694a0835cc008732c04f517813ab94f02963e (patch)
tree242e42751669b0d411e969f6c2678502e3218033 /Master/texmf-dist/doc/latex/moderncv/CHANGELOG
parentc8840db08daf67f916ca0e0613031351add227dc (diff)
moderncv (30jul12)
git-svn-id: svn://tug.org/texlive/trunk@27250 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/moderncv/CHANGELOG')
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/CHANGELOG68
1 files changed, 47 insertions, 21 deletions
diff --git a/Master/texmf-dist/doc/latex/moderncv/CHANGELOG b/Master/texmf-dist/doc/latex/moderncv/CHANGELOG
index a55383ddc03..a893c0e60fa 100644
--- a/Master/texmf-dist/doc/latex/moderncv/CHANGELOG
+++ b/Master/texmf-dist/doc/latex/moderncv/CHANGELOG
@@ -1,4 +1,30 @@
-version 1.0 (26 Mar 2012)
+version 1.1.1 (30 Jul 2012)
+ - fixed a compatibility issue introduced in version 1.0.0 when
+ \maketitlenamewidth was renamed to \makecvtitlenamewidth, as reported by Peppe
+ on launchpad (launchpad bug #1030802). The template now correctly uses
+ \makecvtitlenamewidth, and \maketitlenamewidth was created as an alias for
+ backward compatibility.
+
+version 1.1.0 (29 Jul 2012)
+ - fixed the switching from letter to resume, correcting spacing errors when a
+ letter is typeset before the resume, as noticed by U. Gabor.
+ - fixed the vertical alignment of the footers, as reported by T. Homa.
+ Footers are now aligned to the bottom and the letter and cv footers are
+ perfectly aligned in the "casual" style.
+ - prepared moderncv for fontspec font loading (still commented in code).
+ - 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.
+ - added two options to change the "Enclosure" string used for the letter
+ enclosure: either specify another string as optional argument to \enclosure,
+ or redefine \enclname, as suggested by D. Wille.
+
+version 1.0.0 (26 Mar 2012)
- added commands to generate letters for every resume style: \recipient, \date,
\opening, \closing, \enclosure, \makelettertitle and \makeletterclosing. The
old \maketitle and \makefooter commands are now deprecated and replaced by
@@ -6,16 +32,16 @@ version 1.0 (26 Mar 2012)
- changed the alignment algorithm for the personal data display in the oldstyle
style, as to align on the baseline of the first line with the surrounding text.
-version 0.19 (06 Feb 2012)
+version 0.19.0 (06 Feb 2012)
- reintroduced the ability to force the width reserved to display the name
in the resume header for the classic style (\maketitlenamewidth).
- improved the pdf metadata, as reported by S. Wunsch (launchpad bug #922476).
- fixed a footersymbol bug in the casual style when no mobile number was given,
as reported by S. Wunsch (launchpad bug #922470).
- fixed a display bug when an address was given without postcode/city, as
- reported by O.Shaneh (launchpad bug #670263).
+ reported by O. Shaneh (launchpad bug #670263).
-version 0.18 (05 Feb 2012)
+version 0.18.0 (05 Feb 2012)
- corrected the handling of pdf bookmarks, as suggested on stackexchange by
U. Fischer.
- improved the spacing between sections and subsections by using \addvspace
@@ -26,7 +52,7 @@ version 0.18 (05 Feb 2012)
\cvdoubleitem definition, to avoid printing a colon without preceding label.
- added a new style on top of classic, casual and oldstyle: banking.
-version 0.17 (25 Jan 2012)
+version 0.17.0 (25 Jan 2012)
- changed the footer algorithm of style casual to avoid starting lines with
the footer symbol.
- aligned the space before and after the title across styles.
@@ -36,7 +62,7 @@ version 0.17 (25 Jan 2012)
- corrected the vertical misalignment between the page number and the center
footer in the casual style.
-version 0.16 (15 Jan 2012)
+version 0.16.0 (15 Jan 2012)
- added starred versions of \section and \subsection (that are identical to
their non-starred version, to e.g. enable biblatex support as requested by
S. Verberkt (launchpad bug #913102).
@@ -48,7 +74,7 @@ version 0.15.1 (23 December 2011)
- corrected a bug in the classic style causing the address font and color not
being carried over newlines, as reported by J. Smith.
-version 0.15 (19 December 2011)
+version 0.15.0 (19 December 2011)
- corrected list spacing.
- corrected inconsistent use of sans serif fonts in roman layout option.
- the lmodern fonts are now automatically loaded only if installed on the
@@ -67,7 +93,7 @@ version 0.15 (19 December 2011)
- added a new style on top of classic and casual: oldstyle.
- loaded the microtype package to improve typography.
-version 0.14 (04 December 2011)
+version 0.14.0 (04 December 2011)
- added support for CJK, thanks to the help of P. D'Apice.
- the use of \recomputelengths after modifying any length in the preamble is
now unnecessary; \recomputelength is automatically called at the start of the
@@ -77,7 +103,7 @@ version 0.13.1 (11 November 2011)
- corrected a bug introduced by v0.13 in the classic style when no \photo is
used, as reported by S. Gislais (launchpad bug #888702).
-version 0.13 (06 November 2011)
+version 0.13.0 (06 November 2011)
- 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
@@ -88,18 +114,18 @@ version 0.13 (06 November 2011)
of the framebox. Setting it to 0pt will disable the frame around the photo, as
requested by T. Krennwallner (launchpad bug #664568).
-version 0.12 (03 August 2010)
+version 0.12.0 (03 August 2010)
- prevented pagebreaks after sections and subsections (launchpad bug #409902),
as originally reported by C. Gaspoz and fixed by launchpad user tentotwo).
-version 0.11 (20 July 2010)
+version 0.11.0 (20 July 2010)
- removed the \ifpdf check when loading the graphicx package, as graphicx does
does check internally and this was preventing proper functionning with xelatex
and luatex, as reported by A. Trautmann. The same check was also removed
everywhere else in the document (i.e. when loading the color and hyperref
packages).
-version 0.10 (13 June 2010)
+version 0.10.0 (13 June 2010)
- fixed a compatibility issue with the natbib package (natbib uses \section*
to format the bibliography title, while only \section was defined by
moderncv), as reported on launchpad (launchpad bug #393920).
@@ -107,10 +133,10 @@ version 0.10 (13 June 2010)
package, due to the double definition of \AtEndPreamble, as reported by
D. Becker.
-version 0.9 (31 May 2010)
+version 0.9.0 (31 May 2010)
- added support for the itemize, enumerate and description environments.
-version 0.8 (24 May 2010)
+version 0.8.0 (24 May 2010)
- added support for multibib. Also modified the template to illustrate how to
show labels in the bibliography, as requested by Tom D. R. and Stefan K.
- added a command to indicate your personal homepage (\homepage{url}), as
@@ -126,7 +152,7 @@ version 0.8 (24 May 2010)
in \cventry, as reported by B. Ekran (launchpad bug #268768), L. Păncescu and
E. Gregorio.
-version 0.7 (17 June 2008)
+version 0.7.0 (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
@@ -144,7 +170,7 @@ version 0.7 (17 June 2008)
classic theme, by setting the length \maketitlenamewidth. Again, don't forget
to call \recomputelengths afterward.
-version 0.6 (28 May 2007)
+version 0.6.0 (28 May 2007)
- corrected some spacing bugs and cleaned up the code.
- corrected a bug in the bibliography file of the examples spotted by
U. Stöhr.
@@ -159,7 +185,7 @@ version 0.6 (28 May 2007)
C. Knuepfer.
- rewrote the examples.
-version 0.5 (9 September 2006)
+version 0.5.0 (9 September 2006)
- added a \photo command to display a picture. That command takes the name of
the file with the picture as argument, and the desired height as optional
argument.
@@ -178,11 +204,11 @@ version 0.5 (9 September 2006)
\vfill{\hfill{\scriptsize Produced \today.}}
at the end of your CV, as suggested by F. Hammann.
-version 0.4 (2 May 2006)
+version 0.4.0 (2 May 2006)
- removed the dependency on the geometry package, so that users can now invoke
it themselve, and easily change the geometry of the page.
-version 0.3 (10 April 2006)
+version 0.3.0 (10 April 2006)
- moderncv now uses the 'longtable' class, allowing cv sections to split
across multiple pages.
- the different lengths used by moderncv are now customizable! In particular,
@@ -203,7 +229,7 @@ version 0.3 (10 April 2006)
- corrected a spacing problem in the cventry command, as pointed out and
solved by B. Eßmann.
-version 0.2 (6 March 2006)
+version 0.2.0 (6 March 2006)
- rewrite of the code to have the styles (fonts, colours, headers and footers)
be defined in different files than the class. The styles are now defined in a
separate file per style, named moderncvstyle<style_name>. It should now be
@@ -223,5 +249,5 @@ version 0.2 (6 March 2006)
consistency purpose. For compatibility reasons, the command \cvresume still
works, but should be avoided.
-version 0.1 (1 March 2006)
+version 0.1.0 (1 March 2006)
- first release.