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