From 6e33deaa4bd2d4a6029e026a54e510b847731f23 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 14 May 2012 23:53:04 +0000 Subject: mycv (14may12) git-svn-id: svn://tug.org/texlive/trunk@26385 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/mycv/Examples/Notes.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/mycv/Examples/Notes.txt (limited to 'Master/texmf-dist/doc/latex/mycv/Examples/Notes.txt') 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:/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 -- cgit v1.2.3