]> git.lyx.org Git - lyx.git/blob - lib/layouts/landscape.module
1d20c61dfdb6bb32f44a2ee1806aea9a199713ae
[lyx.git] / lib / layouts / landscape.module
1 #\DeclareLyXModule{Landscape}
2 #DescriptionBegin
3 #Output parts of the document in landscape mode.
4 #DescriptionEnd
5 #
6 #Author: Jürgen Spitzmüller <spitz@lyx.org>
7
8 Format 68
9
10 InsetLayout Flex:Landscape
11         LyXType         custom
12         Decoration      classic
13         ResetsFont      0
14         MultiPar        1
15         LabelString     Landscape
16         LatexName       landscape
17         LatexType       environment
18         LabelFont
19           Family        Roman
20           Color         red
21         EndFont
22         Requires        lscape
23 End
24
25 InsetLayout Flex:Landscape_(Floating)
26         CopyStyle       Flex:Landscape
27         LatexType       none
28         LabelString     "Landscape (floating)"
29         LeftDelim       \afterpage{\begin{landscape}<br/>
30         RightDelim      <br/>\end{landscape}}
31         Requires        lscape,afterpage
32 End