]> git.lyx.org Git - lyx.git/blob - lib/examples/addressExample.adr
Set default format to "default" for Japanese docs
[lyx.git] / lib / examples / addressExample.adr
1 % Syntax:
2 % \adrentry{Lastname}   -> #1
3 % {Firstname}           -> #2
4 % {Address}             -> #3
5 % {Telephone}           -> #4
6 % {F1}                  -> #5
7 % {F2}                  -> #6
8 % {Comment}             -> #7
9 % {ID}                  -> #8
10 %
11 % The F1 and F2 fields are free custom fields (F1 is used for gender
12 % in this example). If you need more fields, there's also an \addrentry
13 % entry type (note the additional 'd'), which has one additional field 
14 % (cf. the KOMA-script documentation for details).
15 % NOTE: the ID must be unique.
16
17
18 \adrentry{Miller}
19  {John}
20  {43 Straight Street\\Boston}
21  {033-3445-90}
22  {m}
23  {}
24  {Customer}
25  {JOMILL}
26
27 \adrentry{Boehme}
28  {Wilhelm}
29  {Ubierweg 49\\754127 Dingsda}
30  {0227557/35448}
31  {m}
32  {}
33  {Friend}
34  {WILBOE}
35
36 \adrentry{Zylla}
37  {Rieke}
38  {Salierweg 9\\850289 Kolonia}
39  {022811/458290}
40  {f}
41  {}
42  {Supervisor}
43  {RIEZY}
44
45 \adrentry{Klausen}
46  {Daniela}
47  {Promenadenweg 17\\23155 Fuhlingen}
48  {0672289/30945}
49  {f}
50  {}
51  {fellow student}
52  {DANKLA}
53
54 \adrentry{Tollmann}
55  {Gerd}
56  {Ginsterweg 119\\48890 Karlingen}
57  {074418/90833}
58  {m}
59  {}
60  {Holiday 2004}
61  {GERTO}