summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/mycv/Examples/mycv-example-common.tex
blob: 3cfb9f7a7216d697f39b2d4a97f99630164bb6c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lipsum}
\usepackage{tikz}

\ifoption{withDec}{%
   \newcommand{\cvdec}{
      \mydecorationsSetLineWidth[0.3mm]%
      \mydecorationsPathmorphing*{coil}<radial><lightgray>
   }%
}{\newcommand{\cvdec}{}}

\ifmodel{verSPL}{
   \input{Models/model-spl}
   \mypdftitle{Simple CV example: SPL}
}{\relax}

\ifmodel{verDPL}{
   \input{Models/model-dpl}
   \mypdftitle{Simple CV example: DPL}
}{\relax}

\ifmodel{verDPL2}{
   \input{Models/model-dpl2}
   \mypdftitle{Simple CV example: DPL2}
}{\relax}

\newcommand{\sectionnumber}[1]{\section{Section #1}}
\mypdfauthor{Andrea}