summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/moderncv/CHANGELOG
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-02-10 23:12:46 +0000
committerKarl Berry <karl@freefriends.org>2013-02-10 23:12:46 +0000
commit4bce3b94bd04b49c445367eb9d2428d691d41adb (patch)
tree28a0aba9ea6d18b8bb9e3ffd452d4a22debbe5f0 /Master/texmf-dist/doc/latex/moderncv/CHANGELOG
parent02c193f4bbd220bc6a44c64c3115effc739a7450 (diff)
moderncv (10feb13)
git-svn-id: svn://tug.org/texlive/trunk@29074 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/moderncv/CHANGELOG')
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/CHANGELOG17
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/moderncv/CHANGELOG b/Master/texmf-dist/doc/latex/moderncv/CHANGELOG
index 0c93999fe84..38a86c6489d 100644
--- a/Master/texmf-dist/doc/latex/moderncv/CHANGELOG
+++ b/Master/texmf-dist/doc/latex/moderncv/CHANGELOG
@@ -1,3 +1,20 @@
+version 1.3.0 (09 Feb 2013)
+ - added a new environment to create multiple columns: cvcolumns. Each column
+ is then created by \cvcolumn[width]{header}{content}, where the optional width
+ is given as a fraction of the total width (between 0 and 1). The header and
+ content are robust and can contain any paragraph command (e.g., a nest itemize
+ environment).
+ - added a macro (\pdfpagemode) to control what is visible upon opening compiled
+ pdfs (assuming pdf reader support), as suggested by U. Stöhr.
+ Possible values include: "UseNone" (only the document), "UseThumbs" (show
+ thumbnails), "UseOutlines" (show bookmarks) and "FullScreen" (open in
+ fullscreen mode).
+ - added a 3rd, fully optional (can be omitted or left blank) argument to
+ \address to specify a country, as requested on launchpad (launchpad bug
+ #1063995).
+ - compacted list environments further.
+ - replaced the usage of the xargs package by the xparse one.
+
version 1.2.1 (04 Dec 2012)
- fixed a regression bug introduced in version 1.2.0 in the header of the
"banking" style when no title is used, as reported on tex.stackexchange