This repository has been archived on 2024-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
tuos-latex/tuos-presentation/example.tex

92 lines
2.3 KiB
TeX

%\documentclass[aspectratio=169]{tuos-presentation}
%\documentclass[compress,aspectratio=43]{tuos-presentation}
\documentclass[aspectratio=169,colour]{tuos-presentation}
%\documentclass[aspectratio=169,compress,colour]{tuos-presentation}
%\documentclass[aspectratio=169,plainfonts,colour]{tuos-presentation}
\usepackage[T1]{fontenc}
\title{The University of Sheffield \LaTeX{} Template}
\subtitle{A Beamer-theme mimicking the PowerPoint guidelines of \\The
University of Sheffield}
\institute[The University of Sheffield]
{Department of Computer Science, The University of Sheffield, Sheffield, UK}
\author[A.D. Brucker] {%
\href{http://www.brucker.uk/}{\textbf{Achim D. Brucker}}\\
\texttt{\footnotesize\href{mailto:"Achim D. Brucker"
<a.brucker@sheffield.ac.uk>}{a.brucker@sheffield.ac.uk}
\hspace{.6cm}
\url{http://www.brucker.uk/}}
}
\begin{document}
\begin{frame}
\maketitle
\end{frame}
\AgendaFrame
\section{Introduction}
\subsection{Introduction}
\begin{frame}
\frametitle{A standard slide}
\framesubtitle{With a frame subtitle}
\begin{itemize}
\item Only first word of slide title \ldots
\begin{itemize}
\item And a second level
\begin{itemize}
\item Officially, a third level should be avoided
\end{itemize}
\end{itemize}
\end{itemize}
\[ x = \sum_{i=0}^{-\infty}\sqrt{-i}\]
\end{frame}
\section{Conclusion}
\begin{frame}
\frametitle{Testing Blocks}
\begin{block}{Regular Block}
The \alert{quick} \emph{brown} \textbf{fox} jumps \ldots
\end{block}
\begin{alertblock}{Alerted Block}
The \alert{quick} \emph{brown} \textbf{fox} jumps \ldots
\end{alertblock}
\begin{Example}[Example Title]
The \alert{quick} \emph{brown} \textbf{fox} jumps \ldots
\end{Example}
\begin{quotebox}
The \alert{quick} \emph{brown} \textbf{fox} jumps \ldots
\end{quotebox}
\end{frame}
\subsection{Introduction}
\begin{frame}[plain]
\frametitle{A plain slide}
\framesubtitle{With a frame subtitle}
\begin{itemize}
\item Only first word of slide title \ldots
\begin{itemize}
\item And a second level
\begin{itemize}
\item Officially, a third level should be avoided
\end{itemize}
\end{itemize}
\end{itemize}
\[ x = \sum_{i=0}^{-\infty}\sqrt{-i}\]
\end{frame}
\PartFrame{New Chapter}
\ThanksFrame
\CopyrightFrame
\end{document}