diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-12 22:55:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-12 22:55:46 +0000 |
commit | 53c91808160a9cd42975cb3e888d5679e831b371 (patch) | |
tree | e911ddcec231e1739b935651f284b1c971490831 /Master/texmf-dist/doc/latex | |
parent | 190e844bd12799d383dfc80f7fa6a0c5afcaee26 (diff) |
moderncv 0.12 (5aug10)
git-svn-id: svn://tug.org/texlive/trunk@19688 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/moderncv/CHANGELOG | 13 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/moderncv/examples/letter.tex | 9 |
2 files changed, 16 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/moderncv/CHANGELOG b/Master/texmf-dist/doc/latex/moderncv/CHANGELOG index 87162ffaa7c..56f8ee2e236 100644 --- a/Master/texmf-dist/doc/latex/moderncv/CHANGELOG +++ b/Master/texmf-dist/doc/latex/moderncv/CHANGELOG @@ -1,7 +1,18 @@ +version 0.12 (03 August 2010) + - prevents pagebreaks after sections and subsections (launchpad bug #409902), + as originally reported by C. Gaspoz and fixed by launchpad user tentotwo). + +version 0.11 (20 July 2010) + - removed the \ifpdf check when loading the graphicx package, as graphicx does + does check internally and this was preventing proper functionning with xelatex + and luatex, as reported by A. Trautmann. The same check was also removed + everywhere else in the document (i.e. when loading the color and hyperref + packages). + version 0.10 (13 June 2010) - fixed a compatibility issue with the natbib package (natbib uses \section* to format the bibliography title, while only \section was defined by moderncv), - as reported on launchpad (bug #393920). + as reported on launchpad (launchpad bug #393920). - fixed a compatibility issues with (any package relying on) the etoolbox package, due to the double definition of \AtEndPreamble, as reported by D. Becker. diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/letter.tex b/Master/texmf-dist/doc/latex/moderncv/examples/letter.tex index 50e87475426..92c9926fe68 100644 --- a/Master/texmf-dist/doc/latex/moderncv/examples/letter.tex +++ b/Master/texmf-dist/doc/latex/moderncv/examples/letter.tex @@ -21,7 +21,7 @@ \pagestyle{empty} -\usepackage[scale=0.775]{geometry} +\usepackage[scale=0.8]{geometry} \setlength{\parindent}{0pt} \addtolength{\parskip}{6pt} @@ -32,9 +32,8 @@ \def\FileSubject{Cover letter} \def\FileKeyWords{\firstname \familyname, Cover letter} -\renewcommand{\ttdefault}{pcr} - \usepackage{url} +\renewcommand{\ttdefault}{pcr} \urlstyle{tt} \ifpdf \usepackage[pdftex,pdfborder=0,breaklinks,baseurl=http://,pdfpagemode=None,pdfstartview=XYZ,pdfstartpage=1]{hyperref} @@ -49,10 +48,10 @@ \usepackage[dvips]{hyperref} \fi +\renewcommand{\familydefault}{\sfdefault}% for use with a résumé using sans serif fonts; +%\renewcommand{\familydefault}{\rmdefault}% for use with a résumé using sans serif fonts; \begin{document} -\sffamily % for use with a résumé using sans serif fonts; -%\rmfamily % for use with a résumé using serif fonts; \hfill% \begin{minipage}[t]{.6\textwidth} \raggedleft% |