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