DESC-style Beamer presentation example

Download PDF

This presentation demonstrates the descTheme Beamer style to emulate standard LSST DESC presentations.

examples/beamer-desc.tex
\documentclass[t, xelatex]{beamer}
\usepackage{graphicx}

\usepackage[descTheme, sansFont=OpenSans, colorlinks,fonts=false,
           position={LSST Pipeline Scientist},
           institute={Princeton},
           ]{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}