LSST 2016-style Beamer presentation example¶
This Beamer presentation uses an alternate background theme (look below for backgroundTheme=LSST2016-alt
and colortheme=bat
) to emulate the LSST 2016 Project and Community Workshop slide templates.
% you need to build with xelatex
\documentclass[t]{beamer}
\usepackage{graphicx}
\usepackage[
position={LSST Pipeline Scientist},
sansFont=OpenSans, colorlinks,
backgroundTheme=LSST2016-alt,
colortheme=bat
]{LSST-beamer}
\author{Robert Lupton}
\date{2017-01-25}
\title{Data Quality Analysis and Revalidating the Pipelines}
\begin{document}
\maketitle
%------------------------------------------------------------------------------
\begin{frame}{Overview}
LSST DM construction has two tasks:
\begin{itemize}
\item build the pipelines
\item Commission the pipelines with the real telescope and camera
\end{itemize}
\pause
Fortunately \emph{validating} and \emph{commissioning} are very similar tasks.
\end{frame}
%------------------------------------------------------------------------------
\end{document}