summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/mycv/README
blob: 35b74c9b8d77932f27ddb061ceb22885b376dec8 (plain)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%                                                           %
%                    MyCV class (v1.5.5)                    %
%                        2012-05-13                         %
%                                                           %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

===========
|         |
| License |
|         |
===========

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'.

============
|          |
| Abstract |
|          |
============

This LaTex class provides a set of functionality for
writing "curriculum vitae" with different layouts.
To achieve this goal, it adopts a different approach
with respect to the other c.v. classes or packages.
Basically, the idea is that a user can write some
custom configuration directives, by means of which
is possible both to produce different c.v. layouts
and quickly switch among them.
In order to process such directives, this class uses
a set of lists, provided by the package <etextools>.
A basic support for TikZ decorations is also provided.

==========================
|                        |
| Files and installation |
|                        |
==========================

---------------------------------------------------------
The base directory of this bundle has the following files
and sub-directories:
---------------------------------------------------------

'README'       -- this file
'CHANGELOG     -- the revision history
'mycv.cls'     -- the main class file
'mycv_*.def'   -- files to support the main
                  class implementation
'mycv_*.sty'   -- class extensions
'mycv.pdf'     -- the documentation file
'mycv_*.pl'    -- a Perl script (see the doc. file)
<Examples>     -- directory with some examples
<Doc>          -- contains the documentation sources

------------------
Class installation
------------------

*) In order to install this class, move all files with
   extensions '.def', '.sty' and '.cls' into a folder
   searched by LaTeX; the update of the LaTeX database
   might be necessary to complete the installation.

*) Optionally, the Perl script 'mycv_split_contents.pl'
   may be copied to a folder in the 'PATH' environment
   variable.

-------------
Documentation
-------------

To create the documentation, move to the <Doc> folder
and run 'mycv.tex' twice through pdfLaTeX. Due to the
use of some TikZ decorations, it may take awhile.

--------
Examples
--------

See the file 'Notes.txt' in the folder 'Examples' for
information on how to produce pdf files with examples.