Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Project: SD70
Views: 2690
1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2
% Beamer Presentation
3
% LaTeX Template
4
% Version 1.0 (10/11/12)
5
%
6
% This template has been downloaded from:
7
% http://www.LaTeXTemplates.com
8
%
9
% License:
10
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
11
%
12
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
13
14
%----------------------------------------------------------------------------------------
15
% PACKAGES AND THEMES
16
%----------------------------------------------------------------------------------------
17
18
\documentclass{beamer}
19
\usepackage{graphicx}
20
21
\mode<presentation> {
22
23
% The Beamer class comes with a number of default slide themes
24
% which change the colors and layouts of slides. Below this is a list
25
% of all the themes, uncomment each in turn to see what they look like.
26
27
%\usetheme{default}
28
%\usetheme{AnnArbor}
29
%\usetheme{Antibes}
30
%\usetheme{Bergen}
31
%\usetheme{Berkeley}
32
%\usetheme{Berlin}
33
%\usetheme{Boadilla}
34
%\usetheme{CambridgeUS}
35
%\usetheme{Copenhagen}
36
%\usetheme{Darmstadt}
37
%\usetheme{Dresden}
38
%\usetheme{Frankfurt}
39
%\usetheme{Goettingen}
40
%\usetheme{Hannover}
41
%\usetheme{Ilmenau}
42
%\usetheme{JuanLesPins}
43
%\usetheme{Luebeck}
44
\usetheme{Madrid}
45
%\usetheme{Malmoe}
46
%\usetheme{Marburg}
47
%\usetheme{Montpellier}
48
%\usetheme{PaloAlto}
49
%\usetheme{Pittsburgh}
50
%\usetheme{Rochester}
51
%\usetheme{Singapore}
52
%\usetheme{Szeged}
53
%\usetheme{Warsaw}
54
55
% As well as themes, the Beamer class has a number of color themes
56
% for any slide theme. Uncomment each of these in turn to see how it
57
% changes the colors of your current slide theme.
58
59
%\usecolortheme{albatross}
60
%\usecolortheme{beaver}
61
%\usecolortheme{beetle}
62
%\usecolortheme{crane}
63
%\usecolortheme{dolphin}
64
%\usecolortheme{dove}
65
%\usecolortheme{fly}
66
%\usecolortheme{lily}
67
%\usecolortheme{orchid}
68
%\usecolortheme{rose}
69
%\usecolortheme{seagull}
70
%\usecolortheme{seahorse}
71
%\usecolortheme{whale}
72
%\usecolortheme{wolverine}
73
74
%\setbeamertemplate{footline} % To remove the footer line in all slides uncomment this line
75
%\setbeamertemplate{footline}[page number] % To replace the footer line in all slides with a simple slide count uncomment this line
76
77
%\setbeamertemplate{navigation symbols}{} % To remove the navigation symbols from the bottom of all slides uncomment this line
78
}
79
80
\usepackage{graphicx} % Allows including images
81
\usepackage{booktabs} % Allows the use of \toprule, \midrule and \bottomrule in tables
82
83
%----------------------------------------------------------------------------------------
84
% TITLE PAGE
85
%----------------------------------------------------------------------------------------
86
87
\title[SageMathCloud]{SageMathCloud} % The short title appears at the bottom of every slide, the full title is only on the title page
88
89
\author{William Stein} % Your name
90
\institute[UW] % Your institution as it will appear on the bottom of every slide, may be shorthand to save space
91
{
92
University of Washington \\ % Your institution for the title page
93
\medskip
94
\textit{wstein@sagemath.com} % Your email address
95
}
96
\date{\today} % Date, can be changed to a custom date
97
98
\begin{document}
99
100
\begin{frame}
101
\titlepage % Print the title page as the first slide
102
\end{frame}
103
104
\begin{frame}
105
\Huge
106
\begin{center}
107
GSoC student: Jon Lee
108
109
\vspace{1em}
110
SageMathCloud
111
\end{center}
112
\end{frame}
113
114
\begin{frame}
115
\includegraphics[width=\textwidth]{1.png}
116
\end{frame}
117
118
\begin{frame}
119
\includegraphics[width=\textwidth]{2.png}
120
\end{frame}
121
122
\begin{frame}
123
\includegraphics[width=\textwidth]{3.png}
124
\end{frame}
125
126
\begin{frame}
127
\includegraphics[width=\textwidth]{4.png}
128
\end{frame}
129
130
\begin{frame}
131
\includegraphics[width=\textwidth]{5.png}
132
\end{frame}
133
134
\begin{frame}
135
\Huge{\centerline{The End}}
136
\end{frame}
137
138
%----------------------------------------------------------------------------------------
139
140
\end{document}
141