File: addressExample.adr

package info (click to toggle)
lyx 2.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 106,920 kB
  • ctags: 188,312
  • sloc: cpp: 408,290; python: 21,591; sh: 5,568; makefile: 4,096; pascal: 2,004; objc: 1,032; perl: 633; ansic: 363; tcl: 163; xml: 58; sed: 16
file content (61 lines) | stat: -rw-r--r-- 1,014 bytes parent folder | download | duplicates (14)
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
57
58
59
60
61
% Syntax:
% \adrentry{Lastname}	-> #1
% {Firstname}		-> #2
% {Address}		-> #3
% {Telephone}		-> #4
% {F1}			-> #5
% {F2}			-> #6
% {Comment}		-> #7
% {ID}			-> #8
%
% The F1 and F2 fields are free custom fields (F1 is used for gender
% in this example). If you need more fields, there's also an \addrentry
% entry type (note the additional 'd'), which has one additional field 
% (cf. the KOMA-script documentation for details).
% NOTE: the ID must be unique.


\adrentry{Miller}
 {John}
 {43 Straight Street\\Boston}
 {033-3445-90}
 {m}
 {}
 {Customer}
 {JOMILL}

\adrentry{Boehme}
 {Wilhelm}
 {Ubierweg 49\\754127 Dingsda}
 {0227557/35448}
 {m}
 {}
 {Friend}
 {WILBOE}

\adrentry{Zylla}
 {Rieke}
 {Salierweg 9\\850289 Kolonia}
 {022811/458290}
 {f}
 {}
 {Supervisor}
 {RIEZY}

\adrentry{Klausen}
 {Daniela}
 {Promenadenweg 17\\23155 Fuhlingen}
 {0672289/30945}
 {f}
 {}
 {fellow student}
 {DANKLA}

\adrentry{Tollmann}
 {Gerd}
 {Ginsterweg 119\\48890 Karlingen}
 {074418/90833}
 {m}
 {}
 {Holiday 2004}
 {GERTO}