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 | 15 |
1 files changed, 15 insertions, 0 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 new file mode 100644 index 00000000000..e31e45838b6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/mycv/Examples/mycv-example-common.tex @@ -0,0 +1,15 @@ +\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} + +\begin{document} +\myrenderlayout % all components +\mycfoot{Last update: \today} +\end{document}
\ No newline at end of file |