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
|
# beamerbaseframe package
# Matthew Bertucci 1/30/2022 for v3.65
\framelatex{contents%text}#*
\refcounter{counter}#*
\thesubsectionslide#*
\insertframetitle#*
\insertframesubtitle#*
\resetcounteronoverlays{counter}
\resetcountonoverlays{count register}
\begin{frame}
\begin{frame}<overlay specification>
\begin{frame}<overlay specification>[<default overlay specification>]
\begin{frame}<overlay specification>[<default overlay specification>][options]
\begin{frame}<overlay specification>[<default overlay specification>][options]{title}
\begin{frame}<overlay specification>[<default overlay specification>][options]{title}{subtitle}
\begin{frame}[<default overlay specification>]
\begin{frame}[<default overlay specification>][options]
\begin{frame}[<default overlay specification>][options]{title}
\begin{frame}[<default overlay specification>][options]{title}{subtitle}
\begin{frame}[options]
\begin{frame}[options]{title}
\begin{frame}[options]{title}{subtitle}
\begin{frame}{title}
\end{frame}
\endframe#S
\framewidth#*
\beamerclosesubstitutedenvironement{envname}#*
\includeonlyframes{frame label list}
\theframenumber#*
\insertframenumber#*
\insertslidenumber#*
\insertoverlaynumber#*
\pagebreak<overlay specifications>
\nopagebreak<overlay specifications>
\framebreak
\noframebreak
\againframe{name}
\againframe<overlay specification>{name}
\againframe<overlay specification>[options]{name}
\againframe[options]{name}
\againframe[<default overlay specification>][options]{name}
\againframe<overlay specification>[<default overlay specification>][options]{name}
|