blob: 759d0f5f441ed7cc5256cbfc85bfca07986061bd (
plain)
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
|
\frame{\maketitle}
\frame{{Contents}\tableofcontents}
\section{First section}
\subsection{Title Pages for Sectioning}
\frame{\sectionpage}
\frame{\subsectionpage}
\subsection{Blocks}
\frame{{Test frame}%
\begin{block}{Test block}
Test block content
\end{block}
\begin{alertblock}{Test alerted block}
Test alerted content
\end{alertblock}
\begin{exampleblock}{Test example block}
Test example content
\end{exampleblock}
}
\section{Second section}
\subsection{Third subsection}
\frame{{Test frame}
\[
\int_{-\infty}^{\infty} {\mathrm{e}^{-x^2}\,\mathrm{d}x} = \sqrt{\pi}
\]
}
\subsection{Fourth subsection}
\frame{{Test frame}
\begin{itemize}
\item First item
\item Second item
\item Third item
\end{itemize}
}
\endinput
|