]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/hollywood.layout
make NO_LATEX default, set ut compability stuff
[lyx.git] / lib / layouts / hollywood.layout
index bb1a4a9851c1cfaf27d195aaf27ac2d1cc3172cd..f1f8df82c2628e371206f46fb530344744c5a7ca 100644 (file)
@@ -34,51 +34,27 @@ DefaultFont
   Color                 None
 EndFont
 
-Preamble
-\usepackage{fancyhdr}
-\usepackage{extramarks}
-\usepackage{ifthen}
-\usepackage{lastpage}
-\pagestyle{fancy}
-% This stuff is for a shooting script
-% \lhead{\ifthenelse{ \not \value{page} = 1}{CONTINUED:}{}}
-% \rfoot{\ifthenelse{ \not \value{page}=\pageref{LastPage}}{(CONT'D)}
-%  {\ifthenelse{\value{page}=\pageref{LastPage}}{(END)}{}}}
 
-
-% This is what we want for a spec script
-\rhead{\thepage.}
-\cfoot{}
-% \renewcommand{\headrulewitdh}{0pt}
-  % This one is needed to get real adobe courier, but you can use
-  % cmtt which is also correct
-  \renewcommand{\familydefault}{pcr}
-  % This is to negate the effect of the ~ that LyX adds everywhere
- \let~=\space
-  % this protects you against the fact that TeX does not want to
-  % hyphenate in typewriter font. It is possible to enable
-  % hyphenation, but I do not remember how.
-  % That's good because we -do not- want any hyphenation.
-  \sloppy
-EndPreamble
-
-# Standard style definition (I kept this one to provide a general case)
-Style Standard
+# Dialogue style definition. Actor dialog
+Style Dialogue
   Margin                Static
-  LatexType             Paragraph
-  LatexName             dummy
-  ParIndent             ""
-  ParSkip               0.4
+  LatexType             Command
+  LatexName             dialogue
+  LeftMargin            MMMMMMMMMMMM
+  RightMargin          MMMMMMMMMMMM
+  ParSkip               0.0
+  TopSep               0.0
+  BottomSep            0.0
   Align                 Left
-  AlignPossible         Block, Left, Right, Center
-  Labeltype             No_Label
+  AlignPossible         Left
+  LabelType             No_Label
 End
 
 
 # Narrative description of Scene
 Style Narrative
   Margin                Static
-  LatexType             Environment
+  LatexType             Command
   LatexName             narrative
   ParIndent             ""
   ParSkip               0.8
@@ -91,9 +67,9 @@ End
 # FADE_IN: and FADE_OUT: usually stand alone. If you want a more complicated
 # FADE_IN e.g. FADE_IN on STELLA:, use the Narrative Style.
 Style FADE_IN:
-  Margin                Dynamic
+  Margin                Static
   LatexType             Environment
-  LatexName             fadein
+  LatexName             flushleft
   ParIndent             ""
   ParSkip               0.8
   TopSep               1.0
@@ -111,8 +87,8 @@ End
 # - DAY, or - NIGHT or similar to define lighting.
 Style INT.
   Margin                Dynamic
-  LatexType             Environment
-  LatexName             interior
+  LatexType             Command
+  LatexName             interiorshot
   ParIndent             ""
   ParSkip               0.8
   TopSep               1.0
@@ -124,8 +100,8 @@ End
 
 Style EXT.
   Margin                Dynamic
-  LatexType             Environment
-  LatexName             exterior
+  LatexType             Command
+  LatexName             exteriorshot
   ParIndent             ""
   ParSkip               0.8
   TopSep               1.0
@@ -135,24 +111,10 @@ Style EXT.
   LabelString          "EXT. "
 End
 
-# Dialogue style definition. Actor dialog
-Style Dialogue
-  Margin                Static
-  LatexType             Environment
-  LatexName             dialogue
-  LeftMargin            MMMMMMMMMMMM
-  RightMargin          MMMMMMMMMMMM
-  ParSkip               0.0
-  TopSep               0.0
-  BottomSep            0.0
-  Align                 Left
-  AlignPossible         Left
-  LabelType             No_Label
-End
 # Speaker style definition, identifies speaker  ALL CAPS
 Style Speaker
   Margin                Static
-  LatexType             Environment
+  LatexType             Command
   LatexName             speaker
   LeftMargin            MMMMMMMMMMMMMMMMMMMMMM
   ParSkip               0.0
@@ -167,7 +129,7 @@ End
 # The ( and ) will automatically appear on screen, so don't type any.
 Style Parenthetical  
   Margin                Static
-  LatexType             Environment
+  LatexType             Command
   LatexName             parenthetical
   LeftMargin            MMMMMMMMMMMMMMMMM
   TopSep               0.0
@@ -190,6 +152,7 @@ EndFont
 
 End
 
+
 # Transition style definition ALL CAPS
 Style Transition
   Margin                Static
@@ -205,7 +168,7 @@ End
 
 Style FADE_OUT:
   Margin                Dynamic
-  LatexType             Environment
+  LatexType             Command
   LatexName             fadeout
   ParIndent             ""
   ParSkip               0.8
@@ -214,9 +177,20 @@ Style FADE_OUT:
   AlignPossible         Left
   KeepEmpty            1
   LabelType             Static
-  LabelString          "FADE OUT"
+  LabelString          "FADE OUT"
 End
 
+# Standard style definition (I kept this one to provide a general case)
+Style Standard
+  Margin                Static
+  LatexType             Paragraph
+  LatexName             dummy
+  ParIndent             ""
+  ParSkip               0.4
+  Align                 Left
+  AlignPossible         Block, Left, Right, Center
+  Labeltype             No_Label
+End