diff options
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.tex | 32 |
1 files changed, 23 insertions, 9 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 e31e45838b6..3cfb9f7a721 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 @@ -1,15 +1,29 @@ -\mypdfauthor{Andrea} -\mypdftitle{Just a CV example} - \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{lipsum} \usepackage{tikz} -\ifmodel{verSPL}{\input{Models/model-spl}}{\relax} -\ifmodel{verDPL}{\input{Models/model-dpl}}{\relax} +\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} -\begin{document} -\myrenderlayout % all components -\mycfoot{Last update: \today} -\end{document}
\ No newline at end of file +\newcommand{\sectionnumber}[1]{\section{Section #1}} +\mypdfauthor{Andrea}
\ No newline at end of file |