summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/isodoc/letter.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/isodoc/letter.tex')
-rw-r--r--Master/texmf-dist/doc/latex/isodoc/letter.tex21
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/isodoc/letter.tex b/Master/texmf-dist/doc/latex/isodoc/letter.tex
new file mode 100644
index 00000000000..270a570b90f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/isodoc/letter.tex
@@ -0,0 +1,21 @@
+\documentclass{isodoc}
+\usepackage{letter,kantlipsum}
+\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,
+ copyto = {Dutch TeX User group, NTG},
+ subject = An example letter using the isodoc class --
+ with an extra long subject extending over two lines.,
+ autograph,foreign
+}
+\begin{document}
+\letter[language=itIT]{
+ This letter was composed using the \LaTeX{} isodoc class.
+ \par\kant[1]
+}
+\end{document}