47 lines
1.1 KiB
TeX
Executable File
47 lines
1.1 KiB
TeX
Executable File
<+ +> !comp! !exe!
|
|
% File: !comp!expand("%:p:t")!comp!
|
|
% Created: !comp!strftime("%a %b %d %I:00 %p %Y ").substitute(strftime('%Z'), '\<\(\w\)\(\w*\)\>\(\W\|$\)', '\1', 'g')!comp!
|
|
% Last Change: !comp!strftime("%a %b %d %I:00 %p %Y ").substitute(strftime('%Z'), '\<\(\w\)\(\w*\)\>\(\W\|$\)', '\1', 'g')!comp!
|
|
%
|
|
\documentclass[a4paper,12pt,boldsubject,italicsignature]{letteracdp}
|
|
\usepackage[italian]{babel}
|
|
\usepackage{fontspec,textcomp,xltxtra}
|
|
\defaultfontfeatures{Ligatures=Common}
|
|
\setmainfont[Mapping=tex-text,Alternate=0,Numbers=OldStyle]{Warnock Pro Light}
|
|
\usepackage{hyperref}
|
|
\hypersetup{%
|
|
colorlinks=true,%
|
|
urlcolor=blue,%
|
|
pdfauthor={Emiliano Vavassori}%
|
|
}
|
|
|
|
\name{Emiliano \textsc{Vavassori}}
|
|
\address{Emiliano Vavassori\\
|
|
Via B.~Moriggia, n\textdegree~197\\
|
|
24050 Covo (BG)\\
|
|
Tel.~0363 902222}
|
|
\place{Covo}
|
|
\signature{Emiliano Vavassori}
|
|
|
|
\begin{document}
|
|
\begin{letter}{%
|
|
<+destinatario+>
|
|
}[% \registered % Invio raccomandata
|
|
% <+oggetto della lettera+>
|
|
]
|
|
|
|
\opening{}
|
|
|
|
<+corpo del testo+>
|
|
|
|
Colgo l'occasione per porgere
|
|
|
|
\closing{Distinti saluti}
|
|
|
|
% \begin{enclosures}
|
|
% \item Primo oggetto
|
|
% \end{enclosures}
|
|
|
|
\end{letter}
|
|
\end{document}
|