Initialized repository.

This commit is contained in:
Alexis Lahouze
2013-06-24 16:04:24 +02:00
commit f21b589055
27 changed files with 2043 additions and 0 deletions

27
README Normal file
View File

@ -0,0 +1,27 @@
moderncv -- a modern curriculum vitae class
Moderncv provides a documentclass for typesetting modern curriculum vitaes in
various styles. It is fairly customizable, allowing you to define your own style
by changing the colors, the fonts, ... and provides two default styles: classic
and casual.
The moderncv documentclass need it's input to be formatted with regular
commands like:
\section,
\subsection,
\maketitle,
but also defines its own special commands:
\cventry,
\firstname,
\familyname,
...
Most commands are defined in such a way that the arguments are 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 examples.
Author: Xavier Danaux <xdanaux@gmail.com>
Date: 28 May 2007