]> git.lyx.org Git - lyx.git/blob - lib/layouts/beamerposter.layout
814345a7a36439e2182c8ed4272102ddcdfd5728
[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 68
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         ResetsFont            true
67 End
68
69 InsetLayout "Flex:More_Giant"
70         CopyStyle             Flex:Giant
71         LeftDelim             {\VeryHuge{}
72         LabelString           "More Giant"
73 End
74
75 InsetLayout "Flex:Most_Giant"
76         CopyStyle             Flex:Giant
77         LeftDelim             {\VERYHuge{}
78         LabelString           "Most Giant"
79 End
80
81 InsetLayout Flex:Giant_Snippet
82         LyXType               charstyle
83         LabelString           Giant
84         LatexType             None
85         LeftDelim             {\veryHuge{}
86         RightDelim            }
87         Font
88           Size                giant
89         EndFont
90         LabelFont
91           Size                normal
92         EndFont
93         ResetsFont            true
94 End
95
96 InsetLayout Flex:More_Giant_Snippet
97         CopyStyle             Flex:Giant_Snippet
98         LabelString           "More Giant"
99         LeftDelim             {\VeryHuge{}
100 End
101
102 InsetLayout Flex:Most_Giant_Snippet
103         CopyStyle             Flex:Giant_Snippet
104         LabelString           "Most Giant"
105         LeftDelim             {\VERYHuge{}
106 End