-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathheader.tex
57 lines (38 loc) · 1.43 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
%% Common material for slides.
%% Version 0.0 by MRI 8/05/12
%% Version 0.1 updated by MRI to sort out \subcaption.
%\documentclass[xcolor=dvipsnames]{beamer}
\usepackage{xcolor}
%\usepackage{caption}
\usepackage{subcaption}
\captionsetup{compatibility=false}
% Special colours
\setbeamercolor{uppercol}{fg=black,bg=blue!40}
\setbeamercolor{lowercol}{fg=black,bg=blue!10}
% Setup appearance:
\usetheme{Singapore}
\usefonttheme[onlylarge]{structurebold}
\setbeamerfont*{frametitle}{size=\normalsize,series=\bfseries}
\setbeamertemplate{navigation symbols}{}
\pgfdeclareimage[height=1.2cm]{university-logo}{figs/UCT_logocircless_t}
\logo{\pgfuseimage{university-logo}}
\setbeamertemplate{footline}[text line]{
\parbox{\linewidth}{\vspace*{-8pt}\lecNo\version\hfill\insertpagenumber~of~\pageref{lastpg}}}
%\parbox{\linewidth}{\vspace*{-8pt}\version\hfill\insertshortauthor\hfill\insertpagenumber~of~\pageref{lastpg}}}
\setbeamertemplate{navigation symbols}{}
\setbeamertemplate{bibliography item}[text] % to obtain a numbered bibliography
% Standard packages
\usepackage[english]{babel}
\usepackage[latin1]{inputenc}
\usepackage{times}
\usepackage[T1]{fontenc}
\usepackage{units}
\usepackage{algorithmic}
%\usepackage{multirow}
\usepackage{lmodern}% http://ctan.org/pkg/lm
%\usepackage{tikz}
%\usetikzlibrary{arrows}
%\tikzstyle{block}=[draw opacity=0.7,line width=1.4cm]
\usepackage{url}
\usepackage{textcomp}
% \usepackage{beamerthemesplit}