-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpresentation.tex
executable file
·87 lines (78 loc) · 3.05 KB
/
presentation.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
81
82
83
84
85
86
87
%===============================================================================
% Template Name: SUnORE Starter Presentation template
% Template URI: http://sunore.co.za/sunore-presentation/
% Description: Starter Presentation template for SUnORE
% Department of Industrial Engineering,
% Stellenbosch University
% Version: 1.1.0
% Author: Johan Janse van Rensburg
% Author URI: http://johanjvrens.co.za/
% License: MIT License
% License URI: http://opensource.org/licenses/MIT
%===============================================================================
\documentclass[serif,11pt]{beamer}
%=================================================
% theme and color
%=================================================
\usetheme{Warsaw} %Themes http://www.hartwork.org/beamer-theme-matrix/
\definecolor{colorA}{RGB}{96, 34, 59}
\definecolor{colorB}{RGB}{140, 151, 154}
%\definecolor{secinhead}{RGB}{249,196,95}
%\definecolor{titlebg}{RGB}{51,51,51}
\setbeamercolor{structure}{fg=colorA,bg=colorB}
%\setbeamercolor{secsubsec}{fg=secinhead,bg=black}
%\setbeamercolor{frametitle}{fg=secinhead,bg=titlebg}
%=================================================
% packages and new commands
%=================================================
\usepackage[ruled, linesnumbered, vlined]{algorithm2e}
\usepackage{epsfig, subfigure, amssymb, multirow, algorithmic, amsmath}
\newcommand*{\superscript}[1]{\ensuremath{^{\rm #1}}}
\newcommand*{\subscript}[1]{\ensuremath{_{\rm #1}}}
%=================================================
% thesis details (preamble)
%=================================================
\title[{\sc The short title of your thesis } \hspace{0.8cm} \insertframenumber/\inserttotalframenumber]{{\sc The title of your thesis or dissertation should be typed here }}
\author[Presentation to some students --- {\sc Feb 10\superscript{th}, 2015}]{{Student name}}
\date{10 Feb 2015}
\institute{Operations Research Group \\ Department of Industrial Engineering \\ Stellenbosch University, South Africa}
%=================================================
% start presentation
%=================================================
\begin{document}
%========================
% title page
%========================
\begin{frame}
\begin{center}
\vspace{0.1cm}
\includegraphics[scale=0.25]{USlogo.pdf}
\end{center}
\titlepage
\end{frame}
%========================
% your slides:
%========================
\input{slides/overview}
%========================
% example slides:
%========================
\input{examples/lists}
\input{examples/columns}
\input{examples/figures}
\input{examples/description}
\input{examples/table}
\input{examples/blocks}
\input{examples/definition}
\input{examples/example}
\input{examples/theorem}
\input{examples/hyperlinks}
\input{examples/algorithms}
%========================
% bibliography
%========================
\input{slides/bib}
%=================================================
% end presentation
%=================================================
\end{document}