]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/landscape.module
Use correct entry to remove an obsolete inset layout
[lyx.git] / lib / layouts / landscape.module
index 15ca77be4c9705c655ff90eee50a0ebfd72aae15..1d20c61dfdb6bb32f44a2ee1806aea9a199713ae 100644 (file)
@@ -5,7 +5,7 @@
 #
 #Author: Jürgen Spitzmüller <spitz@lyx.org>
 
-Format 67
+Format 68
 
 InsetLayout Flex:Landscape
        LyXType         custom
@@ -21,3 +21,12 @@ InsetLayout Flex:Landscape
        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