Release 1.4.0
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
version 1.4.0 (dd MMM 2013)
|
version 1.4.0 (28 Mar 2013)
|
||||||
- deprecated \phone, \mobile and \fax in favour of \phone[<type>], where <type>
|
- deprecated \phone, \mobile and \fax in favour of \phone[<type>], where <type>
|
||||||
can be "mobile", "fixed" (default) or "fax".
|
can be "mobile", "fixed" (default) 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>}.
|
- deprecated \firstname and \familyname in favour of \name{<first>}{<last>}.
|
||||||
- added a new mechanism to select amongs different possible icon sets:
|
- added a new mechanism to select amongs different possible icon sets:
|
||||||
\moderncvicons{<iconsetname>}, where <iconsetname> can be "marvosym" (used by
|
\moderncvicons{<iconsetname>}, where <iconsetname> can be "marvosym" (used by
|
||||||
@ -8,7 +9,8 @@ version 1.4.0 (dd MMM 2013)
|
|||||||
(used by default in the "oldstyle" style variant). \moderncvicons should
|
(used by default in the "oldstyle" style variant). \moderncvicons should
|
||||||
always be called after \moderncvstyle in order to override the style variants
|
always be called after \moderncvstyle in order to override the style variants
|
||||||
defaults.
|
defaults.
|
||||||
- added a command to control the font of the page numbering: \pagenumberfont.
|
- 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.
|
- removed the use of the suffix package.
|
||||||
|
|
||||||
version 1.3.0 (09 Feb 2013)
|
version 1.3.0 (09 Feb 2013)
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{collection}[2013/02/19 v1.0.0 collections]
|
\ProvidesPackage{collection}[2013/03/28 v1.0.0 collections]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|||||||
Binary file not shown.
@ -27,9 +27,9 @@
|
|||||||
\name{John}{Doe}
|
\name{John}{Doe}
|
||||||
\title{Resumé title} % optional, remove / comment the line if not wanted
|
\title{Resumé title} % optional, remove / comment the line if not wanted
|
||||||
\address{street and number}{postcode city}{country}% optional, remove / comment the line if not wanted; the "postcode city" and and "country" arguments can be omitted or provided empty
|
\address{street and number}{postcode city}{country}% optional, remove / comment the line if not wanted; the "postcode city" and and "country" arguments can be omitted or provided empty
|
||||||
\mobile{+1~(234)~567~890} % optional, remove / comment the line if not wanted
|
\phone[mobile]{+1~(234)~567~890} % optional, remove / comment the line if not wanted
|
||||||
\phone{+2~(345)~678~901} % optional, remove / comment the line if not wanted
|
\phone[fixed]{+2~(345)~678~901} % optional, remove / comment the line if not wanted
|
||||||
\fax{+3~(456)~789~012} % optional, remove / comment the line if not wanted
|
\phone[fax]{+3~(456)~789~012} % optional, remove / comment the line if not wanted
|
||||||
\email{john@doe.org} % optional, remove / comment the line if not wanted
|
\email{john@doe.org} % optional, remove / comment the line if not wanted
|
||||||
\homepage{www.johndoe.com} % optional, remove / comment the line if not wanted
|
\homepage{www.johndoe.com} % optional, remove / comment the line if not wanted
|
||||||
\extrainfo{additional information} % optional, remove / comment the line if not wanted
|
\extrainfo{additional information} % optional, remove / comment the line if not wanted
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -10,7 +10,7 @@
|
|||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesClass{moderncv}[2013/02/09 v1.3.0 modern curriculum vitae and letter document class]
|
\ProvidesClass{moderncv}[2013/03/28 v1.4.0 modern curriculum vitae and letter document class]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvcolorblack}[2013/02/09 v1.3.0 modern curriculum vitae and letter color scheme: black]
|
\ProvidesPackage{moderncvcolorblack}[2013/03/28 v1.4.0 modern curriculum vitae and letter color scheme: black]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvcolorblue}[2013/02/09 v1.3.0 modern curriculum vitae and letter color scheme: blue]
|
\ProvidesPackage{moderncvcolorblue}[2013/03/28 v1.4.0 modern curriculum vitae and letter color scheme: blue]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvcolorgreen}[2013/02/09 v1.3.0 modern curriculum vitae and letter color scheme: green]
|
\ProvidesPackage{moderncvcolorgreen}[2013/03/28 v1.4.0 modern curriculum vitae and letter color scheme: green]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvcolorgrey}[2013/02/09 v1.3.0 modern curriculum vitae and letter color scheme: grey]
|
\ProvidesPackage{moderncvcolorgrey}[2013/03/28 v1.4.0 modern curriculum vitae and letter color scheme: grey]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvcolororange}[2013/02/09 v1.3.0 modern curriculum vitae and letter color scheme: orange]
|
\ProvidesPackage{moderncvcolororange}[2013/03/28 v1.4.0 modern curriculum vitae and letter color scheme: orange]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvcolorpurple}[2013/02/09 v1.3.0 modern curriculum vitae and letter color scheme: purple]
|
\ProvidesPackage{moderncvcolorpurple}[2013/03/28 v1.4.0 modern curriculum vitae and letter color scheme: purple]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvcolorred}[2013/02/09 v1.3.0 modern curriculum vitae and letter color scheme: red]
|
\ProvidesPackage{moderncvcolorred}[2013/03/28 v1.4.0 modern curriculum vitae and letter color scheme: red]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvcompatibility}[2013/02/09 v1.3.0 modern curriculum vitae and letter compatibility patches]
|
\ProvidesPackage{moderncvcompatibility}[2013/03/28 v1.4.0 modern curriculum vitae and letter compatibility patches]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncviconsmarvosym}[2013/02/09 v1.3.0 modern curriculum vitae and letter icons: letters]
|
\ProvidesPackage{moderncviconsmarvosym}[2013/03/28 v1.4.0 modern curriculum vitae and letter icons: letters]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncviconsmarvosym}[2013/02/09 v1.3.0 modern curriculum vitae and letter icons: marvosym]
|
\ProvidesPackage{moderncviconsmarvosym}[2013/03/28 v1.4.0 modern curriculum vitae and letter icons: marvosym]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvstylebanking}[2013/02/09 v1.3.0 modern curriculum vitae and letter style scheme: banking]
|
\ProvidesPackage{moderncvstylebanking}[2013/03/28 v1.4.0 modern curriculum vitae and letter style scheme: banking]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvstylecasual}[2013/02/09 v1.3.0 modern curriculum vitae and letter style scheme: casual]
|
\ProvidesPackage{moderncvstylecasual}[2013/03/28 v1.4.0 modern curriculum vitae and letter style scheme: casual]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvstyleclassic}[2013/02/09 v1.3.0 modern curriculum vitae and letter style scheme: classic]
|
\ProvidesPackage{moderncvstyleclassic}[2013/03/28 v1.4.0 modern curriculum vitae and letter style scheme: classic]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvstyleempty}[2013/02/09 v1.3.0 modern curriculum vitae scheme: empty]
|
\ProvidesPackage{moderncvstyleempty}[2013/03/28 v1.4.0 modern curriculum vitae scheme: empty]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
% identification
|
% identification
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{moderncvstyleoldstyle}[2013/02/09 v1.3.0 modern curriculum vitae and letter style scheme: oldstyle]
|
\ProvidesPackage{moderncvstyleoldstyle}[2013/03/28 v1.4.0 modern curriculum vitae and letter style scheme: oldstyle]
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user