Skip to content

Commit

Permalink
Update slides.tex
Browse files Browse the repository at this point in the history
- Add /usetheme{Binghamton}
- Expand presentation to test more features
  • Loading branch information
colematt authored Oct 25, 2023
1 parent 6dbbd94 commit c5815ef
Showing 1 changed file with 68 additions and 58 deletions.
126 changes: 68 additions & 58 deletions samples/slides.tex
Original file line number Diff line number Diff line change
@@ -1,84 +1,94 @@
\documentclass{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage[math,pangram]{blindtext}

\usepackage{graphicx}
\graphicspath{{./imgs}}
\usepackage{eso-pic}


\title{There Is No Largest Prime Number}
\author[Euclid]{Euclid of Alexandria}
\date[ISPN ’80]{27th International Symposium of Prime Numbers}
\author[Euclid]{Euclid of Alexandria \texttt{[email protected]}}
\institute[Binghamton University]{State University of New York at Binghamton}
\titlegraphic{\includegraphics[scale=0.15]{BU-LockupH-WatsonCollege-342.png}}

\usetheme{default}
\usetheme{Binghamton}
\usecolortheme{bearcat}

\begin{document}

\begin{frame}
\titlepage
\begin{frame}[plain]
\titlepage
\end{frame}

\begin{frame}
\tableofcontents
\end{frame}
% This snippet adds the "B" logomark to the title bar on subsequent slides.
% Please add the following required packages to your document preamble:
% \usepackage{graphicx}
% \usepackage{eso-pic}
\newcommand\AtPagemyUpperRight[1]{\AtPageLowerLeft{%
\put(\LenToUnit{0.91\paperwidth},\LenToUnit{0.88\paperheight}){#1}}}
\AddToShipoutPictureFG{
\AtPagemyUpperRight{{\includegraphics[scale=0.1]{Binghamton-Logo-Icon.png}}}
}%

\section{Heading on Level 1 (section)}
\begin{frame}
\frametitle{Section}
\blindtext
\frametitle{Outline}
\tableofcontents
\end{frame}

\subsection{Heading on Level 2 (subsection)}
\begin{frame}{Subsection}
\blindtext
\end{frame}

\subsubsection{Heading on Level 3 (subsubsection)}
\begin{frame}{Subsubsection}
\blindtext
\end{frame}
\section{Introduction}


\section{Lists}
\subsection{Example for list (itemize)}
\begin{frame}
\frametitle{Itemize}
\blinditemize
\end{frame}

\subsection{Example for list (enumerate)}
\begin{frame}
\frametitle{Enumerate}
\blindenumerate
\frametitle{What Are Prime Numbers?}
\begin{block}{Prime Number}
A number that has exactly two divisors.
\end{block}
\begin{exampleblock}{Examples}
\begin{itemize}
\item 2 is prime (two divisors: 1 and 2).
\item 3 is prime (two divisors: 1 and 3).
\item 4 is not prime (\alert{three} divisors: 1, 2, and 4).
\end{itemize}
\end{exampleblock}
\begin{alertblock}{Danger!}
Some people say 0 and 1 are prime.
\begin{itemize}
\item[\textrightarrow] They are not, because they have only zero divisors and one divisor, respectively.
\end{itemize}
\end{alertblock}
\end{frame}

\subsection{Example for list (description)}
\begin{frame}
\frametitle{Description}
\blinddescription
\end{frame}
\section{Proof}

\section{Blocks}
\subsection{Example for Block}
\begin{frame}
\frametitle{Block}
\begin{block}{This is a Block}
\blindtext
\end{block}
\frametitle{There Is No Largest Prime Number}
\framesubtitle{The proof uses \textit{reductio ad absurdum}.}
\begin{theorem}
There is no largest prime number.
\end{theorem}
\begin{proof}
\begin{enumerate}
\item<1-| alert@1> Suppose $p$ were the largest prime number.
\item<2-> Let $q$ be the product of the first $p$ numbers.
\item<3-> Then $q+1$ is not divisible by any of them.
\item<4-> Thus $q+1$ is also prime and greater than $p$.\qedhere
\end{enumerate}
\end{proof}
\end{frame}

\subsection{Example for Example Block}
\begin{frame}
\frametitle{Example Block}
\begin{exampleblock}{This is an Example Block}
\blindtext
\end{exampleblock}
\end{frame}
\section{Future Work}

\subsection{Example for Alert Block}
\begin{frame}
\frametitle{Alert Block}
\begin{alertblock}{This is an Alert Block}
\blindtext
\end{alertblock}
\frametitle{What’s Still To Do?}
\begin{itemize}
\item Answered Questions
\begin{itemize}
\item How many primes are there?
\end{itemize}
\item Open Questions
\begin{itemize}
\item Is every even number the sum of two primes?
\end{itemize}
\end{itemize}
\end{frame}

\end{document}
\end{document}

0 comments on commit c5815ef

Please sign in to comment.