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