Update main.tex to include figures and some text

This commit is contained in:
Igor Babuschkin
2014-08-01 13:33:59 +02:00
parent 9c13b3291f
commit 64aabdfdd1
2 changed files with 44 additions and 7 deletions
+1 -1
View File
@@ -66,7 +66,7 @@
{
\begin{minipage}[b][\paperheight]{\textwidth}
\centering%
\begin{beamercolorbox}[wd=\paperwidth,ht=12em,dp=2em]{title page}%
\begin{beamercolorbox}[wd=\paperwidth,ht=9em,dp=1em]{title page}%
\centering%
\ifx\insertsubtitle\@empty%
\else%
+43 -6
View File
@@ -1,17 +1,22 @@
\documentclass[compress,aspectratio=1610]{beamer}
\documentclass[14pt,compress,aspectratio=1610]{beamer}
\usepackage[english]{babel}
\usepackage[english]{isodate}
\isodate
\usepackage{multicol}
\usepackage{tikz}
\usetheme{vertex}
\linespread{1.1}
\linespread{1.3}
%\setbeamerfont{itemize/enumerate body}{size=\Large}
%\setbeamerfont{itemize/enumerate subbody}{size=\Large}
%\setbeamerfont{body}{size=\Large}
\title{Particle Clicker}
\subtitle{A simple, engaging detector game}
%\subtitle{A simple, engaging detector game}
\subtitle{ }
\institute{CERN webfest 2014}
\begin{document}
@@ -19,13 +24,45 @@
% The title page needs an event display
\maketitle
\begin{frame}{What is Particle Clicker?}
\end{frame}
{
\setbeamertemplate{navigation symbols}{}
\begin{frame}[plain]
\begin{tikzpicture}[remember picture,overlay]
\node[at=(current page.center)] {
\includegraphics[width=\paperwidth]{figures/cc.pdf}
};
\end{tikzpicture}
\end{frame}
}
\begin{frame}{What are our goals?}
{
\setbeamertemplate{navigation symbols}{}
\begin{frame}[plain]
\begin{tikzpicture}[remember picture,overlay]
\node[at=(current page.center)] {
\includegraphics[width=\paperwidth]{figures/pc.pdf}
};
\end{tikzpicture}
\end{frame}
}
\begin{frame}{Goals for the weekend}
\begin{itemize}
\item Create a working game from scratch
\begin{itemize}
\item Single page HTML/Javascript app
\end{itemize}
\item Have lots of fun!
\end{itemize}
\end{frame}
\begin{frame}{What are we looking for?}
Any of the following:
\begin{itemize}
\item Experience with HTML/Javascript
\item 2d design skills
\item Desire to test and improve the gameplay
\end{itemize}
\end{frame}
\end{document}