mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 11:23:45 +00:00
34 lines
696 B
Plaintext
34 lines
696 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 102
|
|
|
|
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
|