tests: wrap test pages in blocks
This commit is contained in:
parent
d3e68ab9ab
commit
b2f2910a15
|
@ -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}
|
||||
|
|
4501
testfiles/test.tlg
4501
testfiles/test.tlg
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue