updated deprecated latex command, changed dimensions to us letter, fixed language code, tweaked size
This commit is contained in:
parent
04f16244d2
commit
df5ba4b978
14
details.yml
14
details.yml
@ -15,10 +15,10 @@ email: jovanovic@mmg.mpg.de
|
|||||||
#
|
#
|
||||||
# Sections
|
# Sections
|
||||||
#
|
#
|
||||||
#intro: "My present project, 'Empires on the Danube: Historicity and Urbanism in Belgrade, Budapest, Ruse, and Vienna' highlights the common structural forces and tensions of urban transformation, capitalism and the production of historicist space on the banks of the Danube. I explore how Habsburg and Ottoman imperial histories intersect with contemporary articulations of 'historical space' through market competitiveness, place marketing, and discourses of Europeanness."
|
#intro: "My present project, 'Empires on the Danube: History, Memory and Urban Space between Habsburg and Ottoman Cities' highlights the common structural forces and tensions of urban transformation, capitalism and the production of historicist space on the banks of the Danube. I explore how Habsburg and Ottoman imperial histories intersect with contemporary articulations of 'historical space' through market competitiveness, place marketing, and discourses of Europeanness."
|
||||||
#
|
#
|
||||||
interests:
|
interests:
|
||||||
- urban history, materiality, capitalism, socialism, Habsburg empire, Ottoman empire, Eastern Europe, Balkans, Global south-east
|
- urban history, materiality, capitalism, socialism, Eastern Europe, Habsburg empire, Ottoman empire, Balkans
|
||||||
|
|
||||||
education:
|
education:
|
||||||
- year: 2016
|
- year: 2016
|
||||||
@ -60,11 +60,7 @@ publications:
|
|||||||
- year: 2018
|
- year: 2018
|
||||||
title: "Whitewashed Empire: Historical Narrative and Place Marketing in Vienna"
|
title: "Whitewashed Empire: Historical Narrative and Place Marketing in Vienna"
|
||||||
publication: History & Anthropology
|
publication: History & Anthropology
|
||||||
details: submitted as part of "Ambivalent Legacies" Special Issue
|
details: forthcoming as part of "Ambivalent Legacies" Special Issue
|
||||||
- year: 2017
|
|
||||||
title: "Tianjin's Imperial Discomfort"
|
|
||||||
publication: Max Planck Institute Blog
|
|
||||||
details: http://www.mmg.mpg.de/online-media/blogs/2017/jovanovic-tianjins-imperial-discomfort/
|
|
||||||
- year: 2013
|
- year: 2013
|
||||||
title: "The City in Our Hands: Urban Management and Contested Modernity in Nineteenth Century Belgrade"
|
title: "The City in Our Hands: Urban Management and Contested Modernity in Nineteenth Century Belgrade"
|
||||||
publication: Urban History
|
publication: Urban History
|
||||||
@ -172,6 +168,6 @@ languages:
|
|||||||
# Settings
|
# Settings
|
||||||
mainfont: Linux Libertine O
|
mainfont: Linux Libertine O
|
||||||
fontsize: 12pt
|
fontsize: 12pt
|
||||||
lang: English
|
lang: en-US
|
||||||
geometry: a4paper, left=35mm, right=35mm, top=51mm, bottom=17mm
|
geometry: letterpaper, left=35mm, right=35mm, top=45mm, bottom=23mm
|
||||||
---
|
---
|
||||||
|
2
makefile
2
makefile
@ -1,6 +1,6 @@
|
|||||||
TEX = pandoc
|
TEX = pandoc
|
||||||
src = template.tex details.yml
|
src = template.tex details.yml
|
||||||
FLAGS = --latex-engine=xelatex
|
FLAGS = --pdf-engine=xelatex
|
||||||
|
|
||||||
output.pdf : $(src)
|
output.pdf : $(src)
|
||||||
$(TEX) $(filter-out $<,$^ ) -o $@ --template=$< $(FLAGS)
|
$(TEX) $(filter-out $<,$^ ) -o $@ --template=$< $(FLAGS)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%!TEX TS-program = xelatex
|
%!TEX TS-program = xelatex
|
||||||
%!TEX encoding = UTF-8 Unicode
|
%!TEX encoding = UTF-8 Unicode
|
||||||
|
|
||||||
\documentclass[$fontsize$, a4paper]{article}
|
\documentclass[$fontsize$, letterpaper]{article}
|
||||||
|
|
||||||
% LAYOUT
|
% LAYOUT
|
||||||
%--------------------------------
|
%--------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user