blob: e373e7d86760e4c4ef64a1be86093e10181cae8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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').
=========================================================================================
|