]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdletter.inc
Update layout format.
[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 27
7 Columns                 1
8 Sides                   1
9 PageStyle               Empty
10
11
12 Style Standard
13         Margin                Static
14         LatexType             Paragraph
15         LatexName             dummy
16         ParIndent             MM
17         ParSkip               0.4
18         Align                 Block
19         AlignPossible         Block, Left, Right, Center
20         LabelType             No_Label
21 End
22
23
24 Style My_Address
25         Margin                Right_Address_Box
26         LatexType             Command
27         LatexName             address
28         ParSkip               0.4
29         BottomSep             1.5
30         ParSep                1.5
31         Align                 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         LabelString           "Closing:"
96 End
97
98
99 Style cc
100         CopyStyle             Signature
101         LatexName             cc
102         LabelString           "cc:"
103         LabelFont
104           Series              Bold
105           Shape               Italic
106           Color               green
107         EndFont
108 End
109
110
111 Style encl
112         CopyStyle             cc
113         LatexName             encl
114         LabelString           "encl:"
115         Spacing               Other 1.5
116 End
117
118
119 Style Location
120         CopyStyle             cc
121         LatexName             thispagestyle{firstpage}\location
122         LabelString           "Location:"
123 End
124
125
126 Style Telephone
127         CopyStyle             cc
128         LatexName             thispagestyle{firstpage}\telephone
129         LabelString           "Telephone:"
130 End
131