diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/mycv/Examples/Notes.txt')
-rw-r--r-- | Master/texmf-dist/doc/latex/mycv/Examples/Notes.txt | 17 |
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 |