diff options
author | Karl Berry <karl@freefriends.org> | 2012-02-06 00:42:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-02-06 00:42:34 +0000 |
commit | 27d1d1646fa5dc2daba1e09c2d2175c211d93def (patch) | |
tree | e7b644fc1c31207cb69662f4278db7d555a63116 /Master/texmf-dist/doc/latex/moderncv | |
parent | 4e9750715f219d797d201e091dd0917660b68178 (diff) |
moderncv 0.18 (5feb12)
git-svn-id: svn://tug.org/texlive/trunk@25300 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/moderncv')
14 files changed, 18 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/moderncv/CHANGELOG b/Master/texmf-dist/doc/latex/moderncv/CHANGELOG index 776d4d1b107..c9861c2b078 100644 --- a/Master/texmf-dist/doc/latex/moderncv/CHANGELOG +++ b/Master/texmf-dist/doc/latex/moderncv/CHANGELOG @@ -1,3 +1,14 @@ +version 0.18 (05 Feb 2012) + - corrected the handling of pdf bookmarks, as suggested on stackexchange by + U. Fischer. + - improved the spacing between sections and subsections by using \addvspace + instead of \vspace. + - corrected the spacing between entries with nested itemize environments + (temporary solution working only for single line items). + - added a check in the oldstyle style for an empty 4th argument in the + \cvdoubleitem definition, to avoid printing a colon without preceding label. + - added a new style on top of classic, casual and oldstyle: banking. + version 0.17 (25 Jan 2012) - changed the footer algorithm of style casual to avoid starting lines with the footer symbol. diff --git a/Master/texmf-dist/doc/latex/moderncv/KNOWN_BUGS b/Master/texmf-dist/doc/latex/moderncv/KNOWN_BUGS index 92a6f36cc08..8517a296be7 100644 --- a/Master/texmf-dist/doc/latex/moderncv/KNOWN_BUGS +++ b/Master/texmf-dist/doc/latex/moderncv/KNOWN_BUGS @@ -3,3 +3,8 @@ - Moderncv produces an error ("lonely \item--perhaps a missing list environment") when used with bibentry, through the output is actually correct. Amongst other, this causes compilation by LyX to stop. +- The space after a cventry gets eaten up when the last argument contains a nested + itemize environment. An ugly hack and uncomplete solution was implemented by + including a \strut in every item label, but this doesn't solve the problem for + multi-line items. Ideally, the strut should end the item, but there seem to be + no way to do this. 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 95340826122..e0f72080062 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-es.tex b/Master/texmf-dist/doc/latex/moderncv/examples/template-es.tex index 8b0f83346a6..357230d9332 100644 --- a/Master/texmf-dist/doc/latex/moderncv/examples/template-es.tex +++ b/Master/texmf-dist/doc/latex/moderncv/examples/template-es.tex @@ -15,7 +15,7 @@ %\nopagenumbers{} % elimine el comentario para suprimir la numeracion automatica de las paginas para CVs mayores a una pagina % codificacion de caracteres -\usepackage[utf8]{inputenc} % reemplace con su codificacion +%\usepackage[utf8]{inputenc} % reemplace con su codificacion %\usepackage{CJKutf8} % si necesita usa CJK para redactar su CV en chino, japones o coreano % ajustes para los margenes de pagina 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 591b37090b9..344f371f8e4 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 2c79e2ef0e2..837c1ec69ac 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 c835c0a2b8b..857528d290b 100644 --- a/Master/texmf-dist/doc/latex/moderncv/examples/template.tex +++ b/Master/texmf-dist/doc/latex/moderncv/examples/template.tex @@ -15,7 +15,7 @@ %\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page % character encoding -\usepackage[utf8]{inputenc} % replace by the encoding you are using +%\usepackage[utf8]{inputenc} % if you are not using xelatex ou lualatex, replace by the encoding you are using %\usepackage{CJKutf8} % if you need to use CJK to typeset your resume in Chinese, Japanese or Korean % adjust the page margins 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 differnew file mode 100644 index 00000000000..25b2d328fc5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/moderncv/examples/template_banking_black.pdf 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 differnew file mode 100644 index 00000000000..ff1d675d1c2 --- /dev/null +++ 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 b4b68f086e1..d1c70a7d812 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 50751c700c8..9306310d955 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 9e8e1e44006..2614d7c1c11 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.2.pdf b/Master/texmf-dist/doc/latex/moderncv/examples/template_oldstyle_grey.2.pdf Binary files differdeleted file mode 100644 index c2f5b8cd2d0..00000000000 --- a/Master/texmf-dist/doc/latex/moderncv/examples/template_oldstyle_grey.2.pdf +++ /dev/null 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 ad4d10d1f8c..927e04e401a 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 |