forked from swartom/redrose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.tex
65 lines (59 loc) · 1.98 KB
/
example.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
\documentclass[]{beamer}
% Options are:
% - nocontents -> don't show the contents page.
% - bib -> show a bib on title.
%
\usetheme{Redrose}
\module{XXX Name of Module Goes Here} % need to add this
\role{Your Role}
\email{f.surname}
% Need to acknowledge? It's not needed
\acknowledge{\textbf{v1.redrose} \LaTeX, coded by \href{https://github.com/lancs-net}{tom@nsrg}}
\title{SCC.365 is objectively the best module (not biased)}
\author{Jane Doe}
\begin{document}
\maketitle
\section{And here we can put}
\begin{frame}[t]{Frame title goes here}{A description of the frame title goes here as a subtitle}
\subsection{A clickable breakdown}
\begin{exampleblock}{The Discrete Noiseless Channel}
In the more general case with different length of symbols and constraints on the allowed sequences, we make the following definition:
\subsection{of each individual thing in the pdf}
\begin{quote}
The capacity $C$ of a discrete channel is given by
\end{quote}
\[ C = \lim_{T \to \infty} \frac{logN(T)}{T}\]
\begin{quote}
where N(T) is the number of allowed signals of duration $T$.
\end{quote}
\end{exampleblock}
\subsection{Along with references to view}
\begin{theorem}
\[C = \lim_{T->\infty}\frac{LogAX^{T}_{0}}{T} = logX_{0}\]
\end{theorem}
\end{frame}
\section{To enable students}
\begin{frame}[t]{Frame title goes here}{A description of the frame title goes here as a subtitle}
\subsection{easy navigation}
\begin{itemize}
\item You can list.
\item A load of items.
\item Like this
\end{itemize}
Or ..
\subsection{of individual bits}
\begin{alertblock}{Outline something a bit more important}
\begin{itemize}
\item And amortise
\begin{itemize}
\item in great detail
\begin{itemize}
\item how it works.
\end{itemize}
\end{itemize}
\end{itemize}
\end{alertblock}
\section{Which grows}
\subsection{Upwards}
\end{frame}
\end{document}