-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
29 lines (23 loc) · 830 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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,
\makequote,
\firstname,
\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 examples.
Author: Xavier Danaux <xdanaux@gmail.com>
Date: 09 September 2006