Skip to content

Commit

Permalink
tests: wrap test pages in blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed Jan 15, 2024
1 parent d3e68ab commit b2f2910
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 4,570 deletions.
153 changes: 84 additions & 69 deletions testfiles/support/molochtheme.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -38,74 +50,77 @@ \subsection{Proof of the Main Theorem}
\end{proof}
\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}
\vfil\break
\END

% {
% \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}
Loading

0 comments on commit b2f2910

Please sign in to comment.