-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate_cired.tex
403 lines (309 loc) · 8.69 KB
/
template_cired.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
%% LyX 2.2.0 created this file. For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[english]{beamer}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{graphicx}
\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands.
% this default might be overridden by plain title style
\newcommand\makebeamertitle{\frame{\maketitle}}%
% (ERT) argument for the TOC
\AtBeginDocument{%
\let\origtableofcontents=\tableofcontents
\def\tableofcontents{\@ifnextchar[{\origtableofcontents}{\gobbletableofcontents}}
\def\gobbletableofcontents#1{\origtableofcontents}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\mode<presentation>
{
\usetheme{Moo}
%\usetheme{Pittsburgh}
%\setbeamercovered{transparent = 28}
}
\usepackage{graphicx}
\usepackage{graphics}
\usepackage{hyperref}
\usepackage[english]{babel}
\newenvironment{wideitemize}{\itemize\addtolength{\itemsep}{10pt}}{\enditemize}
%\renewcommand{\section}[1]{\section{#1} \subsection{#1}}
\renewcommand{\makebeamertitle}{\begin{frame}[plain]
\titlepage
\end{frame}}
\usepackage{tikz}
\usetikzlibrary{shadows}
\usetikzlibrary{shadows.blur}
%\usetikzlibrary{shapes.symbols}
\usepackage[T1]{fontenc}
\usepackage{pslatex}
\makeatother
\usepackage{babel}
\begin{document}
\title[Rent-Capture Potential]{Urban Infrastructure Investment and Rent-Capture Potentials }
\subtitle{A case study on Paris urban area}
\author[V. Viguié (CIRED)]{V.~Viguié\inst{1} \and S.~Hallegatte\inst{2}}
\institute[...]{\inst{1}CIRED\\
Ecole des Ponts ParisTech, Paris, France\and \inst{2}The World Bank}
\date[]{ FAERE Conference, \today }
\makebeamertitle
\AtBeginSubsection[]{%
\frame<beamer>{
\frametitle{Outline}
\tableofcontents[currentsection,currentsubsection]
}
}
%\beamerdefaultoverlayspecification{<+->}
\begin{frame}{Outline}
\tableofcontents{}
\end{frame}
\section{Motivation}
\subsection*{}
\begin{frame}{Make Titles Informative. }
\framesubtitle{}
\begin{itemize}
\item Use Itemize a lot.
\pause{}
\item Use very short sentences or short phrases.
\pause{}
\item These overlays are created using the Pause style.
\end{itemize}
\pause{}
\begin{itemize}
\item It's really easy to write an equation :
\[
\begin{cases}
\frac{\sum_{i=0}^{N}e^{-i.log(i)}}{K}\\
\frac{\partial U}{\partial x}
\end{cases}
\]
\end{itemize}
\end{frame}
\begin{frame}[plain]{A \textquotedbl{}plain frame\textquotedbl{}}
\label{plain}
\begin{itemize}
\item In a \textquotedbl{}plain frame\textquotedbl{}, no header and footer
\item This enable to save space, e.g. to put a big graph on the slide
\end{itemize}
\end{frame}
\begin{frame}{Make Titles Informative.}
\begin{block}<1->{}
\begin{itemize}
\item Untitled block.
\item Shown on all slides.
\end{itemize}
\end{block}
\begin{exampleblock}<2->{Some Example Block Title}
\begin{itemize}
\item $e^{i\pi}=-1$.
\item $e^{i\pi/2}=i$.
\end{itemize}
\end{exampleblock}
\end{frame}
\begin{frame}[shrink]{Land value capture}
\begin{itemize}
\item The option \textquotedbl{}shrink\textquotedbl{}enables to put a lot
of text on one slide\medskip{}
\item Efficient public transport systems lie at the core of sustainable
development
\begin{itemize}
\item However, financing them at a global scale is challenging
\item Fares do generally not cover full costs
\end{itemize}
\pause{}
\item Land value capture History:
\begin{itemize}
\item Henry George (1884)
\item Successful public transport systems lead to increasing land values,
resulting from the increase in accessibility
\item Capturing part of land value increase : a promising alternative method
of revenue generation ?
\end{itemize}
\pause{}
\item In practice
\begin{itemize}
\item Might be achieved through different policies (land value taxes, land
betterment taxes\dots )
\item Bogotá, London, Singapore, Hong Kong, and various cities in Brazil,
Argentina and India
\item See for instance: Peterson (2009). \emph{Unlocking land values to
finance urban infrastructure} (World Bank Publication)
\end{itemize}
\end{itemize}
\end{frame}
\begin{frame}{Make Titles Informative. }
\begin{example}<1->
On first slide.
\end{example}
\begin{example}<2->
On second slide.
\end{example}
\end{frame}
\section{Our Results/Contribution}
\subsection{Main Results}
\begin{frame}{Make Titles Informative. }
\begin{theorem}
On first slide.
\end{theorem}
\pause{}
\begin{corollary}
On second slide.
\end{corollary}
\end{frame}
\begin{frame}{Make Titles Informative. }
\begin{columns}[t]
\column{5cm}
\begin{theorem}<1->
In left column.
\end{theorem}
\column{5cm}
\begin{corollary}<2->
In right column.\\
New line
\end{corollary}
\end{columns}
\end{frame}
\begin{frame}[label=firstframe]{economic theory (1)}
\begin{columns}
\column{6.5cm}
\begin{overprint}
\onslide<1>
\begin{figure}
\begin{centering}
\includegraphics[width=1\columnwidth]{figures/Image3}
\par\end{centering}
\centering{}Closed city case
\end{figure}
\onslide<2>
\begin{figure}
\begin{centering}
\includegraphics[width=1\columnwidth]{figures/Image6}
\par\end{centering}
\centering{}Open city case
\end{figure}
\end{overprint}
\column{3.5cm}
\begin{overprint}
\onslide<2>
\begin{block}{}
{\small{}If transport infrastructure increases city attractiveness}{\small \par}
\end{block}
{\small{}}
%
{\small \par}\begin{block}{}
{\small{}i.e. total population increases due to transport infrastructure }{\small \par}
\end{block}
{\small{}}
%
{\small \par}\begin{block}{}
{\small{}e.g. suppose that utility in the city remains constant (\textquotedblleft open
city\textquotedblright ) }{\small \par}
\end{block}
\end{overprint}
\end{columns}
\end{frame}
\begin{frame}[t]{economic theory (2)}
\begin{block}{}
This is a block without a title
the package \textquotedbl{}tikzpicture\textquotedbl{} enables to put
a shadow around pictures
\end{block}
\begin{overprint}
\onslide<1>
\begin{figure}
\centering
\begin{tikzpicture}
\node[blur shadow={shadow blur steps=10},fill=white,draw] at (0,0) { \includegraphics[height=0.5\textheight]{figures/Image4}};
\end{tikzpicture}
shadow and border around the picture
\end{figure}
\onslide<2>
\begin{figure}
\centering
\begin{tikzpicture}
\node[blur shadow={shadow blur steps=10},fill=white] at (0,0) { \includegraphics[height=0.5\textheight]{figures/Image7}};
\end{tikzpicture}
without the \textquotedbl{}draw\textquotedbl{}option: no border around
picture, but still the shadow
\end{figure}
\end{overprint}
\end{frame}
\begin{frame}[c]{Validation: city structure}
\begin{overprint}
\onslide<1>
\begin{center}
\begin{figure}
\begin{centering}
\includegraphics[width=0.7\columnwidth]{figures/loyers}
\par\end{centering}
\begin{centering}
Rents in Paris, 2008
\par\end{centering}
\centering{}$R^{2}=51.8\%$
\end{figure}
\par\end{center}
\onslide<2>
\begin{center}
\begin{figure}
\begin{centering}
\includegraphics[width=0.7\columnwidth]{figures/density}
\par\end{centering}
\begin{centering}
Population density in Paris, 2006
\par\end{centering}
\centering{}$R^{2}=77.2\%$
\end{figure}
\par\end{center}
\end{overprint}
\end{frame}
\subsection{Basic Ideas for Proofs/Implementations}
\begin{frame}{Reduced form model }
\begin{overprint}
\onslide<1> \includegraphics[width=0.95\columnwidth]{figures/table0}
\onslide<2> \includegraphics[width=0.95\columnwidth]{figures/table}
\end{overprint}
Less than 15\% difference between reduced-form model and simulation
\end{frame}
\begin{frame}{Subsections}
\begin{itemize}
\item When using subsections, the dots in the outline at the top of the
page are put in different lines
\begin{itemize}
\item each line corresponds to a subsection
\end{itemize}
\item If you don't want to use subsections, you still have to indicate $\backslash subsection\{\}$
after the beginning of each section so that everything works fine
\end{itemize}
\end{frame}
\section{Conclusion}
\subsection*{}
\begin{frame}{Summary}
\begin{itemize}
\item The \alert{first main message} of your talk in one or two lines.
\item The \alert{second main message} of your talk in one or two lines.
\item Perhaps a \alert{third message}, but not more than that.
\end{itemize}
\medskip{}
\begin{itemize}
\item Outlook
\begin{itemize}
\item What we have not done yet.
\item Even more stuff.
\end{itemize}
\end{itemize}
\end{frame}
\appendix
\section*{Appendix}
\subsection*{For Further Reading}
\begin{frame}[allowframebreaks]{For Further Reading}
\beamertemplatebookbibitems
\begin{thebibliography}{1}
\bibitem{Author1990}A. Author. \newblock\emph{Handbook of Everything}.\newblock
Some Press, 1990.\beamertemplatearticlebibitems
\bibitem{Someone2002}S. Someone.\newblock On this and that\emph{.}
\newblock\emph{Journal on This and That}. 2(1):50\textendash 100,
2000.
\end{thebibliography}
\end{frame}
\end{document}