]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdletter.inc
bc0c1f5febed827776e3c323bcd3abb655074be8
[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         Margin                Static
52         LatexType             Command
53         LatexName             opening
54         KeepEmpty             1
55         LeftMargin            Signature:xx
56         LabelSep              xx
57         TopSep                0.4
58         BottomSep             0.4
59         ParSep                0.4
60         Align                 Block
61         AlignPossible         Block, Left
62         LabelType             Static
63         LabelString           "Opening:"
64         LabelFont
65           Series              Bold
66           Shape               Italic
67           Color               red
68         EndFont
69 End
70
71
72 Style Signature
73         Margin                Static
74         LatexType             Command
75         LatexName             signature
76         LeftMargin            Signature:xx
77         LabelSep              xx
78         TopSep                0.4
79         BottomSep             0.4
80         ParSep                0.4
81         Align                 Block
82         AlignPossible         Block, Left
83         LabelType             Static
84         LabelString           "Signature:"
85         LabelFont
86           Series              Bold
87           Shape               Italic
88           Color               red
89         EndFont
90 End
91
92
93 Style Closing
94         CopyStyle             Signature
95         LatexName             closing
96         LabelString           "Closing:"
97 End
98
99
100 Style cc
101         CopyStyle             Signature
102         LatexName             cc
103         LabelString           "cc:"
104         LabelFont
105           Series              Bold
106           Shape               Italic
107           Color               green
108         EndFont
109 End
110
111
112 Style encl
113         CopyStyle             cc
114         LatexName             encl
115         LabelString           "encl:"
116         Spacing               Other 1.5
117 End
118
119
120 Style Location
121         CopyStyle             cc
122         LatexName             thispagestyle{firstpage}\location
123         LabelString           "Location:"
124 End
125
126
127 Style Telephone
128         CopyStyle             cc
129         LatexName             thispagestyle{firstpage}\telephone
130         LabelString           "Telephone:"
131 End