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.tex66
1 files changed, 16 insertions, 50 deletions
diff --git a/Master/texmf-dist/doc/latex/isodoc/letter.tex b/Master/texmf-dist/doc/latex/isodoc/letter.tex
index 1a06daa2fbc..ff709861b41 100644
--- a/Master/texmf-dist/doc/latex/isodoc/letter.tex
+++ b/Master/texmf-dist/doc/latex/isodoc/letter.tex
@@ -1,56 +1,22 @@
-\documentclass[10pt]{isodoc}
-\usepackage[english,dutch]{babel}
+\documentclass[11pt]{isodoc}
+\usepackage{mystyle}
+\definecolor{headcolor}{gray}{.5}
\setupdocument{
- yourletter = 1 Marzo 2010,
- yourref = 4532,
- ourref = 1029,
- date = 20100325,
- opening = Egregi signori,
- closing = Cordiali saluti,
+ 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 = 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
+ subject = An example letter using the isodoc class,
+ autograph = 2,
}
\begin{document}
-\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} }
+\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.2 2006-11-05 15:49:44 wybo Exp $
+$Id: letter.tex,v 1.5 2012/02/19 20:15:59 wybo Exp $