]> git.lyx.org Git - lyx.git/blob - lib/layouts/a0poster.layout
05eb23241ba98f00b9ca3e890618e710dc40c9fd
[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 48
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 End
55
56 InsetLayout "Flex:More_Giant"
57         CopyStyle             Flex:Giant
58         LeftDelim             {\VeryHuge{}
59         LabelString           "More Giant"
60 End
61
62 InsetLayout "Flex:Most_Giant"
63         CopyStyle             Flex:Giant
64         LeftDelim             {\VERYHuge{}
65         LabelString           "Most Giant"
66 End
67
68 InsetLayout Flex:Giant_Snippet
69         LyXType               charstyle
70         LabelString           Giant
71         LatexType             None
72         LeftDelim             {\veryHuge{}
73         RightDelim            }
74         Font
75           Size                giant
76         EndFont
77         LabelFont
78           Size                normal
79         EndFont
80 End
81
82 InsetLayout Flex:More_Giant_Snippet
83         CopyStyle             Flex:Giant_Snippet
84         LabelString           "More Giant"
85         LeftDelim             {\VeryHuge{}
86 End
87
88 InsetLayout Flex:Most_Giant_Snippet
89         CopyStyle             Flex:Giant_Snippet
90         LabelString           "Most Giant"
91         LeftDelim             {\VERYHuge{}
92 End