add options for europass
This commit is contained in:
parent
a5ed6c3792
commit
0bccdc9399
Binary file not shown.
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
europass: true
|
europass:
|
||||||
|
nototpages: true
|
||||||
name:
|
name:
|
||||||
first: John
|
first: John
|
||||||
family: Doe
|
family: Doe
|
||||||
|
12
pancv.tex
12
pancv.tex
@ -71,7 +71,17 @@ $else$
|
|||||||
$endif$
|
$endif$
|
||||||
|
|
||||||
$if(europass)$
|
$if(europass)$
|
||||||
\documentclass{europasscv}
|
\documentclass[
|
||||||
|
$if(europass.nologo)$
|
||||||
|
nologo,
|
||||||
|
$endif$
|
||||||
|
$if(europass.notitle)$
|
||||||
|
notitle,
|
||||||
|
$endif$
|
||||||
|
$if(europass.nototpages)$
|
||||||
|
nototpages,
|
||||||
|
$endif$
|
||||||
|
]{europasscv}
|
||||||
|
|
||||||
\usepackage{xifthen}
|
\usepackage{xifthen}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user