]> git.lyx.org Git - lyx.git/blob - lib/layouts/broadway.layout
Natbib authoryear uses (Ref1; Ref2) by default.
[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 45
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 Counter act
25 End
26
27
28 Counter scene
29 End
30
31
32 Style Dialogue
33         Margin                Static
34         LatexType             Command
35         LatexName             dialogue
36         LeftMargin            MMMMMMM
37         RightMargin           MMMMMMM
38         Align                 Left
39         LabelType             No_Label
40 End
41
42
43 Style Narrative
44         Margin                Static
45         LatexType             Command
46         LatexName             narrative
47         ParIndent             ""
48         ParSkip               0.8
49         TopSep                1.0
50         Align                 Left
51         LabelType             No_Label
52         Font
53           Shape               Italic
54           Color               Black
55         EndFont
56 End
57
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         LabelType             Static
69         LabelCounter          act
70         LabelSep              M
71         LabelString           "ACT \arabic{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         LabelType             Static
85         LabelCounter          scene
86         LabelSep              M
87         LabelString           "SCENE \arabic{scene}"
88 End
89
90
91 Style SCENE*
92         Margin                Dynamic
93         LatexType             Command
94         LatexName             scenestar
95         ParIndent             ""
96         ParSkip               0.8
97         TopSep                1.0
98         KeepEmpty             1
99         Align                 Center
100         LabelType             Static
101         LabelSep              M
102         LabelString           "SCENE"
103 End
104
105
106 Style AT_RISE:
107         Margin                Dynamic
108         LatexType             Command
109         LatexName             atrise
110         ParIndent             ""
111         ParSkip               0.8
112         TopSep                1.0
113         Align                 Left
114         KeepEmpty             1
115         LabelType             Static
116         LabelSep              M
117         LabelString           "AT RISE:"
118 End
119
120
121 # Speaker style definition, identifies speaker  ALL CAPS
122 Style Speaker
123         Margin                Static
124         LatexType             Command
125         LatexName             speaker
126         ParSkip               0.4
127         TopSep                0.4
128         Align                 Center
129         LabelType             No_Label
130 End
131
132
133 # Parenthetical instruction to speaker (in parenthises, l.c.)
134 # The ( and ) will automatically appear on screen, so don't type any.
135 Style Parenthetical
136         Margin                Static
137         LatexType             Command
138         LatexName             parenthetical
139         LeftMargin            MMMMMMMMMMMMM
140         RightMargin           MMMM
141         TopSep                0.0
142         BottomSep             0.0
143         ParSkip               0.0
144         Align                 Left
145         LabelType             Static
146         LabelString           "("
147         EndLabelType          Static
148         EndLabelString        ")"
149         Font
150           Shape               Italic
151           Color               Blue
152         EndFont
153         LabelFont
154           Color               Blue
155         EndFont
156 End
157
158
159 Style CURTAIN
160         Margin                Static
161         LatexType             Command
162         LatexName             curtain
163         ParIndent             ""
164         ParSkip               0.8
165         TopSep                1.0
166         KeepEmpty             1
167         Align                 Center
168         LabelType             Static
169         LabelString           "CURTAIN"
170 End
171
172
173 # Standard style definition (I kept this one to provide a general case)
174 Style Standard
175         Category              MainText
176         Margin                Static
177         LatexType             Paragraph
178         LatexName             dummy
179         ParIndent             ""
180         ParSkip               0.4
181         Align                 Left
182         AlignPossible         Block, Left, Right, Center
183         Labeltype             No_Label
184 End
185
186
187 Style Title
188         Category              FrontMatter
189         Margin                Static
190         LatexType             Command
191         LatexName             title
192         InTitle               1
193         ParSkip               0.4
194         BottomSep             1.5
195         ParSep                1.5
196         Align                 Center
197         AlignPossible         Left, Right, Center
198         HTMLTitle             true
199 End
200
201
202 Style Author
203         Category              FrontMatter
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
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
229 NoStyle Bibliography
230