From 5dd6c416aa6e14dd5ddbe4622274b71b86b7a030 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Sun, 4 Sep 2022 00:18:24 +0200 Subject: add Sigsum beamer template --- beamer/src/body.tex | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 beamer/src/body.tex (limited to 'beamer/src/body.tex') diff --git a/beamer/src/body.tex b/beamer/src/body.tex new file mode 100644 index 0000000..c590a19 --- /dev/null +++ b/beamer/src/body.tex @@ -0,0 +1,45 @@ +\begin{frame} + \frametitle{Text and lists} + Normal text, + \emph{emphasized text}, + \textbf{bold text}, + \texttt{code text}, + $\mathsf{math text\;\frac{1}{2}}$, + \alert{alert text} + \begin{columns} + \begin{column}{.33\textwidth} + \begin{itemize} + \item test + \begin{itemize} + \item a + \item b + \end{itemize} + \item again + \end{itemize} + \end{column} + \begin{column}{.33\textwidth} + \begin{enumerate} + \item test + \begin{enumerate} + \item a + \item b + \end{enumerate} + \item again + \end{enumerate} + \end{column} + \begin{column}{.33\textwidth} + \begin{description} + \item[first] abcd + \item[second] efgh + \item[third] ijkl + \end{description} + \end{column} + \end{columns} +\end{frame} + +\begin{frame} + \mktitle{An alternative way to make less dense frame titles} + + The last slide used \texttt{\textbackslash{frametitle}}.\\ + This slide used \texttt{\textbackslash{mktitle}}. +\end{frame} -- cgit v1.2.3