\documentclass[aspectratio=169,17pt,institute=none]{tuhh_presentation} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \title{Title/Headline of Hamburg University of Technology Presentation} \date{\today} % or \date{dd}{mm}{yyyy} or \date{Text} \author[Corresponding Author]{First Author, Second Author} \email{corresponding.author@tuhh.de} \institute{Corresponding Author's Institute} % Optional: Please refere to https://collaborating.tuhh.de/e-4/tuhh_latex_presentation/-/wikis/Slides-with-Institute-Logos . \street{Am Schwarzenberg-Campus 1} \city{21073 Hamburg} \website{www.tuhh.de} \telephonenumber{+49 40 42878-3330} %\autofontdecrement % This commands will automatically reduce font size for itemize/enumerate environments \begin{document} \titlepage \begin{frame}[agenda] \tableofcontents \end{frame} % Frame 1 \begin{frame}{This is a presentation slide!} \section{Example: Item Lists} \subsection{Example: Sub-Item Lists} \begin{minipage}{0.49\textwidth} \begin{itemize} \item This is an item. \item This is a second item. \begin{itemize} \item This is a sub item. \item This is a second sub item. \end{itemize} \item This is a third item. \end{itemize} \end{minipage} \begin{minipage}{0.49\textwidth} \begin{enumerate} \item This is an item in an enumeration. \item This is a second item in an enumeration. \item This is a third item in an enumeration. \end{enumerate} \end{minipage} \end{frame} % Frame 2 \begin{frame}{This is a second presentation slide!} \section{Example: Font Sizes} \centering{\textbf{This is the place where you can write your content in bold.}} \centering{\textit{This is the place where you can write your content in italic.}} \centering{\textbf{\textit{This is the place where you can write your content in bold and italic.}}} \centering{\LARGE This is the place where content is LARGE.} \centering{But if your sentences get too long, you cannot be sure that the whole sentence will fit into the same line - You might get a linebreak!} \end{frame} % Frame 2 \begin{frame}{Wow even a third slide!} \section{Example: Footnotes} You can use footnotes\footnote{Hello from down here!}! You can even have multiple footnotes\footnote{Hello again!}! What about really long footnotes\footnote{Let's see how long we can make this footnote, just to make sure you can put everything you want here!}? \end{frame} \begin{frame}{Slide with Math} \section{Example: Math} Let $\Omega \subset \mathbb{R}^2$ be a bounded Lipschitz domain. \begin{theorem} For all $p \in \big[\frac{4}{3}, 4\big]$ and all $0 < \theta < 1$, the continuous embedding \begin{align*} \mathrm{H}^{2 \theta , p}_{0 , \sigma} (\Omega) \subset \mathcal{D}(A_p^{\theta}) \end{align*} holds. Furthermore, there exists $\delta \in (0 , 1]$ such that, if $\theta$ and $p$ additionally satisfy either \begin{align*} \theta < \frac{1}{2} + \frac{1}{2 p} \quad &\text{if} \quad \frac{1}{2} - \frac{1}{p} \leq \frac{\delta}{2} \qquad\text{or } \\ \theta < \frac{1}{p} + \frac{1 + \delta}{4} \quad &\text{if} \quad \frac{1}{2} - \frac{1}{p} > \frac{\delta}{2}, \end{align*} we have with equivalent norms that $\mathcal{D}(A_p^{\theta}) = \mathrm{H}^{2 \theta , p}_{0 , \sigma} (\Omega).$ \end{theorem} \end{frame} \finalpage \end{document}