File: beamerbasetemplates.cwl

package info (click to toggle)
texstudio 4.3.1%2Bds-2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 74,980 kB
  • sloc: cpp: 102,721; xml: 17,126; ansic: 8,143; sh: 194; javascript: 177; makefile: 28
file content (37 lines) | stat: -rw-r--r-- 2,396 bytes parent folder | download | duplicates (2)
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
# beamerbasetemplates package
# Matthew Bertucci 1/30/2022 for v3.65

#include:beamerbaseauxtemplates

\usebeamertemplate{element name}
\usebeamertemplate*{element name}
\usebeamertemplate**{element name}
\usebeamertemplate***{element name}

\expandbeamertemplate{beamer template name}
\ifbeamertemplateempty{beamer template name}{executed if empty}{executed otherwise}

\defbeamertemplate<mode specification>*{element name}{predefined option}[argument number][default optional argument]{predefined text}[action]{action command}
\defbeamertemplate<mode specification>*{element name}{predefined option}[default optional argument]{predefined text}[action]{action command}
\defbeamertemplate<mode specification>*{element name}{predefined option}{predefined text}[action]{action command}
\defbeamertemplate<mode specification>*{element name}{predefined option}[argument number][default optional argument]{predefined text}
\defbeamertemplate<mode specification>*{element name}{predefined option}[argument number]{predefined text}
\defbeamertemplate<mode specification>*{element name}{predefined option}{predefined text}
\defbeamertemplate{element name}{predefined option}[argument number][default optional argument]{predefined text}[action]{action command}
\defbeamertemplate{element name}{predefined option}[default optional argument]{predefined text}[action]{action command}
\defbeamertemplate{element name}{predefined option}{predefined text}[action]{action command}
\defbeamertemplate{element name}{predefined option}[argument number][default optional argument]{predefined text}
\defbeamertemplate{element name}{predefined option}[argument number]{predefined text}
\defbeamertemplate{element name}{predefined option}{predefined text}

\defbeamertemplatealias{element name}{new predefined option name}{existing predefined option name}

\defbeamertemplateparent{parent template}[predefined option]{child template list}[args][default]{arguments for children}
\defbeamertemplateparent{parent template}{child template list}[args][default]{args for children}
\defbeamertemplateparent{parent template}{child template list}{args for children}

\setbeamertemplate{element name}{arguments}
\setbeamertemplate{element name}[predefined option]
\setbeamertemplate{element name}[predefined option]{arguments}

\addtobeamertemplate{element name}{pre-text%text}{post-text%text}