]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdletter.inc
Remove profiling.py
[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 104
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         DocBookTag            para
23 End
24
25
26 Style My_Address
27         Category              "Postal Data"
28         Margin                Right_Address_Box
29         LatexType             Command
30         LatexName             address
31         ParSkip               0.4
32         BottomSep             1.5
33         ParSep                1.5
34         Align                 Left
35         DocBookTag            address
36 End
37
38
39 Style Send_To_Address
40         Category              "Postal Data"
41         Margin                Static
42         LatexType             Command
43         LatexName             letter
44         KeepEmpty             1
45         ParSkip               0.4
46         BottomSep             1.5
47         ParSep                1.5
48         Align                 Left
49         AlignPossible         Block, Left, Right, Center
50         LabelType             No_Label
51         DocBookTag            address
52         DocBookAttr           role='send-to-address'
53 End
54
55
56 Style Opening
57         Category              Letter
58         Margin                Static
59         LatexType             Command
60         LatexName             opening
61         KeepEmpty             1
62         LeftMargin            Signature:xx
63         LabelSep              xx
64         TopSep                0.4
65         BottomSep             0.4
66         ParSep                0.4
67         Align                 Block
68         AlignPossible         Block, Left
69         LabelType             Static
70         LabelString           "Opening:"
71         LabelFont
72           Series              Bold
73           Shape               Italic
74           Color               textlabel3
75         EndFont
76         DocBookTag            para
77         DocBookAttr           role='opening'
78 End
79
80
81 Style Signature
82         Category              Closings
83         Margin                Static
84         LatexType             Command
85         LatexName             signature
86         LeftMargin            Signature:xx
87         LabelSep              xx
88         TopSep                0.4
89         BottomSep             0.4
90         ParSep                0.4
91         Align                 Block
92         AlignPossible         Block, Left
93         LabelType             Static
94         LabelString           "Signature:"
95         LabelFont
96           Series              Bold
97           Shape               Italic
98           Color               textlabel3
99         EndFont
100         DocBookTag            para
101         DocBookAttr           role='signature'
102 End
103
104
105 Style Closing
106         CopyStyle             Signature
107         LatexName             closing
108         LabelString           "Closing:"
109         DocBookTag            para
110         DocBookAttr           role='opening'
111 End
112
113
114 Style cc
115         CopyStyle             Signature
116         LatexName             cc
117         LabelString           "cc:"
118         LabelFont
119           Series              Bold
120           Shape               Italic
121           Color               textlabel2
122         EndFont
123         DocBookTag            para
124         DocBookAttr           role='carbon-copy'
125 End
126
127
128 Style encl
129         CopyStyle             cc
130         LatexName             encl
131         LabelString           "encl:"
132         Spacing               Other 1.5
133         DocBookTag            para
134         DocBookAttr           role='enclosed'
135 End
136
137
138 Style Location
139         CopyStyle             cc
140         LatexName             thispagestyle{firstpage}\location
141         LabelString           "Location:"
142         DocBookTag            otheraddr
143         DocBookAttr           role='place'
144         DocBookTagType        paragraph
145 End
146
147
148 Style Telephone
149         CopyStyle             cc
150         LatexName             thispagestyle{firstpage}\telephone
151         LabelString           "Telephone:"
152         DocBookTag            phone
153         DocBookAttr           ""
154         DocBookTagType        paragraph
155 End