-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpresentatie.tex
107 lines (83 loc) · 2.6 KB
/
presentatie.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
\documentclass[12pt]{beamer}
\mode<presentation>
{
% \usetheme[blue,noshadow]{Trondheim}
% \usetheme[blue,minimal]{Trondheim}
\usetheme[blue,compress,numbers,nonav,nologo]{Trondheim}
% \usetheme[sand,compress,numbers,nonav,innovation]{Trondheim}
% Some examples for the different options for beamerTrondheim
% \usecolortheme{ntnuold}
% try this if you encounter problems with the new ntnublue theme
% \usefonttheme{professionalfonts}
% Use only if using a font matching the conditions (see beamer docs)
\usefonttheme[onlymath]{serif}
% \useoutertheme{infolines}
% or whatever
\setbeamercovered{transparent}
% or whatever (possibly just delete it)
}
\setbeamertemplate{blocks}[rounded][shadow=false]
% The following makes latex use nicer postscript fonts.
\usepackage{times}
% zorg dat het ganse document in sans-serif is
\renewcommand{\familydefault}{\sfdefault}
% Math support
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{mathrsfs}
%found.
\usepackage{verbatim}
% put all math stuff in sans-serif
%\usepackage{sansmath}
%\sansmath
% Language support
%\usepackage[english]{babel}
\usepackage[dutch]{babel}
% Misc
%\usepackage[colorlinks,urlcolor=black,linkcolor=black,citecolor=black]{hyperref}
\usepackage{listings} % source listings
%\usepackage{multirow}
%\usepackage[times]{quotchap}
%\usepackage{setspace}
% Special words that latex has problem hyphenating.
\hyphenation{}
%\settaakheader
\title{What I learned from playing Kerbal Space Program}
\author{Niels Van Och \& Roeland Matthijssens}
\subject{Beamer}
\usepackage{graphicx}
\usepackage{moreverb}
\usepackage{latexsym}
\usepackage{indentfirst}
%\usepackage{amssymb}
\newcommand{\N}{\mathbb{N}}
\newcommand{\Z}{\mathbb{Z}}
\newcommand{\Q}{\mathbb{Q}}
\newcommand{\R}{\mathbb{R}}
\newcommand{\C}{\mathbb{C}}
\newcommand{\A}{\mathbb{A}}
\newcommand{\K}{\mathbb{K}}
\renewcommand{\H}{\mathbb{H}}
\renewcommand{\O}{\mathbb{O}}
\newcommand{\F}{\mathbb{F}}
\newcommand{\ltwee}{\mathnormal{l} ^2}
\newcommand{\dr}{\triangle}
\newcommand{\ring}{\C [\dr]}
\newcommand{\vect}{\mathrm{vect}}
\newcommand{\proj}{\mathrm{proj}}
\newcommand{\im}{\mathrm{Im}}
\newcommand{\ch}{\mathrm{char}}
\newcommand{\sig}{\mathrm{sig}}
\newcommand{\rang}{\mathrm{rang}}
\newcommand{\card}{\mathrm{card}}
\newcommand{\supR}{\mathrm{supR}}
\newcommand{\ann}{\mathrm{Ann}}
\definecolor{blurred}{rgb}{0.36,0.40,0.72}
\setbeamertemplate{frametitle}[default][rounded=false,shadow=false]
\setbeamertemplate{title page}[default][rounded=true]
\setbeamercolor{author}{fg=white}
\setbeamercolor{date}{fg=white}
\begin{document}
\input{content}
\end{document}