summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/mycv/Doc/mycv.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/mycv/Doc/mycv.tex')
-rw-r--r--Master/texmf-dist/doc/latex/mycv/Doc/mycv.tex12
1 files changed, 11 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/mycv/Doc/mycv.tex b/Master/texmf-dist/doc/latex/mycv/Doc/mycv.tex
index 3cd4bce9786..214e3db7e55 100644
--- a/Master/texmf-dist/doc/latex/mycv/Doc/mycv.tex
+++ b/Master/texmf-dist/doc/latex/mycv/Doc/mycv.tex
@@ -1,7 +1,11 @@
-\def\version{1.5.4}
+\def\version{1.5.5}
\newif\ifdraft
%\drafttrue % se decommentato utilizza formato bozza
+\newif\ifparchment
+% se commentato non utilizza la pergamena
+\parchmenttrue
+
\documentclass[
10pt, % corpo del font principale
a4paper,oneside,openany, % carta A4, pagina singola
@@ -47,9 +51,15 @@
% calligra font
\usepackage{calligra}
+% todo notes
+\usepackage{todonotes}
+
% nessuna identazione
\setlength{\parindent}{0pt}
+% per l'environment comment
+\usepackage{comment}
+
% codice
\usepackage{listings}