-
Notifications
You must be signed in to change notification settings - Fork 10
/
handouts.tex
37 lines (30 loc) · 980 Bytes
/
handouts.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
\documentclass[UKenglish]{article}
\usepackage[noamsthm]{beamerarticle}
\usepackage[hidelinks]{hyperref}
% ----------------------------------------------------------------------
% New commands for article mode
% ----------------------------------------------------------------------
\newcommand{\tutornote}[1]{} % Gobble timing notes
\newtheorem{Example}{\translate{Example}}
\newtheorem{Exercise}{\translate{Exercise}}
\newenvironment<>{exercise}{\begin{Exercise}\mbox{}}{\end{Exercise}}
\newenvironment<>{example}
{\begin{Example}\nobreak\mbox{}\nobreak}
{\end{Example}}
\setbeamertemplate{alerted text begin}{}
\setbeamertemplate{alerted text end}{}
\setbeamertemplate{block begin}%
{%
\par
\vskip\medskipamount
{%
\noindent
\textbf{\insertblocktitle}%
}%
\par
\nobreak % Addition to standard template
\noindent
\ignorespaces
}
% ----------------------------------------------------------------------
\input{training}