]> git.lyx.org Git - lyx.git/blob - lib/layouts/a0poster.layout
66fcc5400347afccef743ad79fc870ba738a5406
[lyx.git] / lib / layouts / a0poster.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[a0poster]{A0 Poster}
3 #  \DeclareCategory{Posters}
4 # Wrapper layout for the a0poster poster class
5
6 Format 68
7
8 # Authors: Günter Milde, Jürgen Spitzmüller
9
10 # Recognized Options
11 # ------------------
12
13 # landscape   landscape format, is default
14 # portrait    portrait format
15 # a0b         "DIN A0 big" - that's a somewhat widened DIN A0 format that uses
16 #             the full width of an HP Designjet 650C. This is also default.
17 # a0          DIN A0
18 # a1          DIN A1
19 # a2          DIN A2
20 # a3          DIN A3
21 # posterdraft reduces the postscript output to DIN A4 size, so test printings
22 #             can be made with ordinary DIN A4 printers.
23 # draft       obsolete­does the same as posterdraft, but while options are
24 #             passed to other packages, this can lead to collisions with other
25 #             packages (e. g. graphics).
26 # final       makes postscript output in original size; is default.
27
28 # Input general definitions
29 Input stdclass.inc
30
31 SecNumDepth     3
32 TocDepth        3
33
34 # There are no chapters in a poster.
35 NoStyle Chapter
36 NoStyle Chapter*
37 # Nor are there parts
38 NoStyle Part
39 NoStyle Part*
40
41 InsetLayout "Flex:Giant"
42         LyXType               custom
43         Decoration            classic
44         LabelString           Giant
45         LatexType             None
46         LeftDelim             {\veryHuge{}
47         RightDelim            \par}
48         Font
49           Size                giant
50         EndFont
51         LabelFont
52           Size                normal
53         EndFont
54         ResetsFont            true
55 End
56
57 InsetLayout "Flex:More_Giant"
58         CopyStyle             Flex:Giant
59         LeftDelim             {\VeryHuge{}
60         LabelString           "More Giant"
61 End
62
63 InsetLayout "Flex:Most_Giant"
64         CopyStyle             Flex:Giant
65         LeftDelim             {\VERYHuge{}
66         LabelString           "Most Giant"
67 End
68
69 InsetLayout Flex:Giant_Snippet
70         LyXType               charstyle
71         LabelString           Giant
72         LatexType             None
73         LeftDelim             {\veryHuge{}
74         RightDelim            }
75         Font
76           Size                giant
77         EndFont
78         LabelFont
79           Size                normal
80         EndFont
81         ResetsFont            true
82 End
83
84 InsetLayout Flex:More_Giant_Snippet
85         CopyStyle             Flex:Giant_Snippet
86         LabelString           "More Giant"
87         LeftDelim             {\VeryHuge{}
88 End
89
90 InsetLayout Flex:Most_Giant_Snippet
91         CopyStyle             Flex:Giant_Snippet
92         LabelString           "Most Giant"
93         LeftDelim             {\VERYHuge{}
94 End