Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
| Download
Project: SD70
Views: 3180%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%1% Beamer Presentation2% LaTeX Template3% Version 1.0 (10/11/12)4%5% This template has been downloaded from:6% http://www.LaTeXTemplates.com7%8% License:9% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)10%11%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%1213%----------------------------------------------------------------------------------------14% PACKAGES AND THEMES15%----------------------------------------------------------------------------------------1617\documentclass{beamer}18\usepackage{graphicx}1920\mode<presentation> {2122% The Beamer class comes with a number of default slide themes23% which change the colors and layouts of slides. Below this is a list24% of all the themes, uncomment each in turn to see what they look like.2526%\usetheme{default}27%\usetheme{AnnArbor}28%\usetheme{Antibes}29%\usetheme{Bergen}30%\usetheme{Berkeley}31%\usetheme{Berlin}32%\usetheme{Boadilla}33%\usetheme{CambridgeUS}34%\usetheme{Copenhagen}35%\usetheme{Darmstadt}36%\usetheme{Dresden}37%\usetheme{Frankfurt}38%\usetheme{Goettingen}39%\usetheme{Hannover}40%\usetheme{Ilmenau}41%\usetheme{JuanLesPins}42%\usetheme{Luebeck}43\usetheme{Madrid}44%\usetheme{Malmoe}45%\usetheme{Marburg}46%\usetheme{Montpellier}47%\usetheme{PaloAlto}48%\usetheme{Pittsburgh}49%\usetheme{Rochester}50%\usetheme{Singapore}51%\usetheme{Szeged}52%\usetheme{Warsaw}5354% As well as themes, the Beamer class has a number of color themes55% for any slide theme. Uncomment each of these in turn to see how it56% changes the colors of your current slide theme.5758%\usecolortheme{albatross}59%\usecolortheme{beaver}60%\usecolortheme{beetle}61%\usecolortheme{crane}62%\usecolortheme{dolphin}63%\usecolortheme{dove}64%\usecolortheme{fly}65%\usecolortheme{lily}66%\usecolortheme{orchid}67%\usecolortheme{rose}68%\usecolortheme{seagull}69%\usecolortheme{seahorse}70%\usecolortheme{whale}71%\usecolortheme{wolverine}7273%\setbeamertemplate{footline} % To remove the footer line in all slides uncomment this line74%\setbeamertemplate{footline}[page number] % To replace the footer line in all slides with a simple slide count uncomment this line7576%\setbeamertemplate{navigation symbols}{} % To remove the navigation symbols from the bottom of all slides uncomment this line77}7879\usepackage{graphicx} % Allows including images80\usepackage{booktabs} % Allows the use of \toprule, \midrule and \bottomrule in tables8182%----------------------------------------------------------------------------------------83% TITLE PAGE84%----------------------------------------------------------------------------------------8586\title[SageMathCloud]{SageMathCloud} % The short title appears at the bottom of every slide, the full title is only on the title page8788\author{William Stein} % Your name89\institute[UW] % Your institution as it will appear on the bottom of every slide, may be shorthand to save space90{91University of Washington \\ % Your institution for the title page92\medskip93\textit{wstein@sagemath.com} % Your email address94}95\date{\today} % Date, can be changed to a custom date9697\begin{document}9899\begin{frame}100\titlepage % Print the title page as the first slide101\end{frame}102103\begin{frame}104\Huge105\begin{center}106GSoC student: Jon Lee107108\vspace{1em}109SageMathCloud110\end{center}111\end{frame}112113\begin{frame}114\includegraphics[width=\textwidth]{1.png}115\end{frame}116117\begin{frame}118\includegraphics[width=\textwidth]{2.png}119\end{frame}120121\begin{frame}122\includegraphics[width=\textwidth]{3.png}123\end{frame}124125\begin{frame}126\includegraphics[width=\textwidth]{4.png}127\end{frame}128129\begin{frame}130\includegraphics[width=\textwidth]{5.png}131\end{frame}132133\begin{frame}134\Huge{\centerline{The End}}135\end{frame}136137%----------------------------------------------------------------------------------------138139\end{document}140141