]> git.lyx.org Git - lyx.git/blob - lib/layouts/broadway.layout
Rename file.
[lyx.git] / lib / layouts / broadway.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[broadway]{broadway}
3
4 # For theater plays
5 # General textclass parameters
6 Columns                 1
7 Sides                   1
8 SecNumDepth             2
9 TocDepth                2
10
11 ClassOptions
12 FontSize                12
13 End
14
15 # This is just to show how to declare the default font.
16 # The defaults are exactly those shown here.
17 DefaultFont
18         Family                Roman
19         Series                Medium
20         Shape                 Up
21         Size                  Normal
22         Color                 None
23 EndFont
24
25 # Dialogue style definition. Actor dialog
26 Style Dialogue
27         Margin                Static
28         LatexType             Command
29         LatexName             dialogue
30         LeftMargin            MMMMMMM
31         RightMargin           MMMMMMM
32         Align                 Left
33         AlignPossible         Left
34         LabelType             No_Label
35 End
36
37
38
39 # Narrative description of Scene
40 Style Narrative
41         Margin                Static
42         LatexType             Command
43         LatexName             narrative
44         ParIndent             ""
45         ParSkip               0.8
46         TopSep                1.0
47         Align                 Left
48         AlignPossible         Left
49         LabelType             No_Label
50 Font
51         Family                Roman
52         Series                Medium
53         Shape                 Italic
54         Size                  Normal
55         Color                 Black
56 EndFont
57 End
58
59 Style ACT
60         Margin                Static
61         LatexType             Command
62         LatexName             act
63         ParIndent             ""
64         ParSkip               0.8
65         TopSep                1.0
66 #  KeepEmpty            1
67         Align                 Center
68         AlignPossible         Center
69         LabelType             Counter_Chapter
70         LabelString           "ACT "
71 End
72
73
74 Style SCENE
75         Margin                Dynamic
76         LatexType             Command
77         LatexName             scene
78         ParIndent             ""
79         ParSkip               0.8
80         TopSep                1.0
81 #  KeepEmpty            1
82         Align                 Center
83         AlignPossible         Center
84         LabelType             Counter_Section
85         LabelString           "SCENE "
86 End
87
88 Style SCENE*
89         Margin                Dynamic
90         LatexType             Command
91         LatexName             scenestar
92         ParIndent             ""
93         ParSkip               0.8
94         TopSep                1.0
95         KeepEmpty             1
96         Align                 Center
97         AlignPossible         Center
98         LabelType             Static
99         LabelString           "SCENE "
100 End
101
102 Style AT_RISE:
103         Margin                Dynamic
104         LatexType             Command
105         LatexName             atrise
106         ParIndent             ""
107         ParSkip               0.8
108         TopSep                1.0
109         Align                 Left
110         AlignPossible         Left
111         KeepEmpty             1
112         LabelType             Static
113         LabelString           "AT RISE: "
114 End
115
116 # Speaker style definition, identifies speaker  ALL CAPS
117 Style Speaker
118         Margin                Static
119         LatexType             Command
120         LatexName             speaker
121         ParSkip               0.4
122         TopSep                0.4
123         Align                 Center
124         AlignPossible         Center
125         LabelType             No_Label
126 End
127
128 # Parenthetical instruction to speaker (in parenthises, l.c.)
129 # The ( and ) will automatically appear on screen, so don't type any.
130 Style Parenthetical
131         Margin                Static
132         LatexType             Command
133         LatexName             parenthetical
134         LeftMargin            MMMMMMMMMMMMM
135         RightMargin           MMMM
136         TopSep                0.0
137         BottomSep             0.0
138         ParSkip               0.0
139         Align                 Left
140         AlignPossible         Left
141         LabelType             Static
142         LabelString           (
143         EndLabelType          Static
144         EndLabelString        )
145
146 Font
147         Family                Roman
148         Series                Medium
149         Shape                 Italic
150         Size                  Normal
151         Color                 Blue
152 EndFont
153
154 LabelFont
155         Family                Roman
156         Series                Medium
157         Shape                 Up
158         Size                  Normal
159         Color                 Blue
160 EndFont
161 End
162
163
164 Style CURTAIN
165         Margin                Static
166         LatexType             Command
167         LatexName             curtain
168         ParIndent             ""
169         ParSkip               0.8
170         TopSep                1.0
171         KeepEmpty             1
172         Align                 Center
173         AlignPossible         Center
174         LabelType             Static
175         LabelString           "CURTAIN"
176 End
177
178 # Standard style definition (I kept this one to provide a general case)
179 Style Standard
180         Margin                Static
181         LatexType             Paragraph
182         LatexName             dummy
183         ParIndent             ""
184         ParSkip               0.4
185         Align                 Left
186         AlignPossible         Block, Left, Right, Center
187         Labeltype             No_Label
188 End
189
190 Style Title
191         Margin                Static
192         LatexType             Command
193         LatexName             title
194         InTitle               1
195         ParSkip               0.4
196         BottomSep             1.5
197         ParSep                1.5
198         Align                 Center
199         AlignPossible         Left, Right, Center
200
201 End
202
203 Style Author
204         Margin                Static
205         LatexType             Command
206         LatexName             author
207         InTitle               1
208         ParSkip               0.4
209         BottomSep             1.5
210         ParSep                1.5
211         Align                 Center
212         AlignPossible         Left, Right, Center
213 End
214
215 # Right Address style
216 Style Right_Address
217         Margin                Right_Address_Box
218         LatexType             Command
219         LatexName             address
220         InTitle               1
221         ParSkip               0.4
222         BottomSep             1.5
223         ParSep                1.5
224         Align                 Left
225         AlignPossible         Left, Right
226 End
227  
228 Input stdtitle.inc
229 Input stdstruct.inc
230 Input stdfloats.inc
231 Input stdcounters.inc
232 # Input lyxmacros.inc
233 NoStyle Abstract
234 NoStyle Bibliography
235 NoStyle Date
236
237