summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/mycv/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/mycv/README')
-rw-r--r--Master/texmf-dist/doc/latex/mycv/README72
1 files changed, 72 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/mycv/README b/Master/texmf-dist/doc/latex/mycv/README
new file mode 100644
index 00000000000..f6b6a5f6a01
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/mycv/README
@@ -0,0 +1,72 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% %
+% MyCV class (v1.5.2) %
+% 2012/04/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 using the <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_*.tex' -- files to support the main
+ class implementation (**)
+'mycv.pdf' -- the documentation file
+<Examples> -- directory with some examples
+<Doc> -- contains the documentation sources
+
+------------
+Installation
+------------
+
+In order to install the MyCV class, move all 'mycv_*.tex'
+and 'mycv.cls' files, marked with '**' in the list above,
+into a folder searched by LaTeX; the refresh of the LaTeX
+database might be necessary to complete the installation.
+
+To produce the files with examples, move to the directory
+<Examples> and run 'mycv-example-[dpl or spl].tex through
+pdfLaTeX. For 'mycv-example-dpl.tex' might be required to
+repeat the operation once again.
+
+To create the documentation, move to the <Doc> directory
+and run 'mycv.tex' twice through pdfLaTeX.