]> git.lyx.org Git - lyx.git/blob - lib/layouts/broadway.layout
48b1b9cfac474dceb70e1f5f6005122b27645765
[lyx.git] / lib / layouts / broadway.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[broadway]{broadway}
3
4 # For theater plays
5 # General textclass parameters
6 Columns                 1
7 Sides                   1
8 SecNumDepth             2
9 TocDepth                2
10
11 ClassOptions
12 FontSize                12
13 End
14
15 # This is just to show how to declare the default font.
16 # The defaults are exactly those shown here.
17 DefaultFont
18   Family                Roman
19   Series                Medium
20   Shape                 Up
21   Size                  Normal
22   Color                 None
23 EndFont
24
25
26 # Standard style definition (I kept this one to provide a general case)
27 Style Standard
28   Margin                Static
29   LatexType             Paragraph
30   LatexName             dummy
31   ParIndent             ""
32   ParSkip               0.4
33   Align                 Left
34   AlignPossible         Block, Left, Right, Center
35   Labeltype             No_Label
36 End
37
38 # Narrative description of Scene
39 Style Narrative
40   Margin                Static
41   LatexType             Environment
42   LatexName             narrative
43   ParIndent             ""
44   ParSkip               0.8
45   TopSep                1.0
46   Align                 Left
47   AlignPossible         Left
48   LabelType             No_Label
49 Font
50   Family                Roman
51   Series                Medium
52   Shape                 Italic
53   Size                  Normal
54   Color                 Black
55 EndFont
56 End
57
58 Style ACT
59   Margin                Static
60   LatexType             Command
61   LatexName             act
62   ParIndent             ""
63   ParSkip               0.8
64   TopSep                1.0
65 #  KeepEmpty            1
66   Align                 Center
67   AlignPossible         Center
68   LabelType             Counter_Chapter
69   LabelString           "ACT "
70 End
71
72
73 Style SCENE
74   Margin                Static
75   LatexType             Command
76   LatexName             scene
77   ParIndent             ""
78   ParSkip               0.8
79   TopSep                1.0
80 #  KeepEmpty            1
81   Align                 Center
82   AlignPossible         Center
83   LabelType             Counter_Section
84   LabelString           "SCENE "
85 End
86
87 Style SCENE*
88   Margin                Dynamic
89   LatexType             Command
90   LatexName             scenestar
91   ParIndent             ""
92   ParSkip               0.8
93   TopSep                1.0
94   KeepEmpty             1
95   Align                 Center
96   AlignPossible         Center
97   LabelType             Static
98   LabelString           "SCENE "
99 End
100
101 Style AT_RISE:
102   Margin                Dynamic
103   LatexType             Command
104   LatexName             atrise
105   ParIndent             ""
106   ParSkip               0.8
107   TopSep                1.0
108   Align                 Left
109   AlignPossible         Left
110   KeepEmpty             1
111   LabelType             Static
112   LabelString           "AT RISE: "
113 End
114
115 # Speaker style definition, identifies speaker  ALL CAPS
116 Style Speaker
117   Margin                Static
118   LatexType             Environment
119   LatexName             speaker
120   ParSkip               0.4
121   TopSep                0.4
122   Align                 Center
123   AlignPossible         Center
124   LabelType             No_Label
125 End
126
127 # Parenthetical instruction to speaker (in parenthises, l.c.)
128 # The ( and ) will automatically appear on screen, so don't type any.
129 Style Parenthetical  
130   Margin                Static
131   LatexType             Environment
132   LatexName             parenthetical
133   LeftMargin            MMMMMMMMMMMMMMMMM
134   TopSep                0.0
135   BottomSep             0.0
136   ParSkip               0.0
137   Align                 Left
138   AlignPossible         Left
139   LabelType             Static
140   LabelString           (
141   EndLabelType          Static
142   EndLabelString        )
143
144 Font
145   Family                Roman
146   Series                Medium
147   Shape                 Italic
148   Size                  Normal
149   Color                 Blue
150 EndFont
151
152 LabelFont
153   Family                Roman
154   Series                Medium
155   Shape                 Up
156   Size                  Normal
157   Color                 Blue
158 EndFont
159 End
160
161 # Dialogue style definition. Actor dialog
162 Style Dialogue
163   Margin                Static
164   LatexType             Environment
165   LatexName             dialogue
166   LeftMargin            MM
167   RightMargin           MM
168   Align                 Left
169   AlignPossible         Left
170   LabelType             No_Label
171 End
172
173 Style CURTAIN
174   Margin                Static
175   LatexType             Command
176   LatexName             curtain
177   ParIndent             ""
178   ParSkip               0.8
179   TopSep                1.0
180   KeepEmpty             1
181   Align                 Center
182   AlignPossible         Center
183   LabelType             Static
184   LabelString           "CURTAIN"
185 End
186
187 Style Title
188   Margin                Static
189   LatexType             Command
190   LatexName             title
191   InTitle               1
192   ParSkip               0.4
193   BottomSep             1.5
194   ParSep                1.5
195   Align                 Center
196   AlignPossible         Left, Right, Center
197
198 End
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 # Right Address style
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 Input stdtitle.inc
226 Input stdstruct.inc
227 # Input lyxmacros.inc
228 NoStyle Abstract
229 NoStyle Bibliography
230 NoStyle Date
231
232