]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/landscape.module
Move RevTeX section in Additional.lyx into Chapter 3 Document classes
[lyx.git] / lib / layouts / landscape.module
index 15ca77be4c9705c655ff90eee50a0ebfd72aae15..cd6f1c713824a646892b7aa594b883f13d3a97cc 100644 (file)
@@ -1,11 +1,12 @@
-#\DeclareLyXModule{Landscape}
+#\DeclareLyXModule{Landscape Document Parts}
+#\DeclareCategory{Page Layout}
 #DescriptionBegin
 #Output parts of the document in landscape mode.
 #DescriptionEnd
 #
 #Author: Jürgen Spitzmüller <spitz@lyx.org>
 
-Format 67
+Format 98
 
 InsetLayout Flex:Landscape
        LyXType         custom
@@ -17,7 +18,16 @@ InsetLayout Flex:Landscape
        LatexType       environment
        LabelFont
          Family        Roman
-         Color         red
+         Color         textlabel3
        EndFont
        Requires        lscape
 End
+
+InsetLayout Flex:Landscape_(Floating)
+       CopyStyle       Flex:Landscape
+       LatexType       none
+       LabelString     "Landscape (floating)"
+       LeftDelim       \afterpage{\begin{landscape}<br/>
+       RightDelim      <br/>\end{landscape}}
+       Requires        lscape,afterpage
+End