-
Notifications
You must be signed in to change notification settings - Fork 14
/
defense.tex
46 lines (39 loc) · 1.09 KB
/
defense.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
% !TeX spellcheck = en_GB
\documentclass[english,11pt,aspectratio=1610,xcolor=table]{beamer}
\input{tex/setup}
\input{tex/setup-colors}
\input{tex/setup-settings}
\usetheme{JD}
\beamertemplatenavigationsymbolsempty
% header fields: usage
% \field
% [short form (footline)]
% {long form on title page}
%
\title
[Open Source Modelling of Energy Infrastructure]
{Open Source Modelling and Optimisation of\\ Energy Infrastructure at Urban Scale}
\subtitle{Final presentation} % short version unused by this template
\author
[J. Dorfner]
{Johannes Dorfner}
\institute
[\hypersetup{urlcolor=jdgrey}%
\href{http://www.tum.de/}{TUM} %
\href{http://www.ei.tum.de/}{EI} %
\href{http://www.ens.ei.tum.de/}{ENS}]
{Chair of Renewable and Sustainable Energy Systems\\%
Department of Electrical and Computer Engineering\\%
Technical University of Munich}
\date
[12/2016]
{06 December 2016}
\begin{document}
\maketitle
\begin{frame}{Outline}
\tableofcontents
\end{frame}
\input{tex/introduction}
\input{tex/models}
\input{tex/development}
\end{document}