tests: wrap test pages in blocks

This commit is contained in:
Johan Larsson 2024-01-15 16:41:19 +01:00
parent d3e68ab9ab
commit b2f2910a15
2 changed files with 83 additions and 4569 deletions

View File

@ -17,8 +17,20 @@
\tableofcontents[hideallsubsections]
\end{frame}
\vfil\break
\END
\START
\showoutput
\section{Results}
\vfil\break
\END
\START
\showoutput
\subsection{Proof of the Main Theorem}
\begin{frame}<1>
@ -38,74 +50,77 @@
\end{proof}
\end{frame}
{
\molochset{titleformat frame=smallcaps}
\begin{frame}{Small caps}
This frame uses the \texttt{smallcaps} title format.
\vfil\break
\END
\begin{block}{Block}
Some content
\end{block}
\begin{alertblock}{Alert Block}
Yet more content
\end{alertblock}
\begin{exampleblock}{Example Block}
Just to try out the different blocks
\end{exampleblock}
\end{frame}
}
{
\molochset{titleformat frame=allsmallcaps}
\begin{frame}{All small caps}
This frame uses the \texttt{allsmallcaps} title format.
\end{frame}
}
{
\molochset{titleformat frame=allcaps}
\begin{frame}{All caps}
This frame uses the \texttt{allcaps} title format.
\end{frame}
}
\begin{frame}{Lists}
\begin{columns}[T,onlytextwidth]
\column{0.33\textwidth}
Items
\begin{itemize}
\item Milk \item Eggs \item Potatoes
\end{itemize}
\column{0.33\textwidth}
Enumerations
\begin{enumerate}
\item First, \item Second and \item Last.
\end{enumerate}
\column{0.33\textwidth}
Descriptions
\begin{description}
\item[PowerPoint] Meeh. \item[Beamer] Yeeeha.
\end{description}
\end{columns}
\end{frame}
\begin{frame}{Animation}
\begin{itemize}[<+- | alert@+>]
\item \alert<4>{This is\only<4>{ really} important}
\item Now this
\item And now this
\end{itemize}
\end{frame}
\appendix
\begin{frame}{Backup slides}
Here are some backup slides
\end{frame}
% {
% \molochset{titleformat frame=smallcaps}
% \begin{frame}{Small caps}
% This frame uses the \texttt{smallcaps} title format.
%
% \begin{block}{Block}
% Some content
% \end{block}
%
% \begin{alertblock}{Alert Block}
% Yet more content
% \end{alertblock}
%
% \begin{exampleblock}{Example Block}
% Just to try out the different blocks
%
% \end{exampleblock}
% \end{frame}
% }
%
% {
% \molochset{titleformat frame=allsmallcaps}
% \begin{frame}{All small caps}
% This frame uses the \texttt{allsmallcaps} title format.
% \end{frame}
% }
%
% {
% \molochset{titleformat frame=allcaps}
% \begin{frame}{All caps}
% This frame uses the \texttt{allcaps} title format.
% \end{frame}
% }
%
% \begin{frame}{Lists}
% \begin{columns}[T,onlytextwidth]
% \column{0.33\textwidth}
% Items
% \begin{itemize}
% \item Milk \item Eggs \item Potatoes
% \end{itemize}
%
% \column{0.33\textwidth}
% Enumerations
% \begin{enumerate}
% \item First, \item Second and \item Last.
% \end{enumerate}
%
% \column{0.33\textwidth}
% Descriptions
% \begin{description}
% \item[PowerPoint] Meeh. \item[Beamer] Yeeeha.
% \end{description}
% \end{columns}
% \end{frame}
%
% \begin{frame}{Animation}
% \begin{itemize}[<+- | alert@+>]
% \item \alert<4>{This is\only<4>{ really} important}
% \item Now this
% \item And now this
% \end{itemize}
% \end{frame}
%
% \appendix
%
% \begin{frame}{Backup slides}
% Here are some backup slides
% \end{frame}
\end{document}

File diff suppressed because it is too large Load Diff