summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/isodoc/doc/letter.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/isodoc/doc/letter.tex')
-rw-r--r--Master/texmf-dist/doc/latex/isodoc/doc/letter.tex21
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/isodoc/doc/letter.tex b/Master/texmf-dist/doc/latex/isodoc/doc/letter.tex
new file mode 100644
index 00000000000..3a7518da2b0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/isodoc/doc/letter.tex
@@ -0,0 +1,21 @@
+\documentclass[11pt]{isodoc}
+\usepackage{mystyle}
+\definecolor{headcolor}{gray}{.5}
+\setupdocument{
+ to = {TeX Users Group\\
+ 1466 NW Naito Parkway, Suite 3141\\
+ Portland, OR 97208-2311\\
+ U.S.A
+ },
+ ourref = 1029,
+ enclosures = isodoc documentation\\LPPL documentation,
+ subject = An example letter using the isodoc class,
+ autograph = 2,
+}
+
+\begin{document}
+\letter[language=italian]{This letter was composed using the \LaTeX{} isodoc class.
+ \par\input{thuan} % for some body
+}
+\end{document}
+$Id: letter.tex,v 1.4 2010-08-24 19:26:39 wybo Exp $