-
Notifications
You must be signed in to change notification settings - Fork 6
/
manual.tex
82 lines (69 loc) · 2 KB
/
manual.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
\documentclass[10pt]{scrreprt}
% quick TOC setup
\KOMAoption{toc}{chapterentrydotfill}
% don't use parskip package, set parskip=full instead
\KOMAoption{parskip}{half}
\usepackage[twoside
,papersize={148mm, 210mm}
,layoutsize={148mm, 210mm}
,top=1.5cm
,bottom=2cm
,footskip=1cm
,textwidth=12cm
,verbose
]{geometry}
\input{preamble.tex}
\input{macros.tex}
\hypersetup{
pdfauthor={FSR Informatik der TU Dresden},
pdftitle={The Manual - ESE \eseyear},
breaklinks=true, colorlinks=false, pdfborder={0 0 0},
pdfencoding=unicode
}
% we need this dummy counter to make a label at the spieleabendplakat
\newcounter{dummy}
\sloppy % forces "ugly" line breaks
\pagestyle{plain}
\begin{document}
%Das Coverbild, oh gott o.O Aber es funktioniert
\newcommand\CoverPic{%
\put(0,0){%
\parbox[b][\paperheight]{\paperwidth}{%
\vfill
\centering
\includegraphics[width = \paperwidth, height = \paperheight]{cover/Vorne}%
\vfill
}}}
\thispagestyle{empty} %keine Seitenzahl
\pagecolor{ese_bg_color}
\AddToShipoutPictureBG*{\CoverPic}
\mbox{} %brauche leeren Content für ne newpage
\newpage
\pagecolor{white}
% Linklist output
% All this stuff needs is immediate to avoid confusion between links on the same page
\immediate\newwrite\linklistfile
\immediate\openout\linklistfile=kopimi.htaccess\relax
\immediate\write\linklistfile{RewriteEngine On}
\immediate\write\linklistfile{RewriteBase /\eseyear}
% \include{texte/zeitplan}
\include{texte/inhaltsverzeichnis}
\include{texte/vorwort}
\include{texte/grusswort}
\include{texte/faq}
\include{texte/checkliste}
\include{texte/f1help}
\include{texte/fakultaet}
\include{texte/campus}
\include{texte/veranstaltungen}
\include{texte/studienalltag}
\include{texte/moduluebersicht}
\include{texte/werbung}
\include{texte/links}
% \addchap{Notizen}\mbox{}
\include{texte/raetsel}
\include{texte/campusplan}
\include{cover/back}
% Always close your files :)
\immediate\closeout\linklistfile
\end{document}