]> git.lyx.org Git - lyx.git/blob - lib/layouts/broadway.layout
Remove profiling.py
[lyx.git] / lib / layouts / broadway.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[broadway,extramarks.sty,fancyhdr.sty,lastpage.sty]{Broadway}
3 #  \DeclareCategory{Scripts}
4
5 # For theater plays
6
7 Format 104
8 Columns                 1
9 Sides                   1
10 SecNumDepth             2
11 TocDepth                2
12
13 ClassOptions
14 FontSize                12
15 End
16
17 Input stdinsets.inc
18 #Input stdtitle.inc
19 Input stdstruct.inc
20 Input stdfloats.inc
21 Input stdcounters.inc
22 # Input lyxmacros.inc
23
24 DefaultStyle Dialogue
25
26 Counter act
27         GuiName "Act Number"
28         PrettyFormat "Act ##"
29 End
30
31
32 Counter scene
33         GuiName "Scene Number"
34         PrettyFormat "Scene ##"
35 End
36
37
38 Style Dialogue
39         Margin                Static
40         LatexType             Command
41         LatexName             dialogue
42         LeftMargin            MMMMMMM
43         RightMargin           MMMMMMM
44         Align                 Left
45         LabelType             No_Label
46 End
47
48
49 Style Narrative
50         Margin                Static
51         LatexType             Command
52         LatexName             narrative
53         ParIndent             ""
54         ParSkip               0.8
55         TopSep                1.0
56         Align                 Left
57         LabelType             No_Label
58         Font
59           Shape               Italic
60           Color               foreground
61         EndFont
62 End
63
64
65 Style ACT
66         Margin                Static
67         LatexType             Command
68         LatexName             act
69         ParIndent             ""
70         ParSkip               0.8
71         TopSep                1.0
72 #  KeepEmpty            1
73         Align                 Center
74         LabelType             Static
75         LabelCounter          act
76         LabelSep              M
77         LabelString           "ACT \arabic{act}"
78 End
79
80
81 Style SCENE
82         Margin                Dynamic
83         LatexType             Command
84         LatexName             scene
85         ParIndent             ""
86         ParSkip               0.8
87         TopSep                1.0
88 #  KeepEmpty            1
89         Align                 Center
90         LabelType             Static
91         LabelCounter          scene
92         LabelSep              M
93         LabelString           "SCENE \arabic{scene}"
94 End
95
96
97 Style SCENE*
98         Margin                Dynamic
99         LatexType             Command
100         LatexName             scenestar
101         ParIndent             ""
102         ParSkip               0.8
103         TopSep                1.0
104         KeepEmpty             1
105         Align                 Center
106         LabelType             Static
107         LabelSep              M
108         LabelString           "SCENE"
109 End
110
111
112 Style AT_RISE:
113         Margin                Dynamic
114         LatexType             Command
115         LatexName             atrise
116         ParIndent             ""
117         ParSkip               0.8
118         TopSep                1.0
119         Align                 Left
120         KeepEmpty             1
121         LabelType             Static
122         LabelSep              M
123         LabelString           "AT RISE:"
124 End
125
126
127 # Speaker style definition, identifies speaker  ALL CAPS
128 Style Speaker
129         Margin                Static
130         LatexType             Command
131         LatexName             speaker
132         ParSkip               0.4
133         TopSep                0.4
134         Align                 Center
135         LabelType             No_Label
136 End
137
138
139 # Parenthetical instruction to speaker (in parenthises, l.c.)
140 # The ( and ) will automatically appear on screen, so don't type any.
141 Style Parenthetical
142         Margin                Static
143         LatexType             Command
144         LatexName             parenthetical
145         LeftMargin            MMMMMMMMMMMMM
146         RightMargin           MMMM
147         TopSep                0.0
148         BottomSep             0.0
149         ParSkip               0.0
150         Align                 Left
151         LabelType             Static
152         LabelString           "("
153         EndLabelType          Static
154         EndLabelString        ")"
155         Font
156           Shape               Italic
157           Color               textlabel1
158         EndFont
159         LabelFont
160           Color               textlabel1
161         EndFont
162 End
163
164
165 Style CURTAIN
166         Margin                Static
167         LatexType             Command
168         LatexName             curtain
169         ParIndent             ""
170         ParSkip               0.8
171         TopSep                1.0
172         KeepEmpty             1
173         Align                 Center
174         LabelType             Static
175         LabelString           "CURTAIN"
176 End
177
178
179 # Standard style definition (I kept this one to provide a general case)
180 Style Standard
181         Category              MainText
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         DocBookTag            para
191 End
192
193
194 Style Title
195         Category              FrontMatter
196         Margin                Static
197         LatexType             Command
198         LatexName             title
199         InTitle               1
200         ParSkip               0.4
201         BottomSep             1.5
202         ParSep                1.5
203         Align                 Center
204         AlignPossible         Left, Right, Center
205         HTMLTitle             true
206         DocBookTag            title
207         DocBookTagType        paragraph
208         DocBookInInfo         maybe
209 End
210
211
212 Style Author
213         Category              FrontMatter
214         Margin                Static
215         LatexType             Command
216         LatexName             author
217         InTitle               1
218         ParSkip               0.4
219         BottomSep             1.5
220         ParSep                1.5
221         Align                 Center
222         AlignPossible         Left, Right, Center
223         DocBookTag            personname
224         DocBookTagType        paragraph
225         DocBookWrapperTag     author
226         DocBookWrapperTagType inline
227         DocBookInInfo         always
228 End
229
230
231 Style Right_Address
232         Margin                Right_Address_Box
233         LatexType             Command
234         LatexName             address
235         InTitle               1
236         ParSkip               0.4
237         BottomSep             1.5
238         ParSep                1.5
239         Align                 Left
240         AlignPossible         Left, Right
241 End
242
243
244 NoStyle Bibliography
245