lyx_mirror/lib/layouts/landscape.module
Scott Kostyshak d0aa20afcf Revert "Update layouts"
A fix to layout2layout is needed first. See:

  https://www.mail-archive.com/search?l=mid&q=20200927192424.GA1224%40GIOVE

This reverts commit 5d7efd2fa9.
2020-09-27 16:47:43 -04:00

34 lines
688 B
Plaintext

#\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 82
InsetLayout Flex:Landscape
LyXType custom
Decoration classic
ResetsFont 0
MultiPar 1
LabelString Landscape
LatexName landscape
LatexType environment
LabelFont
Family Roman
Color red
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