summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/moderncv
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/moderncv')
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/CHANGELOG42
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/KNOWN_BUGS3
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/README19
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/examples/jdoe_casual.pdfbin0 -> 131810 bytes
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/examples/jdoe_casual.tex97
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/examples/jdoe_casual_nocolor.pdfbin0 -> 140763 bytes
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/examples/jdoe_casual_nocolor.tex93
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/examples/jdoe_classic.pdfbin0 -> 155236 bytes
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/examples/jdoe_classic.tex91
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/examples/jdoe_classic_roman.pdfbin0 -> 167755 bytes
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/examples/jdoe_classic_roman.tex91
11 files changed, 436 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/moderncv/CHANGELOG b/Master/texmf-dist/doc/latex/moderncv/CHANGELOG
new file mode 100644
index 00000000000..ce57fcdcb1e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/moderncv/CHANGELOG
@@ -0,0 +1,42 @@
+version 0.4 (2 May 2006)
+ - removed the dependency on the geometry package, so that users can now invoke it themselve,
+ and easily change the geometry of the page. After changing any length, you just need to invoke
+ the \recomputelengths command, to set the inner moderncv lengths right.
+
+version 0.3 (10 April 2006)
+ - moderncv now uses the 'longtable' class, allowing cv sections to split across multiple pages.
+ - the different lengths used by moderncv are now customizable! In particular, the first column
+ (the one containing the date in the examples), can now be set to any width, for people
+ needing a smaller or larger one. To do that, either use
+ \sethintscolumnlength{<length>},
+ where <length> is the desired length in a unit LaTeX understands, or
+ \sethintscolumntowidth{<string>},
+ where <string> is a string of the desired length (usually, the longest string that has to appear
+ in the column). Thanks to A. Pöge for pointing out the need of such a feature.
+ - added the command \emptysection{}, which makes it possible to start a section without
+ name. In combination with \closesection{}, this makes it possible to drop out of the layout of
+ moderncv, and come back to it later. This should make the inclusion of arbitrary elements not
+ covered by moderncv code possible.
+ - corrected a spacing problem in the cventry command, as pointed out and solved by
+ B. Eßmann.
+
+version 0.2 (6 March 2006)
+ - rewrite of the code to have the styles (fonts, colours, headers and footers) be defined
+ in different files than the class. The styles are now defined in a separate file per style,
+ named moderncvstyle<style_name>. It should now be easy to write your own
+ style, starting from moderncvstyleempty.sty. If you feel you have created a nice style,
+ just email it to me and I'll include it in the next version.
+ - due to the previous point, styles are now loaded by the command
+ \moderncvstyle{style_name}. I couldn't figure out a way to preserve the old
+ "casual" and "classic" class options, so these are now broken! Use
+ \moderncvstyle{casual} or \moderncvstyle{classic} at the beginning of your
+ document. This should be the only incompatibility with version 0.1.
+ - added class option "nolmodern" for people without the latin modern fonts.
+ - corrected some English mistakes in the examples. Thanks to Machael H. Prager for
+ pointing them out.
+ - added a \cvlistitem to produce items with a bullet (controlled by \listitemsymbol), and
+ renamed \cvresume to \cvlistdoubleitem for consistency purpose. For compatibility
+ reasons, the command \cvresume still works, but should be avoided.
+
+version 0.1 (1 March 2006)
+ - first release.
diff --git a/Master/texmf-dist/doc/latex/moderncv/KNOWN_BUGS b/Master/texmf-dist/doc/latex/moderncv/KNOWN_BUGS
new file mode 100644
index 00000000000..129df680aa4
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/moderncv/KNOWN_BUGS
@@ -0,0 +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...
diff --git a/Master/texmf-dist/doc/latex/moderncv/README b/Master/texmf-dist/doc/latex/moderncv/README
new file mode 100644
index 00000000000..c581ab7d113
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/moderncv/README
@@ -0,0 +1,19 @@
+moderncv -- a modern curriculum vitae class
+
+Moderncv provides a documentclass for typesetting modern curriculum vitaes, both in a
+classic and in a casual style. It is fairly customisable, allowing you to define your own
+style by changing the colors, the fonts, ...
+
+The moderncv documentclass need it's input to be formatted with regular commands
+(\section, \subsection, \maketitle, ...), but also defines its own special commands
+(\cventry, \makequote, \firsname, \familyname, ...).
+All the commands are defined in such a way that the arguments are always optional.
+
+Documents can be compiled into dvi, ps or pdf.
+
+Until a decent manual is written, you can always look in the "examples" directory for
+some decent examples.
+
+
+Author: Xavier Danaux <xdanaux@gmail.com>
+Date: 2 May 2006
diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_casual.pdf b/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_casual.pdf
new file mode 100644
index 00000000000..d2a61c9f296
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_casual.pdf
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
new file mode 100644
index 00000000000..735262335a6
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_casual.tex
@@ -0,0 +1,97 @@
+\documentclass[11pt]{moderncv}
+
+% moderncv styles
+\moderncvstyle{casual}
+%\moderncvstyle[nocolor]{casual}
+%\moderncvstyle{classic}
+%\moderncvstyle[roman]{classic}
+
+% character encoding
+\usepackage[utf8]{inputenc}
+
+% personal data
+\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{{\small maried with childrens}}
+\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.}
+
+%\renewcommand{\listsymbol}{{\fontencoding{U}\fontfamily{ding}\selectfont\tiny\symbol{'102}}}
+\definecolor{see}{rgb}{0.5,0.5,0.5}
+
+% command for text subscripts
+\newcommand{\up}[1]{\ensuremath{^\textrm{\scriptsize#1}}}
+
+% 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
+
+
+%----------------------------------------------------------------------------------
+% 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{lol}
+%\cvlistitem{lol}
+%\cvlistdoubleitem{lol}{relol}
+%\cvlistdoubleitem{lol}{relol}
+
+%\section{Section with your own content}\closesection
+%Your content here,\\
+%inside the normal \LaTeX{} environment.
+
+%\emptysection{}
+%\cvitem{Now}{Back to moderncv layout, without making a new section :-)}
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_casual_nocolor.pdf b/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_casual_nocolor.pdf
new file mode 100644
index 00000000000..c2dcc8e84a2
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_casual_nocolor.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_casual_nocolor.tex b/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_casual_nocolor.tex
new file mode 100644
index 00000000000..15030ba4d57
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_casual_nocolor.tex
@@ -0,0 +1,93 @@
+\documentclass[10pt]{moderncv}
+
+% moderncv styles
+%\moderncvstyle{casual}
+\moderncvstyle[nocolor]{casual}
+%\moderncvstyle{classic}
+%\moderncvstyle[roman]{classic}
+
+% character encoding
+\usepackage[utf8]{inputenc}
+
+% personal data
+\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{{\small maried with childrens}}
+\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.}
+
+%\renewcommand{\listsymbol}{{\fontencoding{U}\fontfamily{ding}\selectfont\tiny\symbol{'102}}}
+\definecolor{see}{rgb}{0.5,0.5,0.5}
+
+% command for text subscripts
+\newcommand{\up}[1]{\ensuremath{^\textrm{\scriptsize#1}}}
+
+% 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
+
+
+%----------------------------------------------------------------------------------
+% 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{lol}
+%\cvlistitem{lol}
+%\cvlistdoubleitem{lol}{relol}
+%\cvlistdoubleitem{lol}{relol}
+
+%\section{Section with your own content}\closesection
+%Your content here
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_classic.pdf b/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_classic.pdf
new file mode 100644
index 00000000000..30ba1e56f8c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_classic.pdf
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
new file mode 100644
index 00000000000..f094b164b3f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_classic.tex
@@ -0,0 +1,91 @@
+\documentclass[10pt]{moderncv}
+
+% moderncv styles
+%\moderncvstyle{casual}
+%\moderncvstyle[nocolor]{casual}
+\moderncvstyle{classic}
+%\moderncvstyle[roman]{classic}
+
+% character encoding
+\usepackage[utf8]{inputenc}
+
+% personal data
+\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{{\small maried with childrens}}
+\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.}
+
+%\renewcommand{\listsymbol}{{\fontencoding{U}\fontfamily{ding}\selectfont\tiny\symbol{'102}}}
+\definecolor{see}{rgb}{0.5,0.5,0.5}
+
+% command for text subscripts
+\newcommand{\up}[1]{\ensuremath{^\textrm{\scriptsize#1}}}
+
+% 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
+
+
+%----------------------------------------------------------------------------------
+% 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.}
+
+\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{lol}
+%\cvlistitem{lol}
+%\cvlistdoubleitem{lol}{relol}
+%\cvlistdoubleitem{lol}{relol}
+
+%\section{Section with your own content}\closesection
+%Your content here
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_classic_roman.pdf b/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_classic_roman.pdf
new file mode 100644
index 00000000000..8ee423c538e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_classic_roman.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_classic_roman.tex b/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_classic_roman.tex
new file mode 100644
index 00000000000..56cd02b9cc0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/moderncv/examples/jdoe_classic_roman.tex
@@ -0,0 +1,91 @@
+\documentclass[12pt]{moderncv}
+
+% moderncv styles
+%\moderncvstyle{casual}
+%\moderncvstyle[nocolor]{casual}
+%\moderncvstyle{classic}
+\moderncvstyle[roman]{classic}
+
+% character encoding
+\usepackage[utf8]{inputenc}
+
+% personal data
+\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{{\small maried with childrens}}
+\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.}
+
+%\renewcommand{\listsymbol}{{\fontencoding{U}\fontfamily{ding}\selectfont\tiny\symbol{'102}}}
+\definecolor{see}{rgb}{0.5,0.5,0.5}
+
+% command for text subscripts
+\newcommand{\up}[1]{\ensuremath{^\textrm{\scriptsize#1}}}
+
+% 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
+
+
+%----------------------------------------------------------------------------------
+% 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.}
+
+\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{lol}
+%\cvlistitem{lol}
+%\cvlistdoubleitem{lol}{relol}
+%\cvlistdoubleitem{lol}{relol}
+
+%\section{Section with your own content}\closesection
+%Your content here
+\end{document}