summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/isodoc/letter.tex
blob: 1a06daa2fbc283a3c7fa6cd0056d16fd4ced9978 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
\documentclass[10pt]{isodoc}
\usepackage[english,dutch]{babel}
\setupdocument{
 yourletter = 1 Marzo 2010,
 yourref = 4532,
 ourref  = 1029,
 date = 20100325,
 opening =  Egregi signori,
 closing   = Cordiali saluti,
 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
}

\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} }
\end{document}
$Id: letter.tex,v 1.2 2006-11-05 15:49:44 wybo Exp $