File tree Expand file tree Collapse file tree 2 files changed +37
-13
lines changed Expand file tree Collapse file tree 2 files changed +37
-13
lines changed Original file line number Diff line number Diff line change 72
72
\usetheme [$ for(themeoptions)$ $ themeoptions$ $ sep$ ,$ endfor$ ]{$ theme$ }
73
73
$ endif$
74
74
$ if(colortheme)$
75
- \usecolortheme {$ colortheme$ }
75
+ \usecolortheme [ $ for(colorthemeoptions) $ $ colorthemeoptions $ $ sep $ , $ endfor $ ] {$ colortheme$ }
76
76
$ endif$
77
77
$ if(fonttheme)$
78
- \usefonttheme {$ fonttheme$ }
78
+ \usefonttheme [ $ for(fontthemeoptions) $ $ fontthemeoptions $ $ sep $ , $ endfor $ ] {$ fonttheme$ }
79
79
$ endif$
80
80
$ if(mainfont)$
81
81
\usefonttheme {serif} % use mainfont rather than sansfont for slide text
82
82
$ endif$
83
83
$ if(innertheme)$
84
- \useinnertheme {$ innertheme$ }
84
+ \useinnertheme [ $ for(innerthemeoptions) $ $ innerthemeoptions $ $ sep $ , $ endfor $ ] {$ innertheme$ }
85
85
$ endif$
86
86
$ if(outertheme)$
87
- \useoutertheme {$ outertheme$ }
87
+ \useoutertheme [ $ for(outerthemeoptions) $ $ outerthemeoptions $ $ sep $ , $ endfor $ ] {$ outertheme$ }
88
88
$ endif$
89
89
$ font-settings.latex()$
90
90
$ common.latex()$
91
91
92
92
$ after-header-includes.latex()$
93
93
$ hypersetup.latex()$
94
94
95
- $ if(nocite-ids)$
96
- \nocite {$for (nocite -ids )$$it $$sep $, $endfor $}
97
- $ endif$
98
-
99
95
$ before-title.tex()$
100
96
101
97
$ title.tex()$
Original file line number Diff line number Diff line change 274
274
schema : string
275
275
tags :
276
276
formats : [beamer]
277
- description : The Beamer color theme for this presentation.
277
+ description : The Beamer color theme for this presentation, passed to `\usecolortheme`.
278
+
279
+ - name : colorthemeoptions
280
+ schema :
281
+ maybeArrayOf : string
282
+ tags :
283
+ formats : [beamer]
284
+ description : The Beamer color theme options for this presentation, passed to `\usecolortheme`.
278
285
279
286
- name : fonttheme
280
287
schema : string
281
288
tags :
282
289
formats : [beamer]
283
- description : The Beamer font theme for this presentation.
290
+ description : The Beamer font theme for this presentation, passed to `\usefonttheme`.
291
+
292
+ - name : fontthemeoptions
293
+ schema :
294
+ maybeArrayOf : string
295
+ tags :
296
+ formats : [beamer]
297
+ description : The Beamer font theme options for this presentation, passed to `\usefonttheme`.
284
298
285
299
- name : innertheme
286
300
schema : string
287
301
tags :
288
302
formats : [beamer]
289
- description : The Beamer inner theme for this presentation.
303
+ description : The Beamer inner theme for this presentation, passed to `\useinnertheme`.
304
+
305
+ - name : innerthemeoptions
306
+ schema :
307
+ maybeArrayOf : string
308
+ tags :
309
+ formats : [beamer]
310
+ description : The Beamer inner theme options for this presentation, passed to `\useinnertheme`.
290
311
291
312
- name : outertheme
292
313
schema : string
293
314
tags :
294
315
formats : [beamer]
295
- description : The Beamer outer theme for this presentation.
316
+ description : The Beamer outer theme for this presentation, passed to `\useoutertheme`.
317
+
318
+ - name : outerthemeoptions
319
+ schema :
320
+ maybeArrayOf : string
321
+ tags :
322
+ formats : [beamer]
323
+ description : The Beamer outer theme options for this presentation, passed to `\useoutertheme`.
296
324
297
325
- name : themeoptions
298
326
schema :
299
327
maybeArrayOf : string
300
328
tags :
301
329
formats : [beamer]
302
- description : Options passed to LaTeX Beamer themes.
330
+ description : Options passed to LaTeX Beamer themes inside `\usetheme` .
303
331
304
332
- name : section
305
333
schema : number
You can’t perform that action at this time.
0 commit comments