]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdletter.inc
0434384e77cd17749fcd4676090cde69c04e9d41
[lyx.git] / lib / layouts / stdletter.inc
1 # Letter textclass definition file.
2 # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
3 # Heavily modifed and enhanced by several developers.
4
5
6 Format 5
7 Columns                 1
8 Sides                   1
9 PageStyle               Empty
10
11
12 Style Standard
13         Margin                Static
14         LatexType             Paragraph
15         LatexName             dummy
16         ParIndent             MM
17         ParSkip               0.4
18         Align                 Block
19         AlignPossible         Block, Left, Right, Center
20         LabelType             No_Label
21 End
22
23
24 Style My_Address
25         Margin                Right_Address_Box
26         LatexType             Command
27         LatexName             address
28         ParSkip               0.4
29         BottomSep             1.5
30         ParSep                1.5
31         Align                 Left
32         AlignPossible         Left
33 End
34
35
36 Style Send_To_Address
37         Margin                Static
38         LatexType             Command
39         LatexName             letter
40         KeepEmpty             1
41         ParSkip               0.4
42         BottomSep             1.5
43         ParSep                1.5
44         Align                 Left
45         AlignPossible         Block, Left, Right, Center
46         LabelType             No_Label
47 End
48
49
50 Style Opening
51         Margin                Static
52         LatexType             Command
53         LatexName             opening
54         KeepEmpty             1
55         LeftMargin            Signature:xx
56         LabelSep              xx
57         TopSep                0.4
58         BottomSep             0.4
59         ParSep                0.4
60         Align                 Block
61         AlignPossible         Block, Left
62         LabelType             Static
63         LabelString           "Opening:"
64         LabelFont
65           Series              Bold
66           Shape               Italic
67           Color               red
68         EndFont
69 End
70
71
72 Style Signature
73         Margin                Static
74         LatexType             Command
75         LatexName             signature
76         LeftMargin            Signature:xx
77         LabelSep              xx
78         TopSep                0.4
79         BottomSep             0.4
80         ParSep                0.4
81         Align                 Block
82         AlignPossible         Block, Left
83         LabelType             Static
84         LabelString           "Signature:"
85         LabelFont
86           Series              Bold
87           Shape               Italic
88           Color               red
89         EndFont
90 End
91
92
93 Style Closing
94         CopyStyle             Signature
95         LatexName             closing
96         LeftMargin            Signature:xx
97         LabelString           "Closing:"
98 End
99
100
101 Style cc
102         Margin                Static
103         LatexType             Command
104         LatexName             cc
105         LeftMargin            cc:xx
106         LabelSep              xx
107         TopSep                0.4
108         BottomSep             0.4
109         ParSep                0.4
110         Align                 Block
111         AlignPossible         Block, Left
112         LabelType             Static
113         LeftMargin            Signature:xx
114         LabelString           "cc:"
115 End
116
117
118 Style encl
119         CopyStyle             cc
120         LatexName             encl
121         LeftMargin            Signature:xx
122         LabelString           "encl:"
123         Spacing               Other 1.5
124 End
125
126
127 Style Location
128         CopyStyle             encl
129         LatexName             location
130         LeftMargin            Signature:xx
131         LabelString           "Location:"
132 End
133
134
135 Style Telephone
136         CopyStyle             encl
137         LatexName             telephone
138         LeftMargin            Signature:xx
139         LabelString           "Telephone:"
140 End
141