summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/moderncv
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-05-31 18:37:26 +0000
committerKarl Berry <karl@freefriends.org>2007-05-31 18:37:26 +0000
commit6a512f2924f99e66adb4103f84b3d6a9b0b3ceed (patch)
tree4e425a5bc8b78ead9c39289424bcfa9e643dfb22 /Master/texmf-dist/doc/latex/moderncv
parent5150bb77cb9cc5d66a2432a9adb57bf2d58e04c7 (diff)
moderncv update (28may07)
git-svn-id: svn://tug.org/texlive/trunk@4383 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/moderncv')
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/CHANGELOG14
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/KNOWN_BUGS4
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/README6
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/examples/jdoe_casual.pdfbin147364 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/examples/jdoe_casual.tex112
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/examples/jdoe_classic.pdfbin177177 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/examples/jdoe_classic.tex112
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/examples/jdoe_publications.bib48
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/examples/letter.pdfbin0 -> 70696 bytes
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/examples/letter.tex96
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/examples/picture.eps (renamed from Master/texmf-dist/doc/latex/moderncv/examples/jdoe_picture.eps)0
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/examples/picture.jpg (renamed from Master/texmf-dist/doc/latex/moderncv/examples/jdoe_picture.jpg)bin1693 -> 1693 bytes
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/examples/publications.bib24
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/examples/template_en.tex96
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/examples/template_en_casual_blue.pdfbin0 -> 150303 bytes
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/examples/template_en_classic_green.pdfbin0 -> 216856 bytes
16 files changed, 233 insertions, 279 deletions
diff --git a/Master/texmf-dist/doc/latex/moderncv/CHANGELOG b/Master/texmf-dist/doc/latex/moderncv/CHANGELOG
index 8869f5b9512..8c0e49a8b53 100644
--- a/Master/texmf-dist/doc/latex/moderncv/CHANGELOG
+++ b/Master/texmf-dist/doc/latex/moderncv/CHANGELOG
@@ -1,3 +1,17 @@
+version 0.6 (28 May 2007)
+ - corrected some spacing bugs and cleaned up the code.
+ - corrected a bug in the bibliography file of the examples spotted by
+ 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 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, ...
+ - corrected the pdf information given to hyperref as pointed out by
+ C. Knuepfer.
+ - rewrote the examples.
+
version 0.5 (9 September 2006)
- added a \photo command to display a picture. That command takes the name of
the file with the picture as argument, and the desired height as optional
diff --git a/Master/texmf-dist/doc/latex/moderncv/KNOWN_BUGS b/Master/texmf-dist/doc/latex/moderncv/KNOWN_BUGS
index b78d7a63ca4..061bf42fb21 100644
--- a/Master/texmf-dist/doc/latex/moderncv/KNOWN_BUGS
+++ b/Master/texmf-dist/doc/latex/moderncv/KNOWN_BUGS
@@ -1,5 +1,3 @@
-- Inside the last argument of \cventry, used to display some complementary
-information of an entry, the command "\\" doesn't seem to work, while "\newline"
-works perfectly. I have no idea why...
+- moderncv doesn't work with natbib
- The \cvsection command seems to be unable to handle a Chinese argument, using
CJK.
diff --git a/Master/texmf-dist/doc/latex/moderncv/README b/Master/texmf-dist/doc/latex/moderncv/README
index ea86341a133..98bd8421fd2 100644
--- a/Master/texmf-dist/doc/latex/moderncv/README
+++ b/Master/texmf-dist/doc/latex/moderncv/README
@@ -12,12 +12,10 @@ commands like:
\maketitle,
but also defines its own special commands:
\cventry,
- \makequote,
\firstname,
\familyname,
...
-All the commands are defined in such a way that the arguments are always
-optional.
+Most commands are defined in such a way that the arguments are optional.
Documents can be compiled into dvi, ps or pdf.
@@ -26,4 +24,4 @@ directory for some examples.
Author: Xavier Danaux <xdanaux@gmail.com>
-Date: 09 September 2006
+Date: 28 May 2007
diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_casual.pdf b/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_casual.pdf
deleted file mode 100644
index 89c83cadc6e..00000000000
--- a/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_casual.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_casual.tex b/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_casual.tex
deleted file mode 100644
index 397b3244bc0..00000000000
--- a/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_casual.tex
+++ /dev/null
@@ -1,112 +0,0 @@
-%% start of file `jdoe_casual.tex'.
-%% Copyright 2006 Xavier Danaux.
-%
-% 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]{moderncv}
-
-% moderncv styles
-\moderncvstyle{casual} % optional argument are 'nocolor' (black & white cv) and 'roman' (for roman fonts, instead of sans serif fonts)
-%\moderncvstyle{classic} % idem
-
-% character encoding
-\usepackage[utf8]{inputenc} % replace by the encoding you are using
-
-% personal data (the given example is exhaustive; just give what you want)
-\firstname{John}
-\familyname{Doe}
-\title{Design enthusiast\dots}
-%\address{12 somestreet\\3456 somecity} % for classic style
-\address{12 somestreet, 3456 somecity} % for casual style
-\phone{+12 (3)456 78 90}
-\email{jdoe@design.org}
-\extrainfo{\weblink{www.ctan.org}}
-\photo[64pt]{jdoe_picture} % also optional, and the optional argument is the height the picture must be resized to
-\quote{Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction.}% also optional
-
-%\renewcommand{\listsymbol}{{\fontencoding{U}\fontfamily{ding}\selectfont\tiny\symbol{'102}}} % define another symbol to be used in front of the list items
-
-% the ConTeXt symbol
-\def\ConTeXt{%
- C%
- \kern-.0333emo%
- \kern-.0333emn%
- \kern-.0667em\TeX%
- \kern-.0333emt}
-
-% slanted small caps (only with roman family; the sans serif font doesn't exists :-()
-%\usepackage{slantsc}
-%\DeclareFontFamily{T1}{myfont}{}
-%\DeclareFontShape{T1}{myfont}{m}{scsl}{ <-> cork-lmssqbo8}{}
-%\usefont{T1}{myfont}{m}{scsl}Testing the font
-
-% command and color used in this document, independently from moderncv
-\definecolor{see}{rgb}{0.5,0.5,0.5}% for web links
-\newcommand{\up}[1]{\ensuremath{^\textsf{\scriptsize#1}}}% for text subscripts
-
-%----------------------------------------------------------------------------------
-% content
-%----------------------------------------------------------------------------------
-\begin{document}
-\maketitle
-\makequote
-
-\section{Education}
-\cventry{2003--2006}{Master of Design}{Valparezzo School of Design}{}{}{1\up{st} year: 79\%\hspace{2em}2\up{nd} year: 84\%\hspace{2em}3\up{rd} year: ---\hspace{2em}(graduation expected in June 2006)}
-\cventry{2001--2003}{Bachelor of Design}{Beijing Drawing University}{}{}{1\up{st} year: 63\%\hspace{2em}2\up{nd} year: 76\%}
-
-\section{Master thesis}
-\cvitem{title}{\emph{On the design of modern curriculum vit\ae{}s}}
-\cvitem{supervisors}{Pr P. Picasso and Pr G. Klimt}
-\cvitem{description}{\small Study of the complex design of a curriculum vit\ae{}, also known as ``résumé''. In my opinion, a good design needs to be show the personality of its author. Some people will thus prefer a more classic style, and others will be more audacious\dots}
-
-\section{Experience}
-\cventry{February 2006--\\current}{Maintainer of the a CTAN package}{CTAN}{World}{}{Maintainer of the {\ttfamily moderncv} package, meant to ease the production of beautiful curriculum vit\ae{}s.}
-\cventry{2005--2006}{Mathematics tutor}{UCL}{Louvain-la-Neuve}{}{Supervision of practical sessions for a mathematical course given to second year engineering students (course \emph{FSAB1104: Numerical Methods}).\hfill{\itshape\color{see}\footnotesize{}See \httplink{www.legat-online.be/b2q1/num}.}}
-\cventry{2004--2006}{Cultural project leader}{Tchouque-Tschouk Kot}{Louvain-la-Neuve}{}{Leader of a student home with a cultural project, requiring day to day management as well as the organization of public events.\hfill{\itshape\color{see}\footnotesize{}See \httplink{www.organe.be}.}}
-\cventry{1999--2001}{IMO preselected}{SBPMef}{Wépion}{}{Advanced mathematical training, as Belgian preselected candidate for the International Mathematical Olympiads, selected by the Belgian mathematical society.\hfill{\itshape\color{see}\footnotesize{}See \weblink{imo.math.ca/belgium.html}.}}
-
-\section{Languages}
-\cvlanguage{French}{Native}{}
-\cvlanguage{Dutch}{Near-native}{Primary education degree obtained in a Dutch college\\(Sint-Jozefscollege te Sint-Pieters-Woluwe).}
-\cvlanguage{English}{Very good}{Many journeys in English speaking countries, including the United States,\\the United Kingdom and Kenya.}
-\cvlanguage{Mandarin}{Elementary}{Taking classes at the ``Institut des Langues Vivantes'' (UCL), for the second year now.}
-\closesection{}
-\pagebreak{}
-
-\section{Computer skills}
-\cvcomputer{OS}{Linux, Unix, Windows}{administration}{Apache, Mailman}
-\cvcomputer{programming}{\textsc{Java}, C/C++}{scripting}{PHP, Shell, Ruby}
-\cvcomputer{scientific}{Matlab, Autocad, Abaqus}{typography}{\LaTeX, \ConTeXt, Scribus, QuarkXPress}
-\cvcomputer{web design}{XHTML, CSS, AJAX}{database}{MySQL, PostgreSQL}
-
-\section{Interests}
-\cvitem{design}{\small I am a design fan, especially when it comes to typography and photography.}
-\cvitem{adventure sports}{\small I like practicing adventure sports like skiing, rock climbing and scuba diving, and have been a boy scout for five years.}
-\cvitem{travelling}{\small I have been living abroad during my childhood, and love travelling around the world.}
-
-\section{Section with a list}
-\cvlistitem{Single item.}
-\cvlistitem{Another single item.}
-\cvlistdoubleitem{Double\dots{}}{\dots{} item.}
-\cvlistdoubleitem{Another double\dots{}}{\dots{} item.}
-
-\section{Section with your own content}\closesection
-Your content here, inside the normal \LaTeX{} environment. You can use any regular \LaTeX{} command, display mathematics
-\[e =m\,c^2,\]
-put some table or figure, \dots
-
-\emptysection{}
-\cvitem{Now}{Back to moderncv layout, without making a new section :-)}
-
-\nocite{*}
-\bibliographystyle{plain}
-\bibliography{jdoe_publications}
-
-\end{document}
-
-
-%% end of file `jdoe_casual.tex'.
diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_classic.pdf b/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_classic.pdf
deleted file mode 100644
index 2b5640ce758..00000000000
--- a/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_classic.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_classic.tex b/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_classic.tex
deleted file mode 100644
index 48edefec6b4..00000000000
--- a/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_classic.tex
+++ /dev/null
@@ -1,112 +0,0 @@
-%% start of file `jdoe_classic.tex'.
-%% Copyright 2006 Xavier Danaux.
-%
-% 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[10pt]{moderncv}
-
-% moderncv styles
-%\moderncvstyle{casual} % optional argument are 'nocolor' (black & white cv) and 'roman' (for roman fonts, instead of sans serif fonts)
-\moderncvstyle{classic} % idem
-
-% character encoding
-\usepackage[utf8]{inputenc} % replace by the encoding you are using
-
-% personal data (the given example is exhaustive; just give what you want)
-\firstname{John}
-\familyname{Doe}
-\title{Design enthusiast\dots}
-\address{12 somestreet\\3456 somecity} % for classic style
-%\address{12 somestreet, 3456 somecity} % for casual style
-\phone{+12 (3)456 78 90}
-\email{jdoe@design.org}
-\extrainfo{\weblink{www.ctan.org}}
-\photo[64pt]{jdoe_picture} % also optional, and the optional argument is the height the picture must be resized to
-\quote{Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction.}% also optional
-
-%\renewcommand{\listsymbol}{{\fontencoding{U}\fontfamily{ding}\selectfont\tiny\symbol{'102}}} % define another symbol to be used in front of the list items
-
-% the ConTeXt symbol
-\def\ConTeXt{%
- C%
- \kern-.0333emo%
- \kern-.0333emn%
- \kern-.0667em\TeX%
- \kern-.0333emt}
-
-% slanted small caps (only with roman family; the sans serif font doesn't exists :-()
-%\usepackage{slantsc}
-%\DeclareFontFamily{T1}{myfont}{}
-%\DeclareFontShape{T1}{myfont}{m}{scsl}{ <-> cork-lmssqbo8}{}
-%\usefont{T1}{myfont}{m}{scsl}Testing the font
-
-% command and color used in this document, independently from moderncv
-\definecolor{see}{rgb}{0.5,0.5,0.5}% for web links
-\newcommand{\up}[1]{\ensuremath{^\textrm{\scriptsize#1}}}% for text subscripts
-
-%----------------------------------------------------------------------------------
-% content
-%----------------------------------------------------------------------------------
-\begin{document}
-\maketitle
-%\makequote
-
-\section{Education}
-\cventry{2003--2006}{Master of Design}{Valparezzo School of Design}{}{}{1\up{st} year: 79\%\hspace{2em}2\up{nd} year: 84\%\hspace{2em}3\up{rd} year: ---\hspace{2em}(graduation expected in June 2006)}
-\cventry{2001--2003}{Bachelor of Design}{Beijing Drawing University}{}{}{1\up{st} year: 63\%\hspace{2em}2\up{nd} year: 76\%}
-
-\section{Master thesis}
-\cvitem{title}{\emph{On the design of modern curriculum vit\ae{}s}}
-\cvitem{supervisors}{Pr P. Picasso and Pr G. Klimt}
-\cvitem{description}{\small Study of the complex design of a curriculum vit\ae{}, also known as ``résumé''. In my opinion, a good design needs to be show the personality of its author. Some people will thus prefer a more classic style, and others will be more audacious\dots}
-
-\section{Experience}
-\cventry{February 2006--\\current}{Maintainer of the a CTAN package}{CTAN}{World}{}{Maintainer of the {\ttfamily moderncv} package, meant to ease the production of beautiful curriculum vit\ae{}s.}
-\cventry{2005--2006}{Mathematics tutor}{UCL}{Louvain-la-Neuve}{}{Supervision of practical sessions for a mathematical course given to second year engineering students (course \emph{FSAB1104: Numerical Methods}).\hfill{\itshape\color{see}\footnotesize{}See \httplink{www.legat-online.be/b2q1/num}.}}
-\cventry{2004--2006}{Cultural project leader}{Tchouque-Tschouk Kot}{Louvain-la-Neuve}{}{Leader of a student home with a cultural project, requiring day to day management as well as the organization of public events.\hfill{\itshape\color{see}\footnotesize{}See \httplink{www.organe.be}.}}
-\cventry{1999--2001}{IMO preselected}{SBPMef}{Wépion}{}{Advanced mathematical training, as Belgian preselected candidate for the International Mathematical Olympiads, selected by the Belgian mathematical society.\hfill{\itshape\color{see}\footnotesize{}See \weblink{imo.math.ca/belgium.html}.}}
-
-\section{Languages}
-\cvlanguage{French}{Native}{}
-\cvlanguage{Dutch}{Near-native}{Primary education degree obtained in a Dutch college\\(Sint-Jozefscollege te Sint-Pieters-Woluwe).}
-\cvlanguage{English}{Very good}{Many journeys in English speaking countries, including the United States,\\the United Kingdom and Kenya.}
-\cvlanguage{Mandarin}{Elementary}{Taking classes at the ``Institut des Langues Vivantes'' (UCL), for the second year now.}
-\closesection{}
-\pagebreak{}
-
-\section{Computer skills}
-\cvcomputer{OS}{Linux, Unix, Windows}{administration}{Apache, Mailman}
-\cvcomputer{programming}{\textsc{Java}, C/C++}{scripting}{PHP, Shell, Ruby}
-\cvcomputer{scientific}{Matlab, Autocad, Abaqus}{typography}{\LaTeX, \ConTeXt, Scribus, QuarkXPress}
-\cvcomputer{web design}{XHTML, CSS, AJAX}{database}{MySQL, PostgreSQL}
-
-\section{Interests}
-\cvitem{design}{\small I am a design fan, especially when it comes to typography and photography.}
-\cvitem{adventure sports}{\small I like practicing adventure sports like skiing, rock climbing and scuba diving, and have been a boy scout for five years.}
-\cvitem{travelling}{\small I have been living abroad during my childhood, and love travelling around the world.}
-
-\section{Section with a list}
-\cvlistitem{Single item.}
-\cvlistitem{Another single item.}
-\cvlistdoubleitem{Double\dots{}}{\dots{} item.}
-\cvlistdoubleitem{Another double\dots{}}{\dots{} item.}
-
-\section{Section with your own content}\closesection
-Your content here, inside the normal \LaTeX{} environment. You can use any regular \LaTeX{} command, display mathematics
-\[e =m\,c^2,\]
-put some table or figure, \dots
-
-\emptysection{}
-\cvitem{Now}{Back to moderncv layout, without making a new section :-)}
-
-\nocite{*}
-\bibliographystyle{plain}
-\bibliography{jdoe_publications}
-
-\end{document}
-
-
-%% end of file `jdoe_classic.tex'.
diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_publications.bib b/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_publications.bib
deleted file mode 100644
index 3aaec5b6102..00000000000
--- a/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_publications.bib
+++ /dev/null
@@ -1,48 +0,0 @@
-%% start of file `jdoe_publications.bib'.
-%% Copyright 2006 Xavier Danaux.
-%
-% 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/.
-
-
-@BOOK{Parkin2005,
- author = {Scott Pakin},
- title = {The Comprehensive \LaTeX{} Symbol List},
- year = {2005},
-}
-
-@BOOK{Bird1987,
- title = {Dynamics of polymeric liquids},
- publisher = {John Wiley \& Sons, New York},
- year = {1987},
- author = {R. Byron Bird and C. F. Curtiss and Robert C. Armstrong and Ole Hassager},
-}
-
-@ARTICLE{DesCloizeaux1988,
- author = {J. Des~Cloizeaux},
- title = {Double reptation vs simple reptation in polymer melts},
- journal = {J.~Europhys.~Lett.},
- year = {1988},
- volume = {5},
- pages = {437-442},
-}
-
-@ARTICLE{deGennes1971,
- author = {P. G. de~Gennes},
- title = {Reptation of a polymer chain in the presence of fixed obstacles},
- journal = {J. Chem. Phys},
- year = {1971},
- volume = {55},
- pages = {572-579},
-}
-
-@BOOK{Doi1986,
- title = {The theory of polymer dynamics},
- publisher = {Oxford University Press},
- year = {1986},
- author = {Masao Doi and S. F. Edwards},
-}
-
-
-%% end of file `jdoe_publications.bib'. \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/letter.pdf b/Master/texmf-dist/doc/latex/moderncv/examples/letter.pdf
new file mode 100644
index 00000000000..b21aed75eca
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/moderncv/examples/letter.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/letter.tex b/Master/texmf-dist/doc/latex/moderncv/examples/letter.tex
new file mode 100644
index 00000000000..bb613b0ee73
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/moderncv/examples/letter.tex
@@ -0,0 +1,96 @@
+\documentclass[11pt]{article}
+
+
+\usepackage[utf8x]{inputenc}
+\usepackage[T1]{fontenc}
+\usepackage{lmodern}
+\usepackage{marvosym}
+\usepackage{ifpdf}
+\ifpdf
+ \usepackage[pdftex]{graphicx}
+\else
+ \usepackage[dvips]{graphicx}\fi
+
+\pagestyle{empty}
+
+\usepackage[scale=0.775]{geometry}
+\setlength{\parindent}{0pt}
+\addtolength{\parskip}{6pt}
+
+\def\firstname{John}
+\def\familyname{Doe}
+\def\FileAuthor{\firstname \familyname}
+\def\FileTitle{\firstname \familyname's cover letter}
+\def\FileSubject{Cover letter}
+\def\FileKeyWords{\firstname \familyname, Cover letter}
+
+\renewcommand{\ttdefault}{pcr}
+
+\usepackage{url}
+\urlstyle{tt}
+\ifpdf
+ \usepackage[pdftex,pdfborder=0,breaklinks,baseurl=http://,pdfpagemode=None,pdfstartview=XYZ,pdfstartpage=1]{hyperref}
+ \hypersetup{
+ pdfauthor = \FileAuthor,%
+ pdftitle = \FileTitle,%
+ pdfsubject = \FileSubject,%
+ pdfkeywords = \FileKeyWords,%
+ pdfcreator = \LaTeX,%
+ pdfproducer = \LaTeX}
+\else
+ \usepackage[dvips]{hyperref}
+\fi
+
+
+\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%
+{\bfseries John Doe}\\[.35ex]
+\small\itshape%
+street and number\\
+postcode city\\[.35ex]
+\Telefon~phone number\\
+\Letter~\href{mailto:jdoe@gmail.com}{jdoe@gmail.com}
+\end{minipage}\\[1em]
+%
+\begin{minipage}[t]{.4\textwidth}
+\raggedright%
+{\bfseries Company XYZ}\\[.35ex]
+\small\itshape%
+street and number\\
+postcode city
+\end{minipage}
+\hfill % US style
+%\\[1em] % UK style
+\begin{minipage}[t]{.4\textwidth}
+\raggedleft % US style
+\today
+%April 6, 2006 % US informal style
+%05/04/2006 % UK formal style
+\end{minipage}\\[2em]
+\raggedright
+Dear Sir or Madam:\\[1.5em]
+%
+Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed nec sem sit amet lacus aliquam blandit. Nunc tristique mollis eros. Praesent elit. Maecenas turpis. Vestibulum consectetuer velit sit amet ipsum. Aliquam pede nunc, dictum ac, dictum nec, bibendum ut, ante. Phasellus justo urna, convallis vitae, scelerisque a, egestas vitae, diam. Cras eu enim a eros tristique varius.
+
+Pellentesque pellentesque magna a arcu. Phasellus enim purus, pellentesque sed, interdum hendrerit, interdum elementum, sapien. Nunc lobortis neque sed elit congue tempus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nam lacus mi, volutpat bibendum, ullamcorper in, imperdiet vel, purus. Aliquam egestas sollicitudin mauris. Maecenas quis massa euismod tortor interdum consectetuer. Mauris rutrum leo adipiscing erat.
+
+Vivamus ullamcorper pellentesque arcu. Sed laoreet. Aenean porttitor, purus vel porta pretium, ante metus ultrices neque, id volutpat felis tellus vitae nunc. Vivamus tellus neque, tincidunt non, cursus non, porttitor vel, erat. Cras dictum, nisi vitae condimentum tempor, erat nisl pharetra diam, vitae scelerisque odio purus scelerisque massa. Curabitur malesuada purus volutpat dui. Fusce vitae sem. Fusce tempor felis vitae pede.
+
+Nurabitur id mi. Morbi tempor porta neque. Curabitur nunc dui, posuere sed, ornare eget, pellentesque eu, nisl. Suspendisse eget nulla in nisl consequat vulputate. Quisque id neque. Curabitur consectetuer, risus viverra suscipit rutrum, tortor mauris consequat lectus, quis gravida dolor arcu a velit. Sed elementum sagittis pede. Fusce erat. Aliquam quis justo. Praesent justo. Fusce turpis justo, fermentum et, placerat quis, vestibulum sed, sem. Morbi iaculis. Nunc in massa.
+
+Nulla mi. Suspendisse potenti. Quisque sapien nisl, congue id, egestas a, lacinia ut, pede. Etiam vehicula nisi eu dolor. Aliquam nulla elit, dignissim nec, suscipit ut, cursus sit amet, dui. Sed vel lorem ut lacus sagittis egestas. Quisque justo nisl, convallis non, ultrices et, tempor at, pede. Phasellus orci. Morbi non velit blandit pede adipiscing mollis. Cras malesuada. Mauris tincidunt massa ut risus. Maecenas sit amet mi nec elit ultrices tincidunt. Nullam hendrerit congue ipsum. Fusce felis.
+
+%Yours sincerely,\\[2em] % if the opening is "Dear Mr(s) Doe,"
+Yours faithfully,\\[2em] % if the opening is "Dear Sir or Madam,"
+%
+%\includegraphics[scale=0.75]{signature_blue}\\
+{\bfseries John Doe}\\
+%
+\vfill%
+{\slshape Enclosure}
+%{\slshape Attachment: curriculum vit\ae{}}
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_picture.eps b/Master/texmf-dist/doc/latex/moderncv/examples/picture.eps
index 67696ddc606..67696ddc606 100644
--- a/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_picture.eps
+++ b/Master/texmf-dist/doc/latex/moderncv/examples/picture.eps
diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_picture.jpg b/Master/texmf-dist/doc/latex/moderncv/examples/picture.jpg
index ef48e69ce85..ef48e69ce85 100644
--- a/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_picture.jpg
+++ b/Master/texmf-dist/doc/latex/moderncv/examples/picture.jpg
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/publications.bib b/Master/texmf-dist/doc/latex/moderncv/examples/publications.bib
new file mode 100644
index 00000000000..2149ec056e2
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/moderncv/examples/publications.bib
@@ -0,0 +1,24 @@
+%% start of file `jdoe_publications.bib'.
+%% Copyright 2006 Xavier Danaux (xdanaux<AT>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/.
+
+
+@BOOK{publication1,
+ author = {Author 1 and Author 2},
+ title = {Title},
+ publisher = {Publisher},
+ edition = {edition},
+ year = {year},
+}
+
+@MISC{publication2,
+ author = {Author},
+ title = {Title},
+ year = {year},
+}
+
+
+%% end of file `jdoe_publications.bib'.
diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/template_en.tex b/Master/texmf-dist/doc/latex/moderncv/examples/template_en.tex
new file mode 100644
index 00000000000..8722001efa2
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/moderncv/examples/template_en.tex
@@ -0,0 +1,96 @@
+%% start of file `template_en.tex'.
+%% Copyright 2007 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,a4paper]{moderncv}
+
+% moderncv themes
+\moderncvtheme[blue]{casual} % optional argument are 'blue' (default), 'orange', 'red', 'green', 'grey' and 'roman' (for roman fonts, instead of sans serif fonts)
+%\moderncvtheme[green]{classic} % idem
+
+% character encoding
+\usepackage[utf8]{inputenc} % replace by the encoding you are using
+
+% adjust the page margins
+\usepackage[scale=0.8]{geometry}
+\recomputelengths % required when changes are made to page layout lengths
+
+% 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{mobile (optional)} % optional, remove the line if not wanted
+\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
+\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
+
+
+%----------------------------------------------------------------------------------
+% content
+%----------------------------------------------------------------------------------
+\begin{document}
+\maketitle
+
+\section{Education}
+\cventry{year--year}{Degree}{Institution}{City}{\textit{Grade}}{Description} % arguments 3 to 6 are optional
+\cventry{year--year}{Degree}{Institution}{City}{\textit{Grade}}{Description} % arguments 3 to 6 are optional
+
+\section{Master thesis}
+\cvline{title}{\emph{Title}}
+\cvline{supervisors}{Supervisors}
+\cvline{description}{\small Short thesis abstract}
+
+\section{Experience}
+\subsection{Vocational}
+\cventry{year--year}{Job title}{Employer}{City}{}{Description} % arguments 3 to 6 are optional
+\cventry{year--year}{Job title}{Employer}{City}{}{Description} % arguments 3 to 6 are optional
+\subsection{Miscellaneous}
+\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}
+
+\section{Computer skills}
+\cvcomputer{category 1}{XXX, YYY, ZZZ}{category 4}{XXX, YYY, ZZZ}
+\cvcomputer{category 2}{XXX, YYY, ZZZ}{category 5}{XXX, YYY, ZZZ}
+\cvcomputer{category 3}{XXX, YYY, ZZZ}{category 6}{XXX, YYY, ZZZ}
+
+\section{Interests}
+\cvline{hobby 1}{\small Description}
+\cvline{hobby 2}{\small Description}
+\cvline{hobby 3}{\small Description}
+
+\closesection{} % needed to renewcommands
+\renewcommand{\listitemsymbol}{-} % change the symbol for lists
+
+\section{Extra 1}
+\cvlistitem{Item 1}
+\cvlistitem{Item 2}
+\cvlistitem[+]{Item 3} % optional other symbol
+
+\section{Extra 2}
+\cvlistdoubleitem[\Neutral]{Item 1}{Item 4}
+\cvlistdoubleitem[\Neutral]{Item 2}{Item 5}
+\cvlistdoubleitem[\Neutral]{Item 3}{}
+
+% Publications from a BibTeX file
+\nocite{*}
+\bibliographystyle{plain}
+\bibliography{publications} % 'publications' is the name of a BibTeX file
+
+\end{document}
+
+
+%% end of file `template_en.tex'.
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
new file mode 100644
index 00000000000..415e19eaae0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/moderncv/examples/template_en_casual_blue.pdf
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
new file mode 100644
index 00000000000..839351296e1
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/moderncv/examples/template_en_classic_green.pdf
Binary files differ