diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-23 22:03:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-23 22:03:59 +0000 |
commit | dcbba316ad38f69871121fcbb50f004119258729 (patch) | |
tree | e44095eb83723e97ef0fb63270feb2699958a4f4 /Master/texmf-dist/doc/latex/moderncv/CHANGELOG | |
parent | 7c7ae491345ff76b2899396d911ffbd59907b657 (diff) |
moderncv (23apr13)
git-svn-id: svn://tug.org/texlive/trunk@30069 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/moderncv/CHANGELOG')
-rw-r--r-- | Master/texmf-dist/doc/latex/moderncv/CHANGELOG | 35 |
1 files changed, 32 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/moderncv/CHANGELOG b/Master/texmf-dist/doc/latex/moderncv/CHANGELOG index 38a86c6489d..c6dd1ac125e 100644 --- a/Master/texmf-dist/doc/latex/moderncv/CHANGELOG +++ b/Master/texmf-dist/doc/latex/moderncv/CHANGELOG @@ -1,3 +1,32 @@ +version 1.5.0 (23 Apr 2013) + - added a command to showcase social accounts in one's personal information: + \social. The command currently handles automatically LinkedIn, Twitter and + Github accounts, and other links can be provided explicitly. + - added a new icon set: "awesome" (using the icons from the Font Awesome font). + - set the "awesome" icon set as the default for the "casual" and "banking" + style variants (can be changed back with \moderncvicons{marvosym}). + - forced all the icons of the "letters" icon set to be of the same width, for + alignment purpose. + - added a letter icon ("W") for the homepage of the "letters" icon set. + - forced some white space between the main text and the footer of the "casual" + style variant. + - removed the rule below the headings of the cvcolumns environment. + +version 1.4.0 (28 Mar 2013) + - deprecated \phone, \mobile and \fax in favour of \phone[<type>], where <type> + can be "fixed" (default), "mobile" or "fax". As part of the change, one can now + use each of these multiple times, to e.g. display multiple mobile phone numbers. + - deprecated \firstname and \familyname in favour of \name{<first>}{<last>}. + - added a new mechanism to select amongs different possible icon sets: + \moderncvicons{<iconsetname>}, where <iconsetname> can be "marvosym" (used by + default in the "banking", "casual" and "classic" style variants) or "letters" + (used by default in the "oldstyle" style variant). \moderncvicons should + always be called after \moderncvstyle in order to override the style variants + defaults. + - added a command to control the font of the page numbering: \pagenumberfont, + as requested by fr1a1nky (launchpad question #224496). + - removed the use of the suffix package. + 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 @@ -13,7 +42,7 @@ version 1.3.0 (09 Feb 2013) \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. + - replaced the use 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 @@ -67,8 +96,8 @@ version 1.1.0 (29 Jul 2012) - 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 + - tweaked the use of \textbullet to avoid the fall-back to Computer Modern + fonts and prepared the use 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. |