summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/moderncv/CHANGELOG
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-07-29 20:38:14 +0000
committerKarl Berry <karl@freefriends.org>2015-07-29 20:38:14 +0000
commite76534e995ef3134f513b1a9951be0156c997631 (patch)
tree66887cff813a6f9f7b72f0831165ea188043fab0 /Master/texmf-dist/doc/latex/moderncv/CHANGELOG
parent6c09dd71fc1b55b7990d439747f090fa57a84b77 (diff)
moderncv (29jul15)
git-svn-id: svn://tug.org/texlive/trunk@37992 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/moderncv/CHANGELOG')
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/CHANGELOG33
1 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/moderncv/CHANGELOG b/Master/texmf-dist/doc/latex/moderncv/CHANGELOG
index 3726bf0c4d2..8e300badd1f 100644
--- a/Master/texmf-dist/doc/latex/moderncv/CHANGELOG
+++ b/Master/texmf-dist/doc/latex/moderncv/CHANGELOG
@@ -1,3 +1,36 @@
+version 2.0.0 (28 Jul 2015)
+ - refactored the code into heads, body, foot and icon substyles. All styles
+ (classic, casual, banking and oldstyle) are just a combination of these and
+ some font selection. Mixing substyles (e.g., the banking header with the
+ classic body) is now trivial by using the \moderncvhead, \moderncvbody,
+ \moderncvfoot and \moderncvicons commands. Each of these take a substyle number
+ as argument. \moderncvcolor takes a color name as argument.
+ - added a new style, "fancy".
+ - added an optional argument to \moderncvstyle to specify style options, i.e.
+ \moderncvstyle[options]{style}. Below is a list of the available options per
+ style:
+ * classic
+ > to specify of one's name should appear left or right at the top: "left"
+ (default) or "right;
+ * casual
+ > to specify of one's name should appear left or right at the top: "left"
+ (default) or "right;
+ * banking
+ > to specify how the section- and subsectionrules should be set:
+ "fullrules", "shortrules", "mixedrules" (default; full rules for sections,
+ short rules for subsections), "centered" (fullrules with centered title)
+ and "norules" (norules, small caps font);
+ > to specify how the body should be aligned: left" (default), "center" or
+ "right";
+ * oldstyle & fancy
+ n/a
+ - added a new color variant: "burgundy".
+ - corrected the color of \addressstyle to match the one effectively used
+ (color2).
+ - adjusted the bibliography spacing to handle entries with or without labels.
+ - added a check on the emptyness of \title when setting the hyperref document
+ properties.
+
version 1.5.1 (29 Apr 2013)
- made sure that XeLaTeX or LuaLaTeX is in use before loading the awesome icon
set and if not, revert to the marvosym icon set.