-
Notifications
You must be signed in to change notification settings - Fork 3
/
slides.tex
45 lines (38 loc) · 1.59 KB
/
slides.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
\documentclass[english,UKenglish,ignorenonframetext]{beamer}
% ----------------------------------------------------------------------
% New commands for beamer mode
% ----------------------------------------------------------------------
\newcommand<>\displayexample[2][]{%
\alt#3{\href{run:examples/example#2.tex}{$\blacktriangleright$}}%
{\phantom{$\blacktriangleright$}}%
}
% ----------------------------------------------------------------------
% ----------------------------------------------------------------------
% Some simple settings for appearance in presentation mode
% ----------------------------------------------------------------------
\definecolor{UEAblue}{RGB}{0,89,127}
\definecolor{UEAgrey}{RGB}{153,139,125}
\definecolor{UEAorange}{RGB}{215,128,25}
\setbeamercolor{alerted text}{fg=UEAorange}
\setbeamercolor{structure}{fg=UEAblue}
\setbeamercolor{author}{fg=UEAgrey}
\setbeamercolor{institute}{fg=UEAgrey}
\setbeamercolor{date}{fg=UEAgrey}
\setbeamercolor{framesubtitle}{fg=UEAgrey}
\setbeamerfont{author}{size=\large}
\setbeamerfont{date}{size=\large}
\setbeamerfont{example text}{series=\bfseries}
\setbeamerfont{frametitle}{series=\bfseries,size=\large}
\setbeamerfont{framesubtitle}{series=\mdseries,size=\large}
\setbeamerfont{section}{series=\bfseries}
\setbeamerfont{title}{series=\bfseries}
\setbeamertemplate{navigation symbols}{}
% ----------------------------------------------------------------------
\AtBeginSection[] % Do nothing for \section*
{
\begin{frame}<beamer>
\frametitle{Outline}
\tableofcontents[currentsection]
\end{frame}
}
\input{training}