]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdletter.inc
269e5907aeb4479c318fe47d076ca97f19f0dc3f
[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 43
7 Columns                 1
8 Sides                   1
9 PageStyle               Empty
10
11
12 Style Standard
13         Category              MainText
14         Margin                Static
15         LatexType             Paragraph
16         LatexName             dummy
17         ParIndent             MM
18         ParSkip               0.4
19         Align                 Block
20         AlignPossible         Block, Left, Right, Center
21         LabelType             No_Label
22 End
23
24
25 Style My_Address
26         Margin                Right_Address_Box
27         LatexType             Command
28         LatexName             address
29         ParSkip               0.4
30         BottomSep             1.5
31         ParSep                1.5
32         Align                 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         Category              Letter
52         Margin                Static
53         LatexType             Command
54         LatexName             opening
55         KeepEmpty             1
56         LeftMargin            Signature:xx
57         LabelSep              xx
58         TopSep                0.4
59         BottomSep             0.4
60         ParSep                0.4
61         Align                 Block
62         AlignPossible         Block, Left
63         LabelType             Static
64         LabelString           "Opening:"
65         LabelFont
66           Series              Bold
67           Shape               Italic
68           Color               red
69         EndFont
70 End
71
72
73 Style Signature
74         Category              Letter
75         Margin                Static
76         LatexType             Command
77         LatexName             signature
78         LeftMargin            Signature:xx
79         LabelSep              xx
80         TopSep                0.4
81         BottomSep             0.4
82         ParSep                0.4
83         Align                 Block
84         AlignPossible         Block, Left
85         LabelType             Static
86         LabelString           "Signature:"
87         LabelFont
88           Series              Bold
89           Shape               Italic
90           Color               red
91         EndFont
92 End
93
94
95 Style Closing
96         CopyStyle             Signature
97         LatexName             closing
98         LabelString           "Closing:"
99 End
100
101
102 Style cc
103         CopyStyle             Signature
104         LatexName             cc
105         LabelString           "cc:"
106         LabelFont
107           Series              Bold
108           Shape               Italic
109           Color               green
110         EndFont
111 End
112
113
114 Style encl
115         CopyStyle             cc
116         LatexName             encl
117         LabelString           "encl:"
118         Spacing               Other 1.5
119 End
120
121
122 Style Location
123         CopyStyle             cc
124         LatexName             thispagestyle{firstpage}\location
125         LabelString           "Location:"
126 End
127
128
129 Style Telephone
130         CopyStyle             cc
131         LatexName             thispagestyle{firstpage}\telephone
132         LabelString           "Telephone:"
133 End