diff options
author | Karl Berry <karl@freefriends.org> | 2012-10-31 21:45:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-10-31 21:45:18 +0000 |
commit | 54ba93bf0a6f72847b3981af2e763a8ce60b9d07 (patch) | |
tree | 8cc66c2255a088f71e0168365879fe372a57e49a /Master/texmf-dist/doc | |
parent | 4051c7da97b4e20b82b75d470cedd3cbbffee96b (diff) |
moderncv (31oct12)
git-svn-id: svn://tug.org/texlive/trunk@28139 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
11 files changed, 31 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/moderncv/CHANGELOG b/Master/texmf-dist/doc/latex/moderncv/CHANGELOG index 4fb217b0a85..c70ae146063 100644 --- a/Master/texmf-dist/doc/latex/moderncv/CHANGELOG +++ b/Master/texmf-dist/doc/latex/moderncv/CHANGELOG @@ -1,3 +1,24 @@ +version 1.2.0 (31 Oct 2012) + - updated the banking style header to include the option to show a title. + - set the values of \arrayrulewidth and \doublerulesep to their standard values + (0.4pt and 2pt resp.) to enable the drawing of rules in tabulars and arrays by + default. + - modified the code of \makecvtitle and \makelettertitle of the "casual" style + to avoid it to cause horizontal alignment issues after and before itself. + - corrected a bug in \makelettertitle of most styles that displayed the current + date (\today) instead of the date given through the \date command, as reported + by B. Schlimmchen and S. Fnord. + - removed the need to set pdfpagelabels=false when loading hyperref, by putting + \pagenumbering{arabic} (to define \thepage) before loading hyperref, as figured + out by J. Wolf. + - corrected the line wrapping of \cvlistitem of the "banking" style. + - corrected a bug in \makecvtitle and \makelettertitle of the "banking" style. + - removed an unwanted space in the footer of the "casual" style. + - moved the font style definitions to moderncv.cls for better readability + (moderncv.cls is meant to be a sort of header file, implementing only some + macros shared by all styles and defining the macros that the style files need + to implement). + version 1.1.3 (10 Aug 2012) - corrected a longstanding issue causing hyperref to issue two warnings regarding its "pdfpagelabels" option, as pointed out and solved by P. Leifeld diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/template-es.pdf b/Master/texmf-dist/doc/latex/moderncv/examples/template-es.pdf Binary files differindex 4c4b872b31b..2199a5b8c4c 100644 --- a/Master/texmf-dist/doc/latex/moderncv/examples/template-es.pdf +++ b/Master/texmf-dist/doc/latex/moderncv/examples/template-es.pdf diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/template-zh.pdf b/Master/texmf-dist/doc/latex/moderncv/examples/template-zh.pdf Binary files differindex cbfbbdafd21..3cc5e930288 100644 --- a/Master/texmf-dist/doc/latex/moderncv/examples/template-zh.pdf +++ b/Master/texmf-dist/doc/latex/moderncv/examples/template-zh.pdf diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/template.pdf b/Master/texmf-dist/doc/latex/moderncv/examples/template.pdf Binary files differindex a8cf07adcbb..85a52d36184 100644 --- a/Master/texmf-dist/doc/latex/moderncv/examples/template.pdf +++ b/Master/texmf-dist/doc/latex/moderncv/examples/template.pdf diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/template.tex b/Master/texmf-dist/doc/latex/moderncv/examples/template.tex index dd170b5481a..7a009a683fc 100644 --- a/Master/texmf-dist/doc/latex/moderncv/examples/template.tex +++ b/Master/texmf-dist/doc/latex/moderncv/examples/template.tex @@ -26,16 +26,16 @@ % personal data \firstname{John} \familyname{Doe} -\title{Resumé title (optional)} % optional, remove the line if not wanted -\address{street and number}{postcode city} % optional, remove the line if not wanted -\mobile{+1~(234)~567~890} % optional, remove the line if not wanted -\phone{+2~(345)~678~901} % optional, remove the line if not wanted -\fax{+3~(456)~789~012} % optional, remove the line if not wanted -\email{john@doe.org} % optional, remove the line if not wanted -\homepage{www.johndoe.com} % optional, remove the line if not wanted -\extrainfo{additional information} % optional, remove the line if not wanted -\photo[64pt][0.4pt]{picture} % '64pt' is the height the picture must be resized to, 0.4pt is the thickness of the frame around it (put it to 0pt for no frame) and 'picture' is the name of the picture file; optional, remove the line if not wanted -\quote{Some quote (optional)} % optional, remove the line if not wanted +\title{Resumé title} % optional, remove / comment the line if not wanted +\address{street and number}{postcode city} % optional, remove / comment the line if not wanted +\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 +\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 +\homepage{www.johndoe.com} % optional, remove / comment the line if not wanted +\extrainfo{additional information} % optional, remove / comment the line if not wanted +\photo[64pt][0.4pt]{picture} % optional, remove / comment the line if not wanted; '64pt' is the height the picture must be resized to, 0.4pt is the thickness of the frame around it (put it to 0pt for no frame) and 'picture' is the name of the picture file +\quote{Some quote} % optional, remove / comment the line if not wanted % to show numerical labels in the bibliography (default is to show no labels); only useful if you make citations in your resume %\makeatletter diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/template_banking_black.pdf b/Master/texmf-dist/doc/latex/moderncv/examples/template_banking_black.pdf Binary files differdeleted file mode 100644 index 43dde0b6db9..00000000000 --- a/Master/texmf-dist/doc/latex/moderncv/examples/template_banking_black.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/template_banking_red.pdf b/Master/texmf-dist/doc/latex/moderncv/examples/template_banking_red.pdf Binary files differindex 0593dd71e85..74afecdb829 100644 --- a/Master/texmf-dist/doc/latex/moderncv/examples/template_banking_red.pdf +++ b/Master/texmf-dist/doc/latex/moderncv/examples/template_banking_red.pdf diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/template_casual_orange.pdf b/Master/texmf-dist/doc/latex/moderncv/examples/template_casual_orange.pdf Binary files differindex d1c8eca0a2a..52274b9bb72 100644 --- a/Master/texmf-dist/doc/latex/moderncv/examples/template_casual_orange.pdf +++ b/Master/texmf-dist/doc/latex/moderncv/examples/template_casual_orange.pdf diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/template_classic_green.pdf b/Master/texmf-dist/doc/latex/moderncv/examples/template_classic_green.pdf Binary files differindex d3a0e2aa963..91fb74c0c98 100644 --- a/Master/texmf-dist/doc/latex/moderncv/examples/template_classic_green.pdf +++ b/Master/texmf-dist/doc/latex/moderncv/examples/template_classic_green.pdf diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/template_multibib.pdf b/Master/texmf-dist/doc/latex/moderncv/examples/template_multibib.pdf Binary files differindex 042be9d7945..617c9583397 100644 --- a/Master/texmf-dist/doc/latex/moderncv/examples/template_multibib.pdf +++ b/Master/texmf-dist/doc/latex/moderncv/examples/template_multibib.pdf diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/template_oldstyle_grey.pdf b/Master/texmf-dist/doc/latex/moderncv/examples/template_oldstyle_grey.pdf Binary files differindex 830cb1c79c6..b405dcfa0ae 100644 --- a/Master/texmf-dist/doc/latex/moderncv/examples/template_oldstyle_grey.pdf +++ b/Master/texmf-dist/doc/latex/moderncv/examples/template_oldstyle_grey.pdf |