diff options
author | Karl Berry <karl@freefriends.org> | 2006-07-04 12:47:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-07-04 12:47:11 +0000 |
commit | 81cb4991a294f8c832eeebda60e9f0b49f7c389c (patch) | |
tree | 716927b9379eebac950db971309770af069dcf01 /Master/texmf-dist/doc/latex/moderncv/README | |
parent | 7ce8eb47651667cd0b38e9aae56525fbc2d5533c (diff) |
new package moderncv
git-svn-id: svn://tug.org/texlive/trunk@1763 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/moderncv/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/moderncv/README | 19 |
1 files changed, 19 insertions, 0 deletions
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 |