This repository has been archived by the owner on Jun 10, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeamer-flex.inc
217 lines (192 loc) · 4.25 KB
/
beamer-flex.inc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
# Definition of flex insets for beamer-flex
# Author: Guillaume Munch <[email protected]>
# Based on beamer.layout by Till Tantau and others.
# This file is included by beamer-flex.layout and beamer-flex.module
Format 60
InsetLayout Flex:Frame
LatexType Environment
LatexName frame
LabelString "Frame"
LyxType custom
Decoration classic
BgColor white
LabelFont
Color latex
Family Roman
Size Small
EndFont
MultiPar true
ResetsFont true
Argument 1
LabelString "Action"
MenuString "Overlay Specifications|v"
Tooltip "Overlay specifications for this frame"
LeftDelim <
RightDelim >
EndArgument
Argument 2
LabelString "Default Overlay Specifications"
Tooltip "Default overlay specifications within this frame"
LeftDelim [<
RightDelim >]
EndArgument
Argument 3
MenuString "Frame Options"
LabelString "Options"
Tooltip "Frame options (see beamer manual)"
EndArgument
Argument 4
LabelString "Frame Title"
Tooltip "Enter the frame title here"
LeftDelim {
RightDelim }
Decoration conglomerate
Font
Color blue
Size largest
EndFont
AutoInsert 1
EndArgument
End
InsetLayout Flex:Frame_(plain)
CopyStyle Flex:Frame
LabelString "Frame (plain)"
Argument 3
MenuString "Frame Options"
LabelString "Options"
Tooltip "Frame options (see beamer manual)"
PresetArg "plain"
EndArgument
End
InsetLayout Flex:Frame_(fragile)
CopyStyle Flex:Frame
LabelString "Frame (fragile)"
Argument 3
MenuString "Frame Options"
LabelString "Options"
Tooltip "Frame options (see beamer manual)"
PresetArg "fragile"
EndArgument
End
InsetLayout Flex:Columns
LatexType Environment
LyxType custom
Decoration classic
BgColor white
LabelFont
Color latex
Family Roman
Size Small
EndFont
MultiPar true
ResetsFont true
LatexName columns
LabelString "Columns"
Argument 1
LabelString "Column Placement Options"
Tooltip "Column placement options (t, T, c, b)"
EndArgument
End
# Remove "increase depth!" recommendation which is now bogus
Style Column
LabelString "Start column, width:"
LeftMargin "Start column, width:xx"
PassThru 1
Font
Color latex
Family typewriter
Size small
EndFont
KeepEmpty 1
End
InsetLayout Flex:Block
LatexType Environment
LyxType custom
Decoration classic
BgColor white
LabelFont
Color latex
Family Roman
Size Small
EndFont
MultiPar true
ResetsFont true
LatexName block
LabelString "Block"
Argument 1
LabelString "Action"
MenuString "Action Specification|S"
Tooltip "Specify the overlay settings (see beamer manual)"
LeftDelim <
RightDelim >
EndArgument
Argument 2
LabelString "Block Title"
Tooltip "Enter the block title here"
Mandatory 1
Decoration conglomerate
Font
Color blue
Size large
EndFont
AutoInsert 1
EndArgument
End
InsetLayout Flex:Example_Block
CopyStyle Flex:Block
LatexName exampleblock
LabelString "Example Block"
Font
Color green
EndFont
End
InsetLayout Flex:Alert_Block
CopyStyle Flex:Block
LatexName alertblock
LabelString "Alert Block"
Font
Color red
EndFont
End
Style Part
NextNoIndent 0
End
Style Section
NextNoIndent 0
End
Style Section*
NextNoIndent 0
End
Style Subsection
NextNoIndent 0
End
Style Subsection*
NextNoIndent 0
End
Style Corollary
KeepEmpty 0
End
Style Definition
KeepEmpty 0
End
Style Definitions
KeepEmpty 0
End
Style Example
KeepEmpty 0
End
Style Examples
KeepEmpty 0
End
Style Fact
KeepEmpty 0
End
Style Lemma
KeepEmpty 0
End
Style Proof
KeepEmpty 0
End
Style Theorem
KeepEmpty 0
End