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.tex65
1 files changed, 50 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/latex/isodoc/letter.tex b/Master/texmf-dist/doc/latex/isodoc/letter.tex
index e495991e532..1a06daa2fbc 100644
--- a/Master/texmf-dist/doc/latex/isodoc/letter.tex
+++ b/Master/texmf-dist/doc/latex/isodoc/letter.tex
@@ -1,21 +1,56 @@
-\documentclass[11pt]{isodoc}
-\usepackage{mystyle}
-\definecolor{headcolor}{gray}{.5}
+\documentclass[10pt]{isodoc}
+\usepackage[english,dutch]{babel}
\setupdocument{
- to = {TeX Users Group\\
- 1466 NW Naito Parkway, Suite 3141\\
- Portland, OR 97208-2311\\
- U.S.A
- },
- ourref = 1029,
+ yourletter = 1 Marzo 2010,
+ yourref = 4532,
+ ourref = 1029,
+ date = 20100325,
+ opening = Egregi signori,
+ closing = Cordiali saluti,
enclosures = isodoc documentation\\LPPL documentation,
- subject = An example letter using the isodoc class,
- autograph = 2,
+ subject = Esempio di lettera che utilizza isodoc.cls,
+%noheader,
+ autograph = 1,
+ language = italian,
+ company = Wybo Dekker,
+ street = Deilsedijk 60,
+ zip = 4158 CH,
+ city = Deil,
+ country= The Netherlands,
+ who = {},
+ email = wybo@servalys.nl,
+%bodyshift = 10,
+ footer
}
\begin{document}
-\letter{This letter was composed using the \LaTeX{} isodoc class.
- \par\input{thuan} % for some body
-}
+\letter[
+ signature = Wybo,
+ to = {TeX Users Group\\
+ 1466 NW Naito Parkway, Suite 3141\\
+ Portland, OR 97208-2311\\
+ U.S.A
+ },
+]{ \par\input{thuan} }
+
+\selectlanguage{english}
+\letter[english,
+ signature = Wybo,
+ to = {TeX Users Group\\
+ 1466 NW Naito Parkway, Suite 3141\\
+ Portland, OR 97208-2311\\
+ U.S.A
+ },
+]{ \par\input{thuan} }
+
+\selectlanguage{dutch}
+\letter[dutch,
+ signature = Wybo,
+ to = {TeX Users Group\\
+ 1466 NW Naito Parkway, Suite 3141\\
+ Portland, OR 97208-2311\\
+ U.S.A
+ },
+]{ \par\input{sample-dutch} }
\end{document}
-$Id: letter.tex,v 1.3 2010-01-01 21:53:28 wybo Exp $
+$Id: letter.tex,v 1.2 2006-11-05 15:49:44 wybo Exp $