-
Notifications
You must be signed in to change notification settings - Fork 2
/
header.tex
68 lines (56 loc) · 2.18 KB
/
header.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
\makeatletter
\def\input@path{{..}}
\makeatother
\usepackage{beamerthememonash}
% Packages
\usepackage{bm,booktabs,tabularx,animate,soul}
\DeclareUnicodeCharacter{03BC}{$\mu$}
\usepackage{fontawesome}
% gt dependencies
\usepackage{longtable,caption,setspace}
\captionsetup{font={small,stretch=0.80}}
% Title
\title{ETC3550/ETC5550 Applied forecasting}
% Figures
\graphicspath{{figs/}{../}}
% Fonts
\fontsize{13}{15}\sf
\setbeamerfont{title}{series=\bfseries,parent=structure,size=\fontsize{18}{20}}
% Redefine shaded environment if it exists (for R plots)
\ifcsname Shaded\endcsname
\renewenvironment{Shaded}{\fontsize{10}{10}\sf\vspace*{0.14cm}\begin{snugshade}}{\end{snugshade}}
\fi
% Colors
\definecolor{MonashBlue}{RGB}{30,95,139}
\definecolor{burntorange}{rgb}{0.8, 0.33, 0.0}
\definecolor{shadecolor}{RGB}{225,225,225}
% tikz diagrams
\usepackage{tikz}
\usetikzlibrary{shapes,arrows}
\tikzstyle{decision} = [diamond, draw, fill=blue!20,
text width=4.5em, text badly centered, node distance=4cm, inner sep=0pt]
\tikzstyle{block} = [rectangle, draw, fill=blue!20,
text width=5cm, text centered, rounded corners, minimum height=4em]
\tikzstyle{line} = [draw, thick, -latex']
%\tikzstyle{line} = [->,thi
\tikzstyle{cloud} = [draw, ellipse,fill=red!20, node distance=3cm,
minimum height=2em, text centered]
\tikzstyle{connector} = [->,thick]
% My definitions
\def\E{\text{E}}
\def\V{\text{Var}}
\def\up#1{\raisebox{-0.3cm}{#1}}
\def\pred#1#2#3{\hat{#1}_{#2|#3}}
\def\damped{$_\text{d}$}
\def\h+{h_{m}^{+}}
\def\str#1{\clap{#1}\clap{\textcolor{red}{\rule{1cm}{0.1cm}}}}
\def\forecast{\begin{alertblock}{}\fontsize{10}{11}\sf
A forecast is an estimate of the probabilities of possible futures.
\end{alertblock}}
\def\simfutures{\begin{textblock}{2.7}(13,7.7)
\begin{block}{}\fontsize{10}{11}\sf
Simulated futures from an ETS model
\end{block}\end{textblock}}
\def\fullwidth#1{\vspace*{-0.12cm}\centerline{\includegraphics[height=27.1cm,width=16cm,keepaspectratio=true]{#1}}}
\def\fullheight#1{\vspace*{-0.12cm}\centerline{\includegraphics[height=7.65cm,width=25cm,keepaspectratio=true]{#1}}}
\def\full#1{\vspace*{-0.12cm}\centerline{\includegraphics[height=7.65cm,width=15cm,keepaspectratio=true]{#1}}}