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