-
Notifications
You must be signed in to change notification settings - Fork 1
/
booklet_sun.tex
78 lines (54 loc) · 1.49 KB
/
booklet_sun.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
\documentclass[a4paper,10pt]{article}
\usepackage[british]{babel}
\usepackage{graphicx}
\newcommand{\FOSDEMday}{Sunday~}
\usepackage{booklet}
\usepackage{talktables}
\hyphenation{minutes}
% The year and edition (2001 was 1st)
% (~ forces a space after the command-text)
\newcommand{\FOSDEMyear}{2015~}
\newcommand{\FOSDEMedition}{15\textsuperscript{th}~}
\begin{document}
% Cover page
%\pagestyle{empty}
\label{cover}
\begin{center}
\includegraphics[width=0.6\textwidth]{artwork/flyer_nobg}
{\fontsize{35}{45}\selectfont
\bf
Schedule: Sunday
}
\vfill
% hack: fixed TOC
{\Large
\begin{tabular}{lll}
page 2 & & Main tracks and lightning talks \\
page 3 & & Devrooms in AW building \\
page 4-5 & & Devrooms in H building \\
page 5-6 & & Devrooms in K building \\
page 6-7 & & Devrooms in U building \\
\end{tabular}
\vfill
Schedule details and mobile apps on ~\texttt{https://fosdem.org/2015/schedule/}
}
\vfill
\end{center}
Compiled on {\ddmmyyyydate\today} at \currenttime, source code on \texttt{https://github.com/tias/penta\_booklet}
\loadgeometry{default}
% the tables...
{% you may have to tweak these numbers to make all tables fit a page
\fontsize{10.5}{8.4}\selectfont%
\renewcommand{\arraystretch}{0.9}%
%
\input{gen-tables-sun}%
}
% TODO before priting: check that pages are divisible by 4
%\pagestyle{empty}
%\pagebreak
%$ $
%\pagebreak
% Back cover - fill the whole page, image includes margins.
\label{backcover}%
\includegraphics[width=\textwidth]{artwork/campusmap}
\end{document}