This repository has been archived by the owner on Jun 18, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
master.tex
113 lines (87 loc) · 2.31 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
\documentclass[version=last,toc=bib,toc=graduated,toc=index,toc=listof,9pt,openany]{scrbook}
\usepackage[utf8]{inputenc}
\usepackage[ngerman, english]{babel}
\usepackage[default]{sourcesanspro}
\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 %keine Schusterjungen
\widowpenalty=10000
\displaywidowpenalty=10000 % keine Hurenkinder
\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}
% PDFs als Hintergrundbilder
\usepackage{multirow}
\usepackage{booktabs}
\usepackage{array}
\usepackage{refcount} % calculation of the page where the map is located
% page background
\usepackage[manualmark]{scrlayer-scrpage}
\pagestyle{scrplain}
\newcommand{\acro}[1]{{\textsmaller[0.5]{#1}}} % macro for abbreviations with more than one capitalised letter
% title/metadata
\title{FOSSGIS-Konferenz 2019}
\subtitle{Programm}
\author{FOSSGIS e.V.}
\date{\today}
\clearscrheadings
% page numbers
\cfoot[\begin{small}\pagemark\end{small}]{\begin{small}\pagemark\end{small}}
\ofoot[]{}
\ifoot[]{}
\pagestyle{scrplain}
% Durchschuss erhöhen
\linespread{1.15}
% include our custom macros
\input{abstract-commands}
\begin{document}
\pagestyle{cropmarksstyle}
\begin{titlepage}
\thispagestyle{titlestyle}
\null
\end{titlepage}
\pagestyle{cropmarksstyle}
\selectlanguage{ngerman}
\input{contents}
\input{willkommen}
\input{workshop-tabelle}
\input{tabelle-mittwoch}
\input{mittwoch}
\input{tabelle-donnerstag}
\input{donnerstag}
\input{tabelle-freitag}
\input{freitag}
\input{samstag}
\input{impressum}
\input{kartenseiten}
\input{rueckseite}
\end{document}