summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/mycv/Examples/Notes.txt
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-05-14 23:53:04 +0000
committerKarl Berry <karl@freefriends.org>2012-05-14 23:53:04 +0000
commit6e33deaa4bd2d4a6029e026a54e510b847731f23 (patch)
tree25c0cd887fc3ae56eadc89cc570e6b06cee39833 /Master/texmf-dist/doc/latex/mycv/Examples/Notes.txt
parent43bb87fb699f597f53baf7a8a32c288036fee558 (diff)
mycv (14may12)
git-svn-id: svn://tug.org/texlive/trunk@26385 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/mycv/Examples/Notes.txt')
-rw-r--r--Master/texmf-dist/doc/latex/mycv/Examples/Notes.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/mycv/Examples/Notes.txt b/Master/texmf-dist/doc/latex/mycv/Examples/Notes.txt
new file mode 100644
index 00000000000..e373e7d8676
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/mycv/Examples/Notes.txt
@@ -0,0 +1,17 @@
+
+=========================================================================================
+To produce the pdf files with examples, set the local environment variable 'TEXINPUTS' to
+the directory where you unzipped the 'mycv' bundle. As an example, on Linux:
+
+ export TEXINPUTS=".:$TEXINPUTS:<dirpath>/mycv:"
+
+Then run the commands (it may be necessary to run each command twice):
+
+ pdflatex -jobname mycv-example-dpl "\def\model{verDPL}\input{mycv-example-main}"
+ pdflatex -jobname mycv-example-dpl2 "\def\model{verDPL2}\input{mycv-example-main}"
+ pdflatex -jobname mycv-example-spl "\def\model{verSPL}\input{mycv-example-main}"
+ pdflatex -jobname mycv-example-spl2 "\def\model{verSPL2}\input{mycv-example-main}"
+
+If the class has been installed in the system (see the README file), you simply need to
+run the commands above (without setting the environment variable 'TEXINPUTS').
+========================================================================================= \ No newline at end of file