]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/broadway.layout
Change LFUN_FONT_CODE to LFUN_FONT_TYPEWERITER, possibly in preparation for a move...
[lyx.git] / lib / layouts / broadway.layout
index 13fe9c583776a9a6c882a33f40da03dd72540adc..bd27e5cbcd0b8b0cd3eb4f37f656064c5c88da4d 100644 (file)
@@ -1,8 +1,9 @@
 #% Do not delete the line below; configure depends on this
 #  \DeclareLaTeXClass[broadway]{broadway}
-# 
+
 # For theater plays
-# General textclass parameters
+
+Format 5
 Columns                 1
 Sides                   1
 SecNumDepth             2
@@ -12,17 +13,23 @@ ClassOptions
 FontSize                12
 End
 
-# This is just to show how to declare the default font.
-# The defaults are exactly those shown here.
-DefaultFont
-       Family                Roman
-       Series                Medium
-       Shape                 Up
-       Size                  Normal
-       Color                 None
-EndFont
+Input stdinsets.inc
+#Input stdtitle.inc
+Input stdstruct.inc
+Input stdfloats.inc
+Input stdcounters.inc
+# Input lyxmacros.inc
+
+Counter
+       Name                  act
+End
+
+
+Counter
+       Name                  scene
+End
+
 
-# Dialogue style definition. Actor dialog
 Style Dialogue
        Margin                Static
        LatexType             Command
@@ -35,8 +42,6 @@ Style Dialogue
 End
 
 
-
-# Narrative description of Scene
 Style Narrative
        Margin                Static
        LatexType             Command
@@ -47,15 +52,13 @@ Style Narrative
        Align                 Left
        AlignPossible         Left
        LabelType             No_Label
-Font
-       Family                Roman
-       Series                Medium
-       Shape                 Italic
-       Size                  Normal
-       Color                 Black
-EndFont
+       Font
+         Shape               Italic
+         Color               Black
+       EndFont
 End
 
+
 Style ACT
        Margin                Static
        LatexType             Command
@@ -67,8 +70,9 @@ Style ACT
        Align                 Center
        AlignPossible         Center
        LabelType             Counter
-       LabelCounter          chapter
-       LabelString           "ACT "
+       LabelCounter          act
+       LabelSep              M
+       LabelString           "ACT \arabic{act}"
 End
 
 
@@ -83,10 +87,12 @@ Style SCENE
        Align                 Center
        AlignPossible         Center
        LabelType             Counter
-       LabelCounter          section
-       LabelString           "SCENE "
+       LabelCounter          scene
+       LabelSep              M
+       LabelString           "SCENE \arabic{scene}"
 End
 
+
 Style SCENE*
        Margin                Dynamic
        LatexType             Command
@@ -98,9 +104,11 @@ Style SCENE*
        Align                 Center
        AlignPossible         Center
        LabelType             Static
-       LabelString           "SCENE "
+       LabelSep              M
+       LabelString           "SCENE"
 End
 
+
 Style AT_RISE:
        Margin                Dynamic
        LatexType             Command
@@ -112,9 +120,11 @@ Style AT_RISE:
        AlignPossible         Left
        KeepEmpty             1
        LabelType             Static
-       LabelString           "AT RISE: "
+       LabelSep              M
+       LabelString           "AT RISE:"
 End
 
+
 # Speaker style definition, identifies speaker  ALL CAPS
 Style Speaker
        Margin                Static
@@ -127,6 +137,7 @@ Style Speaker
        LabelType             No_Label
 End
 
+
 # Parenthetical instruction to speaker (in parenthises, l.c.)
 # The ( and ) will automatically appear on screen, so don't type any.
 Style Parenthetical
@@ -141,25 +152,16 @@ Style Parenthetical
        Align                 Left
        AlignPossible         Left
        LabelType             Static
-       LabelString           (
+       LabelString           "("
        EndLabelType          Static
-       EndLabelString        )
-
-Font
-       Family                Roman
-       Series                Medium
-       Shape                 Italic
-       Size                  Normal
-       Color                 Blue
-EndFont
-
-LabelFont
-       Family                Roman
-       Series                Medium
-       Shape                 Up
-       Size                  Normal
-       Color                 Blue
-EndFont
+       EndLabelString        ")"
+       Font
+         Shape               Italic
+         Color               Blue
+       EndFont
+       LabelFont
+         Color               Blue
+       EndFont
 End
 
 
@@ -177,6 +179,7 @@ Style CURTAIN
        LabelString           "CURTAIN"
 End
 
+
 # Standard style definition (I kept this one to provide a general case)
 Style Standard
        Margin                Static
@@ -189,6 +192,7 @@ Style Standard
        Labeltype             No_Label
 End
 
+
 Style Title
        Margin                Static
        LatexType             Command
@@ -199,9 +203,9 @@ Style Title
        ParSep                1.5
        Align                 Center
        AlignPossible         Left, Right, Center
-
 End
 
+
 Style Author
        Margin                Static
        LatexType             Command
@@ -214,7 +218,7 @@ Style Author
        AlignPossible         Left, Right, Center
 End
 
-# Right Address style
+
 Style Right_Address
        Margin                Right_Address_Box
        LatexType             Command
@@ -226,14 +230,9 @@ Style Right_Address
        Align                 Left
        AlignPossible         Left, Right
 End
-Input stdtitle.inc
-Input stdstruct.inc
-Input stdfloats.inc
-Input stdcounters.inc
-# Input lyxmacros.inc
+
+
+
 NoStyle Abstract
 NoStyle Bibliography
 NoStyle Date
-
-