summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/mycv/Examples/mycv-example-common.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/mycv/Examples/mycv-example-common.tex')
-rw-r--r--Master/texmf-dist/doc/latex/mycv/Examples/mycv-example-common.tex30
1 files changed, 16 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/latex/mycv/Examples/mycv-example-common.tex b/Master/texmf-dist/doc/latex/mycv/Examples/mycv-example-common.tex
index 3cfb9f7a721..81d57655353 100644
--- a/Master/texmf-dist/doc/latex/mycv/Examples/mycv-example-common.tex
+++ b/Master/texmf-dist/doc/latex/mycv/Examples/mycv-example-common.tex
@@ -8,22 +8,24 @@
\mydecorationsSetLineWidth[0.3mm]%
\mydecorationsPathmorphing*{coil}<radial><lightgray>
}%
+ \ifmodel{verSPL2}{
+ \renewcommand{\cvdec}{
+ \mydecorationsSetPosXTL[-4cm]
+ \mydecorationsSetPosYTL[1.5cm]
+ \mydecorationsSetPosYBR[-2cm]
+ \mydecorationsSetPosXBR[4cm]
+ \mydecorationsPathmorphing*[0]{shape}[black]<ball><black>
+ }%
+ }
}{\newcommand{\cvdec}{}}
-\ifmodel{verSPL}{
- \input{Models/model-spl}
- \mypdftitle{Simple CV example: SPL}
-}{\relax}
+% include layouts components
+\input{Models/model-layouts}
-\ifmodel{verDPL}{
- \input{Models/model-dpl}
- \mypdftitle{Simple CV example: DPL}
-}{\relax}
-
-\ifmodel{verDPL2}{
- \input{Models/model-dpl2}
- \mypdftitle{Simple CV example: DPL2}
-}{\relax}
+\ifmodel{verSPL} {\mypdftitle{Simple CV example: SPL}} {\relax}
+\ifmodel{verSPL2}{\mypdftitle{Simple CV example: SPL2}}{\relax}
+\ifmodel{verDPL} {\mypdftitle{Simple CV example: DPL}} {\relax}
+\ifmodel{verDPL2}{\mypdftitle{Simple CV example: DPL2}}{\relax}
\newcommand{\sectionnumber}[1]{\section{Section #1}}
-\mypdfauthor{Andrea} \ No newline at end of file
+\mypdfauthor{Andrea Ghersi} \ No newline at end of file