]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdletter.inc
Replace <programlist> with <screen>, as it is more general.
[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 Columns                 1
7 Sides                   1
8 PageStyle               Empty
9
10
11 Style Standard
12         Margin                Static
13         LatexType             Paragraph
14         LatexName             dummy
15         ParIndent             MM
16         ParSkip               0.4
17         Align                 Block
18         AlignPossible         Block, Left, Right, Center
19         LabelType             No_Label
20 End
21
22
23 Style My_Address
24         Margin                Right_Address_Box
25         LatexType             Command
26         LatexName             address
27         ParSkip               0.4
28         BottomSep             1.5
29         ParSep                1.5
30         Align                 Left
31         AlignPossible         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         LabelString           cc:
113 End
114
115
116 Style encl
117         CopyStyle             cc
118         LatexName             encl
119         LeftMargin            encl:xx
120         LabelString           encl:
121         Spacing               Other 1.5
122 End
123
124
125 Style Location
126         CopyStyle             encl
127         LatexName             location
128         LeftMargin            Location:xx
129         LabelString           Location:
130 End
131
132
133 Style Telephone
134         CopyStyle             encl
135         LatexName             telephone
136         LeftMargin            Telephone:xx
137         LabelString           Telephone:
138 End
139