-
Notifications
You must be signed in to change notification settings - Fork 0
/
urban-concepts.tex
64 lines (46 loc) · 1.22 KB
/
urban-concepts.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
\documentclass[twocolumn, 10pt, a4paper]{article}
\usepackage{verbatim}
\usepackage{graphics}
% make hyperrefs
\usepackage{hyperref}
\hypersetup{
colorlinks,%
citecolor=blue,%
filecolor=black,%
linkcolor=black,%
urlcolor=black
}
% use specific settings to get refs after each section
\usepackage[sectionbib]{natbib}
\usepackage{chapterbib}
\newcommand{\authorfont}{\fontsize{12}{14}\selectfont}
\newcommand{\titlefont}{\fontsize{12}{14}\selectfont \bf}
\begin{document}
% \onehalfspacing
\date{}
\begin{comment}
Re-think title
\end{comment}
\title{\vspace{-9mm}
\titlefont Urban Resilience through stocks: Static and Dynamic analysis}
\author{ \authorfont{Andr\'{e} Ribeiro}\\
\authorfont{\normalsize \emph{Sustainable Energy Systems, MIT Portugal}}\\
\authorfont{\normalsize \emph{Instituto Superior T\'{e}cnico, Lisboa,
Portugal}}\\ \authorfont{\normalsize \emph{}}\\
%\authorfont{}}\\
%\authorfont{}\\
\authorfont{~}
\\ % used to add blank lines
\vspace{-14mm}
} \maketitle
\begin{abstract}
abstract goes here...
\end{abstract}
\tableofcontents
\input{1introduction}
\input{2definitions}
\input{3static-model}
\input{4dynamic-model}
\bibliographystyle{chicago}
\bibliography{library,manual-lib}
\end{document}