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