This repository has been archived by the owner on Aug 6, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
master.tex
115 lines (89 loc) · 2.3 KB
/
master.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
\documentclass[
version=last,toc=bib,toc=graduated,toc=index,toc=listof,9pt,openany]{scrbook}
%\pdfminorversion=4
\usepackage{polyglossia}
\setdefaultlanguage{english}
\setmainfont{Source Sans Pro}
\setsansfont{Source Sans Pro}
\usepackage{ifmtarg}
\usepackage{ifthen}
\usepackage{etoolbox} % \ifstrempty
\usepackage{geometry}
\geometry{%a6paper
paperwidth=125mm, paperheight=168mm,
portrait,
top=22mm,
inner=22mm,
outer=20mm,
bottom=25mm,
headsep=3mm,
footskip=12mm
}
\usepackage{ragged2e} % nicer typesetting (hyphenation) for non raggedright and raggedleft
\usepackage{lscape}
\setlength{\parskip}{0pt}
\usepackage{relsize}
\clubpenalty=10000
\widowpenalty=10000
\displaywidowpenalty=10000
\usepackage[]{microtype}
\usepackage{graphicx} % graphics
% search path for images
\graphicspath{{images-print/}{icons/}{extra-pages/}{wallpaper/}}
\usepackage{wrapfig} % sponsor logos wrapped with text
\usepackage{tabu}
\usepackage{tabularx}
\usepackage{longtable}
\usepackage[table,cymk]{xcolor}
\usepackage{colortbl}
% embed PDF pages
% pdfpages must not be loaded before colortbl!
\usepackage{pdfpages}
% TikZ must not be loaded before colortbl
\usepackage{tikz}
\usepackage{multirow}
\usepackage{booktabs}
\usepackage{array}
% multiple text columns (list of thanks)
\usepackage{multicol}
\usepackage{refcount} % calculation of the page where the map is located
% page background
\usepackage[manualmark]{scrlayer-scrpage}
\pagestyle{scrplain}
\newcommand{\acro}[1]{{\textsmaller{#1}}} % macro for abbreviations with more than one capitalised letter
% title/metadata
\title{State of the Map 2018}
\subtitle{Programme}
\author{OpenStreetMap Foundation}
\date{\today}
\clearscrheadings
% page numbers
\cfoot[\begin{small}\pagemark\end{small}]{\begin{small}\pagemark\end{small}}
\ofoot[]{}
\ifoot[]{}
\pagestyle{scrplain}
\linespread{1.15}
% include our custom macros
\input{abstract-commands}
\input{sponsor-pagestyles}
\begin{document}
\pagestyle{cropmarksstyle}
\begin{titlepage}
\thispagestyle{titlestyle}
\null
\end{titlepage}
\pagestyle{cropmarksstyle}
\selectlanguage{english}
\input{contents}
\input{welcome}
\input{scholarships}
\input{getting-around}
\input{table-saturday}
\input{table-sunday}
\input{table-monday}
\input{lightning-talks}
\input{osmf}
\input{thanks}
\input{legal}
\input{back_cover}
\end{document}