]> git.lyx.org Git - lyx.git/blob - lib/layouts/broadway.layout
13fe9c583776a9a6c882a33f40da03dd72540adc
[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
70         LabelCounter          chapter
71         LabelString           "ACT "
72 End
73
74
75 Style SCENE
76         Margin                Dynamic
77         LatexType             Command
78         LatexName             scene
79         ParIndent             ""
80         ParSkip               0.8
81         TopSep                1.0
82 #  KeepEmpty            1
83         Align                 Center
84         AlignPossible         Center
85         LabelType             Counter
86         LabelCounter          section
87         LabelString           "SCENE "
88 End
89
90 Style SCENE*
91         Margin                Dynamic
92         LatexType             Command
93         LatexName             scenestar
94         ParIndent             ""
95         ParSkip               0.8
96         TopSep                1.0
97         KeepEmpty             1
98         Align                 Center
99         AlignPossible         Center
100         LabelType             Static
101         LabelString           "SCENE "
102 End
103
104 Style AT_RISE:
105         Margin                Dynamic
106         LatexType             Command
107         LatexName             atrise
108         ParIndent             ""
109         ParSkip               0.8
110         TopSep                1.0
111         Align                 Left
112         AlignPossible         Left
113         KeepEmpty             1
114         LabelType             Static
115         LabelString           "AT RISE: "
116 End
117
118 # Speaker style definition, identifies speaker  ALL CAPS
119 Style Speaker
120         Margin                Static
121         LatexType             Command
122         LatexName             speaker
123         ParSkip               0.4
124         TopSep                0.4
125         Align                 Center
126         AlignPossible         Center
127         LabelType             No_Label
128 End
129
130 # Parenthetical instruction to speaker (in parenthises, l.c.)
131 # The ( and ) will automatically appear on screen, so don't type any.
132 Style Parenthetical
133         Margin                Static
134         LatexType             Command
135         LatexName             parenthetical
136         LeftMargin            MMMMMMMMMMMMM
137         RightMargin           MMMM
138         TopSep                0.0
139         BottomSep             0.0
140         ParSkip               0.0
141         Align                 Left
142         AlignPossible         Left
143         LabelType             Static
144         LabelString           (
145         EndLabelType          Static
146         EndLabelString        )
147
148 Font
149         Family                Roman
150         Series                Medium
151         Shape                 Italic
152         Size                  Normal
153         Color                 Blue
154 EndFont
155
156 LabelFont
157         Family                Roman
158         Series                Medium
159         Shape                 Up
160         Size                  Normal
161         Color                 Blue
162 EndFont
163 End
164
165
166 Style CURTAIN
167         Margin                Static
168         LatexType             Command
169         LatexName             curtain
170         ParIndent             ""
171         ParSkip               0.8
172         TopSep                1.0
173         KeepEmpty             1
174         Align                 Center
175         AlignPossible         Center
176         LabelType             Static
177         LabelString           "CURTAIN"
178 End
179
180 # Standard style definition (I kept this one to provide a general case)
181 Style Standard
182         Margin                Static
183         LatexType             Paragraph
184         LatexName             dummy
185         ParIndent             ""
186         ParSkip               0.4
187         Align                 Left
188         AlignPossible         Block, Left, Right, Center
189         Labeltype             No_Label
190 End
191
192 Style Title
193         Margin                Static
194         LatexType             Command
195         LatexName             title
196         InTitle               1
197         ParSkip               0.4
198         BottomSep             1.5
199         ParSep                1.5
200         Align                 Center
201         AlignPossible         Left, Right, Center
202
203 End
204
205 Style Author
206         Margin                Static
207         LatexType             Command
208         LatexName             author
209         InTitle               1
210         ParSkip               0.4
211         BottomSep             1.5
212         ParSep                1.5
213         Align                 Center
214         AlignPossible         Left, Right, Center
215 End
216
217 # Right Address style
218 Style Right_Address
219         Margin                Right_Address_Box
220         LatexType             Command
221         LatexName             address
222         InTitle               1
223         ParSkip               0.4
224         BottomSep             1.5
225         ParSep                1.5
226         Align                 Left
227         AlignPossible         Left, Right
228 End
229  
230 Input stdtitle.inc
231 Input stdstruct.inc
232 Input stdfloats.inc
233 Input stdcounters.inc
234 # Input lyxmacros.inc
235 NoStyle Abstract
236 NoStyle Bibliography
237 NoStyle Date
238
239