]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdletter.inc
Update non-counter layouts to format 10.
[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 10
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 End
33
34
35 Style Send_To_Address
36         Margin                Static
37         LatexType             Command
38         LatexName             letter
39         KeepEmpty             1
40         ParSkip               0.4
41         BottomSep             1.5
42         ParSep                1.5
43         Align                 Left
44         AlignPossible         Block, Left, Right, Center
45         LabelType             No_Label
46 End
47
48
49 Style Opening
50         Margin                Static
51         LatexType             Command
52         LatexName             opening
53         KeepEmpty             1
54         LeftMargin            Signature:xx
55         LabelSep              xx
56         TopSep                0.4
57         BottomSep             0.4
58         ParSep                0.4
59         Align                 Block
60         AlignPossible         Block, Left
61         LabelType             Static
62         LabelString           "Opening:"
63         LabelFont
64           Series              Bold
65           Shape               Italic
66           Color               red
67         EndFont
68 End
69
70
71 Style Signature
72         Margin                Static
73         LatexType             Command
74         LatexName             signature
75         LeftMargin            Signature:xx
76         LabelSep              xx
77         TopSep                0.4
78         BottomSep             0.4
79         ParSep                0.4
80         Align                 Block
81         AlignPossible         Block, Left
82         LabelType             Static
83         LabelString           "Signature:"
84         LabelFont
85           Series              Bold
86           Shape               Italic
87           Color               red
88         EndFont
89 End
90
91
92 Style Closing
93         CopyStyle             Signature
94         LatexName             closing
95         LeftMargin            Signature:xx
96         LabelString           "Closing:"
97 End
98
99
100 Style cc
101         Margin                Static
102         LatexType             Command
103         LatexName             cc
104         LeftMargin            cc:xx
105         LabelSep              xx
106         TopSep                0.4
107         BottomSep             0.4
108         ParSep                0.4
109         Align                 Block
110         AlignPossible         Block, Left
111         LabelType             Static
112         LeftMargin            Signature:xx
113         LabelString           "cc:"
114 End
115
116
117 Style encl
118         CopyStyle             cc
119         LatexName             encl
120         LeftMargin            Signature:xx
121         LabelString           "encl:"
122         Spacing               Other 1.5
123 End
124
125
126 Style Location
127         CopyStyle             encl
128         LatexName             location
129         LeftMargin            Signature:xx
130         LabelString           "Location:"
131 End
132
133
134 Style Telephone
135         CopyStyle             encl
136         LatexName             telephone
137         LeftMargin            Signature:xx
138         LabelString           "Telephone:"
139 End
140