]> git.lyx.org Git - lyx.git/blob - lib/layouts/beamerposter.layout
Support for conference posters
[lyx.git] / lib / layouts / beamerposter.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[beamer,beamerposter.sty]{Beamerposter}
3 #  \DeclareCategory{Posters}
4 # Wrapper layout for the beamer class with beamerposter style
5 #
6 # Authors: Jürgen Spitzmüller (spitz@lyx.org)
7 #
8 # Input general definitions
9
10 Format 48
11
12 Input beamer.layout
13
14 Preamble
15         \usepackage{etoolbox}
16         \AtEndPreamble{%
17            \usepackage{beamerposter}
18         }
19 EndPreamble
20
21 Style Title
22         InPreamble 1
23         InTitle    0
24 End
25
26 Style Subtitle
27         InPreamble 1
28         InTitle    0
29 End
30
31 Style Author
32         InPreamble 1
33         InTitle    0
34 End
35
36 Style Institute
37         InPreamble 1
38         InTitle    0
39 End
40
41 Style Date
42         InPreamble 1
43         InTitle    0
44 End
45
46 Style TitleGraphic
47         InPreamble 1
48         InTitle    0
49 End
50
51 NoStyle Title_(Plain_Frame)
52
53 InsetLayout "Flex:Giant"
54         LyXType               custom
55         Decoration            classic
56         LabelString           Giant
57         LatexType             None
58         LeftDelim             {\veryHuge{}
59         RightDelim            \par}
60         Font
61           Size                giant
62         EndFont
63         LabelFont
64           Size                normal
65         EndFont
66 End
67
68 InsetLayout "Flex:More_Giant"
69         CopyStyle             Flex:Giant
70         LeftDelim             {\VeryHuge{}
71         LabelString           "More Giant"
72 End
73
74 InsetLayout "Flex:Most_Giant"
75         CopyStyle             Flex:Giant
76         LeftDelim             {\VERYHuge{}
77         LabelString           "Most Giant"
78 End
79
80 InsetLayout Flex:Giant_Snippet
81         LyXType               charstyle
82         LabelString           Giant
83         LatexType             None
84         LeftDelim             {\veryHuge{}
85         RightDelim            }
86         Font
87           Size                giant
88         EndFont
89         LabelFont
90           Size                normal
91         EndFont
92 End
93
94 InsetLayout Flex:More_Giant_Snippet
95         CopyStyle             Flex:Giant_Snippet
96         LabelString           "More Giant"
97         LeftDelim             {\VeryHuge{}
98 End
99
100 InsetLayout Flex:Most_Giant_Snippet
101         CopyStyle             Flex:Giant_Snippet
102         LabelString           "Most Giant"
103         LeftDelim             {\VERYHuge{}
104 End