-
Notifications
You must be signed in to change notification settings - Fork 82
/
sample.tex
84 lines (69 loc) · 1.91 KB
/
sample.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
%!TEX program = xelatex
\documentclass{beamer}
\usepackage{blindtext}
\usetheme{Execushares}
\title{A New Beamer Theme That Works Well and Looks Great: Execushares}
\subtitle{A custom modern minimalist Beamer theme designed from scratch}
\author{Kenton Hamaluik}
\date{June 1, 2014}
\setcounter{showSlideNumbers}{1}
\begin{document}
\setcounter{showProgressBar}{0}
\setcounter{showSlideNumbers}{0}
\frame{\titlepage}
\begin{frame}
\frametitle{Contents}
\begin{enumerate}
\item Introduction \\ \textcolor{ExecusharesGrey}{\footnotesize\hspace{1em} The reasoning and background behind this theme}
\item Lorem Text \\ \textcolor{ExecusharesGrey}{\footnotesize\hspace{1em} Just some Lorem Ipsum for filler}
\item Conclusions \\ \textcolor{ExecusharesGrey}{\footnotesize\hspace{1em} Some closing thoughts}
\end{enumerate}
\end{frame}
\setcounter{framenumber}{0}
\setcounter{showProgressBar}{1}
\setcounter{showSlideNumbers}{1}
\section{Introduction}
\begin{frame}
\frametitle{Why Beamer?}
\begin{enumerate}
\item LaTeX is great!
\item Beamer is easy to use!
\item Why not?
\end{enumerate}
\end{frame}
\begin{frame}
\frametitle{Why Custom Themes?}
\begin{itemize}
\item The default Beamer themes are outdated and visually displeasing
\item There aren't many Beamer themes readily available online
\item Making custom Beamer themes is easy!
\end{itemize}
\end{frame}
\section{Lorem Ipsum}
\begin{frame}
\frametitle{Lorem 1}
\blindtext
\end{frame}
\begin{frame}
\frametitle{Lorem 2}
\blindtext
\end{frame}
\begin{frame}
\frametitle{Lorem 3}
\blindtext
\end{frame}
\section{Conclusions}
\begin{frame}
\frametitle{Closing Thoughts}
\begin{itemize}
\item Woo, Beamer!
\end{itemize}
\end{frame}
\appendix
\backupbegin
\begin{frame}
\frametitle{Backup slide 1}
\blindtext
\end{frame}
\backupend
\end{document}