You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
1.1 KiB
TeX

\documentclass[aspectratio=169]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{}
\usepackage{tikz}
\usetikzlibrary{decorations.pathreplacing}
\title{LTU Beamer Template}
\date{2024-05-06}
\author{Some Guy}
\usetheme[language=english]{LTU}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{Options}
This is text outside of an enumeration
\begin{itemize}
\item language (Changes logo and footline)
\begin{itemize}
\item english (default)
\item swedish
\end{itemize}
\end{itemize}
\end{frame}
\begin{frame}{Liwicki-Mode}{Highlighting one point at a time}
\liwicki[1]{With \textbackslash liwicki[number]\{content\} different parts of the slide are highlighted subsequently}\\
\liwicki[2]{The slide is also displayed times the highest Liwicki number}\\
\liwicki[4]{Don't leave Liwicki Numbers out}
\end{frame}
\begin{frame}{frame with citations and figures}
\begin{columns}
\begin{column}{0.5\textwidth}
\cite[p.123]{sds}
\end{column}
\end{columns}
\end{frame}
\end{document}