]> git.lyx.org Git - lyx.git/blob - lib/layouts/broadway.layout
Categorize existing layouts
[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 36
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             Counter
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             Counter
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         Margin                Static
176         LatexType             Paragraph
177         LatexName             dummy
178         ParIndent             ""
179         ParSkip               0.4
180         Align                 Left
181         AlignPossible         Block, Left, Right, Center
182         Labeltype             No_Label
183 End
184
185
186 Style Title
187         Margin                Static
188         LatexType             Command
189         LatexName             title
190         InTitle               1
191         ParSkip               0.4
192         BottomSep             1.5
193         ParSep                1.5
194         Align                 Center
195         AlignPossible         Left, Right, Center
196         HTMLTitle             true
197 End
198
199
200 Style Author
201         Margin                Static
202         LatexType             Command
203         LatexName             author
204         InTitle               1
205         ParSkip               0.4
206         BottomSep             1.5
207         ParSep                1.5
208         Align                 Center
209         AlignPossible         Left, Right, Center
210 End
211
212
213 Style Right_Address
214         Margin                Right_Address_Box
215         LatexType             Command
216         LatexName             address
217         InTitle               1
218         ParSkip               0.4
219         BottomSep             1.5
220         ParSep                1.5
221         Align                 Left
222         AlignPossible         Left, Right
223 End
224
225
226 NoStyle Bibliography
227