%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % 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 . 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) -- directory with some examples -- 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 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.