]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/revtex4.layout
Allow literate documents other than noweb to work out of the box. Currently
[lyx.git] / lib / layouts / revtex4.layout
index a07d05d8ee6523269ec344c13b4c525c6945f3ef..63ebdb8bfd06d908ece31d6776ca1ee1564e9eef 100644 (file)
@@ -9,17 +9,33 @@
 #          Amir Karger (LyX v11.34 style modifications)
 #          Amir Karger (RevTeX 4 beta) 9/1999, 7/2000
 
-# General textclass parameters
+
+Format 11
 Columns                 1
 Sides                   1
 PageStyle               Headers
-MaxCounter              Counter_Section
+Provides natbib-internal       1
+Provides url           1
 
 # Default textclass options. The user may need to modify this.
 ClassOptions
        Other                 "aps,manuscript"
 End
 
+Preamble
+       \@ifundefined{textcolor}{}
+       {%
+        \definecolor{BLACK}{gray}{0}
+        \definecolor{WHITE}{gray}{1}
+        \definecolor{RED}{rgb}{1,0,0}
+        \definecolor{GREEN}{rgb}{0,1,0}
+        \definecolor{BLUE}{rgb}{0,0,1}
+        \definecolor{CYAN}{cmyk}{1,0,0,0}
+        \definecolor{MAGENTA}{cmyk}{0,1,0,0}
+        \definecolor{YELLOW}{cmyk}{0,0,1,0}
+        }
+EndPreamble
+
 
 Style Standard
        Margin                Static
@@ -32,20 +48,17 @@ Style Standard
        LabelType             No_Label
 End
 
-# Idea from aapaper: declare all layouts here ("Style Foo\nEnd\n")
-# so that they appear in a specific order in the layout dropdown menu?
 
-############### Sections.
+# Idea from aapaper: declare all layouts here ("Style Foo\nEnd\n")
+# so that they appear in a specific order in the layout dropdown menu.
 
+Input stdinsets.inc
 Input stdsections.inc
-
-# Redefine some of the section styles.
-
+Input numrevtex.inc
 
 Style Section
        Align                 Center
        AlignPossible         Block, Center, Left
-
        Font
          Series              Medium
          Shape               Smallcaps
@@ -73,7 +86,6 @@ End
 Style Paragraph
        TopSep                0.7
        ParSep                0.4
-
        Font
          Shape               Italic
          Size                Normal
@@ -83,19 +95,13 @@ End
 # then define the unumbered sections, based on the numbered ones.
 Input stdstarsections.inc
 
-# remove the layouts that do not make sense.
 NoStyle         Chapter
 NoStyle         Chapter*
 NoStyle         Subparagraph
 NoStyle         Subparagraph*
 
-########### LAYOUTS quotes, etc.
 Input stdlayouts.inc
-
-########## LISTS
 Input stdlists.inc
-
-################ STRUCTURE OF THE DOCUMENT
 Input stdtitle.inc
 Input stdstruct.inc
 
@@ -109,7 +115,6 @@ Style Preprint
        BottomSep             1.5
        ParSep                1.5
        Align                 Left
-       AlignPossible         Left
 End
 
 
@@ -121,7 +126,6 @@ Style Title
 End
 
 
-# Same as stdstruct.inc except the font
 Style Author
        Font
          Size                Large
@@ -132,14 +136,14 @@ End
 
 Style Date
        LabelType             Static
-       LabelString           "Date: "
-
+       LabelString           "Date:"
        LabelFont
          Shape               Italic
          Size                Large
        EndFont
 End
 
+
 Style Affiliation
        Margin                Dynamic
        LatexType             Command
@@ -151,27 +155,37 @@ Style Affiliation
        Align                 Center
        AlignPossible         Block, Left, Right, Center
        LabelType             Static
-       LabelString           "Affiliation: "
+       LabelSep              M
+       LabelString           "Affiliation:"
 
        LabelFont
          Shape               Italic
        EndFont
-End  
+End
+
+
+Style AltAffiliation
+       CopyStyle             Affiliation
+       PassThru              1
+       LatexName             altaffiliation
+       OptionalArgs          1
+       LabelString           "AltAffiliation"
+End
 
 
 # Address is exactly the same as Affiliation. We just put this in so
-# that reLyX will know what to do with it.
+# that tex2lyx will know what to do with it.
 Style Address
-         CopyStyle           Affiliation
-         LatexName           address
-         LabelString         "Address: "
+       CopyStyle             Affiliation
+       LatexName             address
+       LabelString           "Address:"
 End
 
 
 Style Thanks
        CopyStyle             Affiliation
        LatexName             thanks
-       LabelString           "Thanks: "
+       LabelString           "Thanks:"
 End
 
 
@@ -179,35 +193,34 @@ Style Author_Email
        CopyStyle             Affiliation
        PassThru              1
        LatexName             email
-       LabelString           "Electronic Address: "
-
+       OptionalArgs          1
+       LabelString           "Electronic Address:"
        TextFont
          Family              Typewriter
        EndFont
        LabelFont
-# override Typewriter
          Family              Roman
        EndFont
 End
 
 
 Style Author_URL
-       CopyStyle             "Author Email"
+       CopyStyle             Author_Email
        PassThru              1
        LatexName             homepage
-       LabelString           "URL: "
+       OptionalArgs          1
+       LabelString           "URL:"
 End
 
 
-Style Abstract 
+Style Abstract
        InTitle               1
        ItemSep               0.2
        ParSep                0.3
-
        LabelFont
          Size                Large
        EndFont
-End 
+End
 
 
 Style Acknowledgments
@@ -217,9 +230,8 @@ Style Acknowledgments
        ParSkip               0.4
        Align                 Block
        AlignPossible         Block, Left, Right, Center
-
        LabelType             Centered_Top_Environment
-       LabelString           acknowledgments
+       LabelString           "acknowledgments"
        LabelBottomSep        0.5
        LabelFont
          Series              Medium
@@ -235,7 +247,8 @@ Style PACS
        InTitle               1
        LatexName             pacs
        LabelType             Static
-       LabelString           "PACS number: "
+       LabelSep              M
+       LabelString           "PACS number:"
 End
 
 
@@ -243,18 +256,10 @@ Style Keywords
        CopyStyle             PACS
        InTitle               1
        Latexname             keywords
-       LabelString           "Keywords: "
+       LabelSep              M
+       LabelString           "Keywords:"
 End
 
 
 Input stdfloats.inc
 Input stdcounters.inc
-
-
-### Finally a few obsolete definitions for compatibility
-Input obsolete.inc
-
-
-Style REVTEX_Title
-       ObsoletedBy           Title
-End