-
Notifications
You must be signed in to change notification settings - Fork 0
/
slides_settings.tex
80 lines (67 loc) · 2.45 KB
/
slides_settings.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
\usepackage{pgfpages}
\usepackage{graphicx}
\usepackage{color}
\usepackage{dcolumn} % line up tabular columns on the decimal place with D{.}{.}{-1}
\usepackage{relsize}
\usepackage{accents}
\usepackage{cancel} % diagonal strikethrough in math mode
\usepackage{mathtools} % \xRightarrow{text} etc
\usepackage[printwatermark]{xwatermark}
\usepackage{tikz}
\usetikzlibrary{shapes}
\usetikzlibrary{plotmarks}
\usetikzlibrary{trees}
\usetikzlibrary{decorations.pathmorphing}
\usetikzlibrary{decorations.pathreplacing}
\usetikzlibrary{decorations.markings}
\usetikzlibrary{snakes}
\newcommand{\thislecture}{-1}
% ............................................................
% new watermark (transparent)
% \newsavebox\mybox
% \savebox\mybox{
% \tikz[color=red,opacity=0.3]
% \node{UoL Post-Graduate Training Course};
% }
% \newwatermark*[
% allpages,
% angle=30,
% scale=2,
% xpos=0,
% ypos=0
% ]{\usebox\mybox}
% ............................................................
% more colours
\definecolor {cadmiumred} {rgb} {0.89, 0.00, 0.13}
\definecolor {cadmiumgreen} {rgb} {0.00, 0.42, 0.24}
\definecolor {capri} {rgb} {0.00, 0.75, 1.00}
\definecolor {amber(sae/ece)} {rgb} {1.00, 0.49, 0.00}
\definecolor {amber} {rgb} {1.00, 0.49, 0.00}
% ............................................................
%
\usetheme{Madrid}
\newcommand{\ck}{$\checkmark$} % used?
\renewcommand{\thefootnote}{\fnsymbol{footnote}} % used?
\newcommand*{\pbar}[1]{\accentset{(-)}{#1}} % use pbar to use (-) abobe a symbol, eg \nu
% Non-default colours for page with extra details
\definecolor{dBG1}{RGB}{143,0,0} % red
\definecolor{dBG2}{RGB}{190,0,0} % lighter red
\definecolor{dBG3}{RGB}{236,236,236} % gray
\definecolor{dFG3}{RGB}{143,0,0} % red
\newenvironment<>{white_block}[1]{%
\begin{actionenv}#2%
\definecolor{white_block_header}{RGB}{204,229,255}
\def\insertblocktitle{#1}%
\par%
\mode<presentation>{%
\setbeamercolor{block title}{fg=black,bg=white_block_header}
% \setbeamercolor{block body}{fg=black,bg=olive!50}
\setbeamercolor{block body}{fg=black,bg=white}
\setbeamercolor{itemize item}{fg=orange!20!black}
\setbeamertemplate{itemize item}[triangle]
}%
\usebeamertemplate{block begin}}
{\par\usebeamertemplate{block end}
\end{actionenv}}
\pgfpagesuselayout{resize to}[a4paper,landscape,border shrink=5mm]
\tikzset{snake it/.style={decorate, decoration=snake}} % wavy line