summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/moderncv
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-05-25 00:36:57 +0000
committerKarl Berry <karl@freefriends.org>2010-05-25 00:36:57 +0000
commitca39ed065f3a457ba5383ae7a3910ecca532ca15 (patch)
tree5f5e2d846753b5cba356fc0cd6b11f2e32d6b6c6 /Master/texmf-dist/doc/latex/moderncv
parentd5d8be071d52baec91f2c830f11d1efd1f8f3b14 (diff)
moderncv 0.8 (24may10)
git-svn-id: svn://tug.org/texlive/trunk@18460 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/moderncv')
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/CHANGELOG20
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/KNOWN_BUGS5
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/examples/letter.tex8
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/examples/publications.bib28
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/examples/template.pdfbin0 -> 164477 bytes
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/examples/template.tex (renamed from Master/texmf-dist/doc/latex/moderncv/examples/template_en.tex)35
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/examples/template_casual_orange.pdfbin0 -> 164482 bytes
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/examples/template_classic_green.pdfbin0 -> 230583 bytes
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/examples/template_en_casual_blue.pdfbin153886 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/examples/template_en_classic_green.pdfbin225545 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/examples/template_multibib.pdfbin0 -> 164678 bytes
11 files changed, 80 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/latex/moderncv/CHANGELOG b/Master/texmf-dist/doc/latex/moderncv/CHANGELOG
index c1d10bc5937..cf604533b2f 100644
--- a/Master/texmf-dist/doc/latex/moderncv/CHANGELOG
+++ b/Master/texmf-dist/doc/latex/moderncv/CHANGELOG
@@ -1,9 +1,24 @@
+version 0.8 (24 May 2010)
+ - added support for multibib.
+ - added a command to indicate your personal homepage (\homepage{url}), as
+ requested by J. de Jong and A. Pairet.
+ - corrected an alignment bug for text following a \quote with no immediate
+ \section, as kindly reported by J. Vermeulen and L. Saliou.
+ - corrected a spacing bug when no blank line (or \par) is left after \maketitle.
+ Thanks to A. Menzel for reporting the strange behaviour.
+ - corrected the alignment of the extrainfo title part when no picture was used,
+ as reported by M. Bana.
+ - corrected the missplacement of pdf bookmarks as noticed by L. Fortunato.
+ - corrected several bugs linked to the code for checking for empty arguments in
+ \cventry, as reported by B. Ekran, L. Păncescu and E. Gregorio.
+
version 0.7 (17 June 2008)
- corrected an outstanding spacing bug (space between cvlines longer
than 1 line).
- removed the need to use \closesection and \emptysection as internal
tabulars are now always closed. This allows she use of bibliography packages
- such as bibunits.
+ such as bibunits. Thanks to S. Busch for pointing out the incompatibility and
+ helping testing out the bug correction.
- changed the definition of \photo: the first (optional) argument should
give the desired width of the picture, instead of its height
- corrected an alignment bug for \cvlistitems longer than 1 line, as
@@ -21,7 +36,8 @@ version 0.6 (28 May 2007)
U. Stöhr.
- added color variants to the classic and casual style, as suggested by
U. Stöhr.
- - added a requested by A. Martin.
+ - added a page counter for resumes running longer than 1 page, as requested by
+ A. Martin. It can be disabled by the command \nopagenumbers{}.
- added commands to include a mobile phone and fax number.
- made the symbols used for the phone number, the email, ... customizable.
To modify those symbols, just redefine \phonesymbol, emailsymbol, ...
diff --git a/Master/texmf-dist/doc/latex/moderncv/KNOWN_BUGS b/Master/texmf-dist/doc/latex/moderncv/KNOWN_BUGS
index 93940991301..bc1a20860f8 100644
--- a/Master/texmf-dist/doc/latex/moderncv/KNOWN_BUGS
+++ b/Master/texmf-dist/doc/latex/moderncv/KNOWN_BUGS
@@ -1,2 +1,5 @@
- The \cvsection command seems to be unable to handle a Chinese argument, using
-CJK.
+ CJK.
+- 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.
diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/letter.tex b/Master/texmf-dist/doc/latex/moderncv/examples/letter.tex
index bb613b0ee73..a4aa825cbc2 100644
--- a/Master/texmf-dist/doc/latex/moderncv/examples/letter.tex
+++ b/Master/texmf-dist/doc/latex/moderncv/examples/letter.tex
@@ -1,3 +1,11 @@
+%% start of file `template_en.tex'.
+%% Copyright 2006-2010 Xavier Danaux (xdanaux@gmail.com).
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License version 1.3c,
+% available at http://www.latex-project.org/lppl/.
+
+
\documentclass[11pt]{article}
diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/publications.bib b/Master/texmf-dist/doc/latex/moderncv/examples/publications.bib
index 2149ec056e2..dc1f22c9f1e 100644
--- a/Master/texmf-dist/doc/latex/moderncv/examples/publications.bib
+++ b/Master/texmf-dist/doc/latex/moderncv/examples/publications.bib
@@ -6,16 +6,36 @@
% available at http://www.latex-project.org/lppl/.
-@BOOK{publication1,
- author = {Author 1 and Author 2},
+@BOOK{book1,
+ author = {John Doe and Author 1},
title = {Title},
publisher = {Publisher},
edition = {edition},
year = {year},
}
-@MISC{publication2,
- author = {Author},
+@BOOK{book2,
+ author = {John Doe and Author 2},
+ title = {Title},
+ publisher = {Publisher},
+ edition = {edition},
+ year = {year},
+}
+
+@MISC{misc1,
+ author = {John Doe},
+ title = {Title},
+ year = {year},
+}
+
+@MISC{misc2,
+ author = {John Doe and Author 3},
+ title = {Title},
+ year = {year},
+}
+
+@MISC{misc3,
+ author = {John Doe},
title = {Title},
year = {year},
}
diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/template.pdf b/Master/texmf-dist/doc/latex/moderncv/examples/template.pdf
new file mode 100644
index 00000000000..8db04f4f33b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/moderncv/examples/template.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/template_en.tex b/Master/texmf-dist/doc/latex/moderncv/examples/template.tex
index 3ed87b0e501..a2e05297a2e 100644
--- a/Master/texmf-dist/doc/latex/moderncv/examples/template_en.tex
+++ b/Master/texmf-dist/doc/latex/moderncv/examples/template.tex
@@ -1,5 +1,5 @@
-%% start of file `template_en.tex'.
-%% Copyright 2006-1008 Xavier Danaux (xdanaux@gmail.com).
+%% start of file `template.tex'.
+%% Copyright 2006-2010 Xavier Danaux (xdanaux@gmail.com).
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License version 1.3c,
@@ -19,7 +19,7 @@
\usepackage[scale=0.8]{geometry}
%\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
%\AtBeginDocument{\setlength{\maketitlenamewidth}{6cm}} % only for the classic theme, if you want to change the width of your name placeholder (to leave more space for your address details
-\AtBeginDocument{\recomputelengths} % required when changes are made to page layout lengths
+%\AtBeginDocument{\recomputelengths} % required when changes are made to page layout lengths
% personal data
\firstname{John}
@@ -30,13 +30,21 @@
\phone{phone (optional)} % optional, remove the line if not wanted
\fax{fax (optional)} % optional, remove the line if not wanted
\email{email (optional)} % optional, remove the line if not wanted
+\homepage{homepage (optional)} % optional, remove the line if not wanted
\extrainfo{additional information (optional)} % optional, remove the line if not wanted
\photo[64pt]{picture} % '64pt' is the height the picture must be resized to 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
-%\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
+% for BibTeX numerical labels
+%\makeatletter
+%\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}
+%\makeatother
+% bibliography with mutiple entries
+%\usepackage{multibib}
+%\newcites{book,misc}{{Books},{Others}}
+%\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
%----------------------------------------------------------------------------------
% content
%----------------------------------------------------------------------------------
@@ -60,9 +68,9 @@
\cventry{year--year}{Job title}{Employer}{City}{}{Description line 1\newline{}Description line 2}% arguments 3 to 6 are optional
\section{Languages}
-\cvlanguage{language 1}{Skill level}{Comment}
-\cvlanguage{language 2}{Skill level}{Comment}
-\cvlanguage{language 3}{Skill level}{Comment}
+\cvlanguage{Language 1}{Skill level}{Comment}
+\cvlanguage{Language 2}{Skill level}{Comment}
+\cvlanguage{Language 3}{Skill level}{Comment}
\section{Computer skills}
\cvcomputer{category 1}{XXX, YYY, ZZZ}{category 4}{XXX, YYY, ZZZ}
@@ -83,14 +91,23 @@
\section{Extra 2}
\cvlistdoubleitem[\Neutral]{Item 1}{Item 4}
-\cvlistdoubleitem[\Neutral]{Item 2}{Item 5}
+\cvlistdoubleitem[\Neutral]{Item 2}{Item 5\cite{book1}}
\cvlistdoubleitem[\Neutral]{Item 3}{}
-% Publications from a BibTeX file
+% Publications from a BibTeX file without multibib\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}% for BibTeX numerical labels
\nocite{*}
\bibliographystyle{plain}
\bibliography{publications} % 'publications' is the name of a BibTeX file
+% Publications from a BibTeX file using the multibib package
+%\section{Publications}
+%\nocitebook{book1,book2}
+%\bibliographystylebook{plain}
+%\bibliographybook{publications} % 'publications' is the name of a BibTeX file
+%\nocitemisc{misc1,misc2,misc3}
+%\bibliographystylemisc{plain}
+%\bibliographymisc{publications} % 'publications' is the name of a BibTeX file
+
\end{document}
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
new file mode 100644
index 00000000000..77c75ac3eb5
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/moderncv/examples/template_casual_orange.pdf
Binary files differ
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
new file mode 100644
index 00000000000..b6df167df3f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/moderncv/examples/template_classic_green.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/template_en_casual_blue.pdf b/Master/texmf-dist/doc/latex/moderncv/examples/template_en_casual_blue.pdf
deleted file mode 100644
index e1db45ba2c4..00000000000
--- a/Master/texmf-dist/doc/latex/moderncv/examples/template_en_casual_blue.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/template_en_classic_green.pdf b/Master/texmf-dist/doc/latex/moderncv/examples/template_en_classic_green.pdf
deleted file mode 100644
index 9128c8c4976..00000000000
--- a/Master/texmf-dist/doc/latex/moderncv/examples/template_en_classic_green.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/template_multibib.pdf b/Master/texmf-dist/doc/latex/moderncv/examples/template_multibib.pdf
new file mode 100644
index 00000000000..3b6d98d0f76
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/moderncv/examples/template_multibib.pdf
Binary files differ