]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/broadway.layout
Add some tipa accents
[lyx.git] / lib / layouts / broadway.layout
index 1c19bdb8c2b5d215bbc78930a530de6f75a314e2..8cd3cea32da37fe7dc0e5a91a775119f2a55a72a 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 3
 Columns                 1
 Sides                   1
 SecNumDepth             2
@@ -12,17 +13,17 @@ 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
 
-# Dialogue style definition. Actor dialog
+Counter
+       Name                  act
+End
+
+
+Counter
+       Name                  scene
+End
+
+
 Style Dialogue
        Margin                Static
        LatexType             Command
@@ -35,8 +36,6 @@ Style Dialogue
 End
 
 
-
-# Narrative description of Scene
 Style Narrative
        Margin                Static
        LatexType             Command
@@ -47,15 +46,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
@@ -66,8 +63,10 @@ Style ACT
 #  KeepEmpty            1
        Align                 Center
        AlignPossible         Center
-       LabelType             Counter_Chapter
-       LabelString           "ACT "
+       LabelType             Counter
+       LabelCounter          act
+       LabelSep              M
+       LabelString           "ACT \arabic{act}"
 End
 
 
@@ -81,10 +80,13 @@ Style SCENE
 #  KeepEmpty            1
        Align                 Center
        AlignPossible         Center
-       LabelType             Counter_Section
-       LabelString           "SCENE "
+       LabelType             Counter
+       LabelCounter          scene
+       LabelSep              M
+       LabelString           "SCENE \arabic{scene}"
 End
 
+
 Style SCENE*
        Margin                Dynamic
        LatexType             Command
@@ -96,9 +98,11 @@ Style SCENE*
        Align                 Center
        AlignPossible         Center
        LabelType             Static
-       LabelString           "SCENE "
+       LabelSep              M
+       LabelString           "SCENE"
 End
 
+
 Style AT_RISE:
        Margin                Dynamic
        LatexType             Command
@@ -110,9 +114,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
@@ -125,6 +131,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
@@ -139,25 +146,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
 
 
@@ -175,6 +173,7 @@ Style CURTAIN
        LabelString           "CURTAIN"
 End
 
+
 # Standard style definition (I kept this one to provide a general case)
 Style Standard
        Margin                Static
@@ -187,6 +186,7 @@ Style Standard
        Labeltype             No_Label
 End
 
+
 Style Title
        Margin                Static
        LatexType             Command
@@ -197,9 +197,9 @@ Style Title
        ParSep                1.5
        Align                 Center
        AlignPossible         Left, Right, Center
-
 End
 
+
 Style Author
        Margin                Static
        LatexType             Command
@@ -212,7 +212,7 @@ Style Author
        AlignPossible         Left, Right, Center
 End
 
-# Right Address style
+
 Style Right_Address
        Margin                Right_Address_Box
        LatexType             Command
@@ -224,14 +224,14 @@ 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
-
-