]> git.lyx.org Git - lyx.git/blob - lib/layouts/dinbrief.layout
Rename file.
[lyx.git] / lib / layouts / dinbrief.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{letter (german)}
3 # German DIN-Brief textclass definition file. 
4 # Author : Juergen Vigna <jug@sad.it>
5 # Modified by: Carsten Kaemmerer <kammerer@ips.cs.tu-bs.de>
6 # Modifies only some things from letter.layout
7
8
9 # Input general definitions
10 Input letter.layout
11
12 # Redefine some stuff
13
14 # My Address style
15 Style My_Address
16         Margin                Static
17         LeftMargin            Unterschr
18         LabelType             Static
19         LabelString           Briefkopf:
20         LabelSep              x
21         LabelFont 
22           Shape               Italic
23           Size                Small
24           Color               blue
25         EndFont
26         BottomSep             0.5
27         Spacing               Other 0.9
28 End
29
30 # Send To Adress style changes
31 Style Send_To_Address
32         Margin                Static
33         BottomSep             0.1
34         LeftMargin            Unterschr
35         LabelType             Static
36         LabelString           Adresse:
37         LabelSep              x
38         LabelFont 
39           Series              Medium
40           Shape               Italic
41           Size                Small
42           Color               blue
43         EndFont
44         Spacing               Other 0.9
45 End
46
47 # Opening style definition
48 Style Opening
49         LeftMargin            Unterschr
50         LabelString           Anrede:
51         LabelSep              x
52         LabelFont 
53           Series              Medium
54           Shape               Italic
55           Size                Small
56           Color               blue
57         EndFont
58 End
59
60 # Signature style definition
61 Style Signature
62         LeftMargin            Unterschr
63         LabelString           Unterschrift:
64         LabelSep              x
65         LabelFont 
66           Series              Medium
67           Shape               Italic
68           Size                Small
69           Color               blue
70         EndFont
71 End
72
73 # Closing style definition
74 Style Closing
75         LeftMargin            Unterschr
76         LabelString           Gruß:
77         LabelSep              x
78         LabelFont 
79           Series              Medium
80           Shape               Italic
81           Size                Small
82           Color               blue
83         EndFont
84 End
85
86 # encl style definition
87 Style encl
88         LabelString           Anlagen:
89         LeftMargin            Unterschr
90         LabelSep              x
91         LabelFont 
92           Series              Medium
93           Shape               Italic
94           Size                Small
95           Color               blue
96         EndFont
97 End
98
99 # ps style definition
100 Style ps
101         Margin                Static
102         LatexType             Command
103         LatexName             ps
104         LeftMargin            Unterschr
105         LabelSep              x
106         TopSep                0.4
107         BottomSep             0.4
108         ParSep                0.4
109         Align                 Block
110         AlignPossible         Block, Left
111         LabelType             Static
112         LabelString           PS:
113         LabelFont 
114           Series              Medium
115           Shape               Italic
116           Size                Small
117           Color               blue
118         EndFont
119 End
120
121 # ps style definition
122 Style cc
123         LabelString           Verteiler:
124         LeftMargin            Unterschr
125         LabelSep              x
126         LabelFont 
127           Series              Medium
128           Shape               Italic
129           Size                Small
130           Color               blue
131         EndFont
132 End
133
134 # Oggetto style definition
135 Style Betreff
136         Margin                Static
137         LatexType             Command
138         LatexName             subject
139         LeftMargin            Unterschr
140         LabelSep              x
141         KeepEmpty             1  
142         TopSep                0.4
143         BottomSep             0.4
144         ParSep                0.4
145         Align                 Block
146         AlignPossible         Block, Left
147         LabelType             Static
148         LabelString           Betreff:
149         LabelFont 
150           Shape               Italic
151           Size                Small
152           Color               blue
153         EndFont
154         TextFont
155           Shape               Italic
156         EndFont
157 End
158
159 # Stadt style definition
160 Style Stadt
161         Margin                Right_Address_Box
162         LatexType             Command
163         LatexName             place
164         LabelSep              x
165         TopSep                0.1
166         BottomSep             0.1
167         ParSep                0.1
168         Align                 Block
169         AlignPossible         Block, Left
170         LabelType             Static
171         LabelString           Stadt:
172         LabelFont 
173           Shape               Italic
174           Size                Small
175           Color               blue
176         EndFont
177 End
178
179 # Data style definition
180 Style Datum
181         Margin                Right_Address_Box
182         LatexType             Command
183         LatexName             date
184         LabelSep              x
185         TopSep                0.1
186         BottomSep             0.1
187         ParSep                0.1
188         Align                 Block
189         AlignPossible         Block, Left
190         LabelType             Static
191         LabelString           Datum:
192         LabelFont 
193           Shape               Italic
194           Size                Small
195           Color               blue
196         EndFont
197 End