]> git.lyx.org Git - lyx.git/blob - lib/layouts/hollywood.layout
fix typos
[lyx.git] / lib / layouts / hollywood.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[hollywood]{hollywood}
3 # This layout follows the current Hollywood standard for movie scripts
4
5 # Font Courier 12 pts
6 # abbreviations used in scripts are as follows:
7 # INT. - interior       EXT. - exterior
8 #(O.S) - off screen     b.g. - background       PAN - camera movement
9 #(V.O) - voice over     C.U. - close-up         INSERT - cut to close-up of
10 # each page should be 1 minute of film
11 # Spec scripts should not be more that 120 pages or less than 110.
12 # Nothing goes in a script that you cannot see or hear.
13
14 # Contributed by Garst R. Reese with lots of help from the LyX Team
15 # Based on course given by Lars Davidson
16
17 # General textclass parameters
18 Columns                 1
19 Sides                   1
20 SecNumDepth             2
21 TocDepth                2
22
23 ClassOptions
24 FontSize                12
25 End
26
27 # This is just to show how to declare the default font.
28 # The defaults are exactly those shown here.
29 DefaultFont
30   Family                Typewriter
31   Series                Medium
32   Shape                 Up
33   Size                  Normal
34   Color                 None
35 EndFont
36
37
38 # Dialogue style definition. Actor dialog
39 Style Dialogue
40   Margin                Static
41   LatexType             Command
42   LatexName             dialogue
43   LeftMargin            MMMMMMMMMM
44   RightMargin           MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
45   ParSkip               0.0
46   TopSep                0.0
47   BottomSep             0.0
48   Align                 Left
49   AlignPossible         Left
50   LabelType             No_Label
51 End
52
53 # More: Use to break a long Dialogue
54 Style More
55   Margin                Static
56   LatexType             Command
57   LatexName             more
58   LeftMargin            MMMMMMMMMMMMMMMMMMMMMMMMMMM
59   ParSkip               0.0
60   TopSep                0.0
61   BottomSep             0.0
62   KeepEmpty             1
63   Align                 Left
64   AlignPossible         Left
65   LabelType             Static
66   LabelString           "(MORE)"
67
68 Font
69   Family                Typewriter
70   Series                Medium
71   Shape                 Up
72   Size                  Normal
73   Color                 Green
74 EndFont
75
76 End
77
78
79
80 # FADE_IN: and FADE_OUT: usually stand alone. If you want a more complicated
81 # FADE_IN e.g. FADE_IN on STELLA:, use the Narrative Style.
82 Style FADE_IN:
83   Margin                Dynamic
84   LatexType             Command
85   LatexName             fadein
86   ParIndent             ""
87   ParSkip               0.25
88   TopSep                0.25
89   Align                 Left
90   AlignPossible         Left
91   KeepEmpty             1
92   LabelType             Static
93   LabelString           "FADE IN: "
94 End
95
96 # Scene headings (ALL CAPS) This is a general case, probably not needed
97 # example:
98 # INT. LOG CABIN - NIGHT
99 # Use Style EXT. for Exterior, INT. for Interior scenes. Last word should be
100 # - DAY, or - NIGHT or similar to define lighting.
101 Style INT.
102   Margin                Dynamic
103   LatexType             Command
104   LatexName             interiorshot
105   ParIndent             ""
106   ParSkip               0.25
107   TopSep                0.25
108   Align                 Left
109   AlignPossible         Left
110   LabelType             Static
111   LabelString           "INT. "
112 End
113
114 Style EXT.
115   Margin                Dynamic
116   LatexType             Command
117   LatexName             exteriorshot
118   ParIndent             ""
119   ParSkip               0.25
120   TopSep                0.25
121   Align                 Left
122   AlignPossible         Left
123   LabelType             Static
124   LabelString           "EXT. "
125 End
126
127 # Narrative description of Scene
128 # same as narrative, but glued to INT. or EXT.
129 Style Description
130   Margin                Static
131   LatexType             Command
132   LatexName             description
133   ParIndent             ""
134   ParSkip               0.25
135   TopSep                0.25
136   RightMargin           MMMMM
137   Align                 Left
138   AlignPossible         Left
139   LabelType             No_Label
140 End
141
142 # Speaker style definition, identifies speaker  ALL CAPS
143 Style Speaker
144   Margin                Static
145   LatexType             Command
146   LatexName             speaker
147   LeftMargin            MMMMMMMMMMMMMMMMMMMMMMM
148   ParSkip               0.0
149   TopSep                0.25
150   BottomSep             0.0
151   Align                 Left
152   AlignPossible         Left
153   LabelType             No_Label
154 End
155
156 # Parenthetical instruction to speaker (in parenthises, l.c.)
157 # The ( and ) will automatically appear on screen, so don't type any.
158 Style Parenthetical  
159   Margin                Static
160   LatexType             Command
161   LatexName             parenthetical
162   LeftMargin            MMMMMMMMMMMMMMMMMMM
163   RightMargin           MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
164   TopSep                0.0
165   BottomSep             0.0
166   ParSkip               0.0
167   Align                 Left
168   AlignPossible         Left
169   LabelType             Static
170   LabelString           (
171   EndLabelType          Static
172   EndLabelString        )
173
174 Font
175   Family                Typewriter
176   Series                Medium
177   Shape                 Up
178   Size                  Normal
179   Color                 Blue
180 EndFont
181
182 End
183
184 # Narrative description of action
185 Style Narrative
186   Margin                Static
187   LatexType             Command
188   LatexName             narrative
189   ParIndent             ""
190   ParSkip               0.25
191   TopSep                0.25
192   RightMargin           MMMMM
193   Align                 Left
194   AlignPossible         Left
195   LabelType             No_Label
196 End
197
198
199
200
201 # Transition style definition ALL CAPS
202 Style Transition
203   Margin                Static
204   LatexType             Environment
205   LatexName             flushright
206   ParIndent             ""
207   TopSep                0.5
208   ParSkip               0.4
209   Align                 Right
210   AlignPossible         Right
211   LabelType             No_Label
212 End
213
214 Style TITLE_OVER:
215   Margin                Dynamic
216   LatexType             Command
217   LatexName             titleover
218   ParIndent             ""
219   ParSkip               0.5
220   TopSep                0.5
221   Align                 Left
222   AlignPossible         Left
223   KeepEmpty             1
224   LabelType             Static
225   LabelString           "TITLE OVER:"
226 End
227
228 Style INTERCUT
229   Margin                Dynamic
230   LatexType             Command
231   LatexName             intercut
232   ParIndent             ""
233   ParSkip               0.25
234   TopSep                0.5
235   Align                 Left
236   AlignPossible         Left
237   KeepEmpty             1
238   LabelType             Static
239   LabelString           "INTERCUT WITH:"
240 End
241
242 Style FADE_OUT
243   Margin                Dynamic
244   LatexType             Command
245   LatexName             fadeout
246   ParIndent             ""
247   ParSkip               0.8
248   TopSep                1.0
249   Align                 Left
250   AlignPossible         Left
251   KeepEmpty             1
252   LabelType             Static
253   LabelString           "FADE OUT"
254 End
255
256 # Standard style definition (I kept this one to provide a general case)
257 Style Standard
258   Margin                Static
259   LatexType             Paragraph
260   LatexName             dummy
261   ParIndent             ""
262   ParSkip               0.4
263   Align                 Left
264   AlignPossible         Block, Left, Right, Center
265   Labeltype             No_Label
266 End
267
268
269
270 # Right Address style
271 Style Right_Address
272   Margin                Right_Address_Box
273   LatexType             Command
274   LatexName             address
275   InTitle               1
276   ParSkip               0.4
277   BottomSep             1.5
278   ParSep                1.5
279   Align                 Left
280   AlignPossible         Left, Right
281 End
282
283 Style Author
284   Margin                Static
285   LatexType             Command
286   LatexName             author
287   InTitle               1
288   ParSkip               0.4
289   BottomSep             1.5
290   ParSep                1.5
291   Align                 Center
292   AlignPossible         Left, Right, Center
293
294 End
295
296 Style Title
297   Margin                Static
298   LatexType             Command
299   LatexName             title
300   InTitle               1
301   ParSkip               0.4
302   BottomSep             1.5
303   ParSep                1.5
304   Align                 Center
305   AlignPossible         Left, Right, Center
306
307 End
308  
309 Input stdtitle.inc
310 Input stdstruct.inc
311 # Input lyxmacros.inc
312 NoStyle Abstract
313 NoStyle Bibliography
314 NoStyle Date
315
316