]> 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 b4f4dc88f60e6278bfe7029a139f34329502c587..63ebdb8bfd06d908ece31d6776ca1ee1564e9eef 100644 (file)
 #          Amir Karger (RevTeX 4 beta) 9/1999, 7/2000
 
 
-Format 5
+Format 11
 Columns                 1
 Sides                   1
 PageStyle               Headers
-Provides natbib                1
+Provides natbib-internal       1
 Provides url           1
 
 # Default textclass options. The user may need to modify this.
@@ -22,6 +22,20 @@ 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
@@ -101,7 +115,6 @@ Style Preprint
        BottomSep             1.5
        ParSep                1.5
        Align                 Left
-       AlignPossible         Left
 End