-
Notifications
You must be signed in to change notification settings - Fork 2
/
04-example-theory.tex
58 lines (47 loc) · 1.66 KB
/
04-example-theory.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
%------------------------------------------------
\section{Theory}
%------------------------------------------------
\begin{frame}
\label{Maths}
\frametitle{Code and Mathematics}
Here is a made-up equation:
$$ \hat{A} = \bar{m}-\hat{m}_S$$ \newline
Notice how these buttons are centered and evenly spread out:\newline
\begin{columns}[t] % The "c" option specifies centered vertical alignment while the "t" option is used for top vertical alignment
\begin{column}{0.25\textwidth} % Right column width
\hyperlink{Terms}{\beamergotobutton{Go to terms}}
\end{column}
\begin{column}{0.25\textwidth} % Left column width
\hyperlink{Code}{\beamergotobutton{Go to code}}
\end{column}
\begin{column}{0.25\textwidth} % Left column width
\hyperlink{Theorems}{\beamergotobutton{Go to theorems}}
\end{column}
\end{columns}
\end{frame}
%------------------------------------------------
\begin{frame}
\frametitle{Numbered Bullets}
\begin{enumerate}
\item Instead of bullets, you can index by number too \newline
\item Like this!
\end{enumerate}
\end{frame}
%------------------------------------------------
\section{Testing}
%------------------------------------------------
\begin{frame}
\frametitle{Blocks}
\begin{block}{Block Title}
Block 1
\end{block}
\begin{exampleblock}{Example Block Title}
Block 2
\end{exampleblock}
\begin{alertblock}{Alert Block Title}
Block 3
\end{alertblock}
\begin{block}{}
Block without a title
\end{block}
\end{frame}