LSST 2016-style Beamer presentation example

Download PDF

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.

examples/beamer-LSST2016.tex
% you need to build with xelatex
\documentclass[t]{beamer}
\usepackage{graphicx}

\usepackage[
  sansFont=OpenSans, colorlinks,
  backgroundTheme=LSST2016-alt,
  colortheme=bat
]{LSST-beamer}

\author{Robert Lupton}
\position{LSST Pipeline Scientist}
\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}