diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/moderncv/CHANGELOG')
-rw-r--r-- | Master/texmf-dist/doc/latex/moderncv/CHANGELOG | 17 |
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 |