lyx_mirror/lib/layouts/landscape.module
2022-12-27 15:52:26 +01:00

34 lines
695 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 99
InsetLayout Flex:Landscape
LyXType custom
Decoration classic
ResetsFont 0
MultiPar 1
LabelString Landscape
LatexName landscape
LatexType environment
LabelFont
Family Roman
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