2014-08-23 00:35:09 +02:00
|
|
|
\documentclass[10pt]{scrreprt}
|
2014-09-18 16:59:28 +02:00
|
|
|
\usepackage[twoside
|
2015-08-30 14:17:57 +02:00
|
|
|
,papersize={148mm, 210mm}
|
2014-09-18 16:59:28 +02:00
|
|
|
,layoutsize={148mm, 210mm}
|
2014-08-23 00:35:09 +02:00
|
|
|
,top=1.5cm
|
|
|
|
,bottom=2cm
|
|
|
|
,footskip=1cm
|
|
|
|
,textwidth=12cm
|
2014-09-18 18:24:58 +02:00
|
|
|
,verbose
|
2014-08-23 00:35:09 +02:00
|
|
|
]{geometry}
|
2014-05-23 17:29:25 +02:00
|
|
|
|
2015-09-08 10:42:10 +02:00
|
|
|
\input{preamble.tex}
|
2014-09-04 14:52:51 +02:00
|
|
|
|
2015-09-09 07:48:15 +02:00
|
|
|
% we need this dummy counter to make a label at the spieleabendplakat
|
|
|
|
\newcounter{dummy}
|
|
|
|
|
2014-08-04 15:42:23 +02:00
|
|
|
\newcounter{linkcounter}
|
2014-08-09 20:12:33 +02:00
|
|
|
\newcommand\linklist{}
|
|
|
|
\makeatletter
|
2014-08-09 21:02:54 +02:00
|
|
|
\newcommand{\link}[1]{%
|
2014-08-15 23:12:53 +02:00
|
|
|
\edef\tmptoken{\detokenize{#1}}%
|
|
|
|
\@ifundefined{nopanic@link@\tmptoken}{%
|
2015-09-02 07:24:31 +02:00
|
|
|
\edef\@linknumber{\arabic{linkcounter}}%
|
2015-09-08 10:57:18 +02:00
|
|
|
\protected@edef\@tmpkey{{\fontsize{9pt}{0}\selectfont\keys{\@linknumber}}}%
|
2014-08-15 23:12:53 +02:00
|
|
|
\expandafter\global\expandafter\edef\csname nopanic@link@\tmptoken\endcsname{\arabic{linkcounter}}%
|
2014-09-10 16:46:51 +02:00
|
|
|
%
|
|
|
|
% Standard print output:
|
2014-08-15 23:12:53 +02:00
|
|
|
\expandafter\g@addto@macro\expandafter\linklist\expandafter{\@tmpkey & \url{#1}\\}%
|
2014-09-10 16:46:51 +02:00
|
|
|
%
|
|
|
|
% Link system output:
|
|
|
|
% Copypasting the output of the following lines into a text file, then run and execute the result of:
|
|
|
|
% awk '{print "mkdir " $1 " && echo \"<?php header('\''Location: " $2 "'\''); ?>\" > " $1 "/index.php"}'
|
|
|
|
%\expandafter\g@addto@macro\expandafter\linklist\expandafter{\expandafter&\expandafter\tiny\@linknumber\ \url{#1}\\}%
|
|
|
|
%
|
2014-08-15 23:12:53 +02:00
|
|
|
\stepcounter{linkcounter}%
|
|
|
|
}{%
|
2015-09-08 10:57:18 +02:00
|
|
|
\protected@edef\@tmpkey{{\fontsize{9pt}{0}\selectfont\keys{\csname nopanic@link@\tmptoken\endcsname}}}%
|
2014-08-15 23:12:53 +02:00
|
|
|
}%
|
2014-08-09 21:02:54 +02:00
|
|
|
\href{#1}{\@tmpkey}%
|
2014-08-04 15:42:23 +02:00
|
|
|
}
|
2014-08-09 20:12:33 +02:00
|
|
|
\makeatother
|
2014-08-04 15:42:23 +02:00
|
|
|
|
2014-05-23 17:29:25 +02:00
|
|
|
\sloppy % forces "ugly" line breaks
|
2014-01-18 11:22:56 +01:00
|
|
|
|
2014-05-23 17:29:25 +02:00
|
|
|
\pagestyle{plain}
|
2014-01-18 13:44:43 +01:00
|
|
|
|
2014-08-06 22:47:07 +02:00
|
|
|
\begin{document}
|
2014-01-18 15:54:23 +01:00
|
|
|
%Das Coverbild, oh gott o.O Aber es funktioniert
|
|
|
|
\newcommand\CoverPic{%
|
|
|
|
\put(0,0){%
|
|
|
|
\parbox[b][\paperheight]{\paperwidth}{%
|
|
|
|
\vfill
|
|
|
|
\centering
|
2015-08-30 14:17:57 +02:00
|
|
|
\includegraphics[width = \paperwidth, height = \paperheight]{cover/Vorne}%
|
2014-01-18 15:54:23 +01:00
|
|
|
\vfill
|
|
|
|
}}}
|
2014-08-06 22:47:07 +02:00
|
|
|
\thispagestyle{empty} %keine Seitenzahl
|
2015-08-26 16:30:31 +02:00
|
|
|
\AddToShipoutPictureBG*{\CoverPic}
|
2014-08-06 22:47:07 +02:00
|
|
|
\mbox{} %brauche leeren Content für ne newpage
|
|
|
|
%\newpage
|
2014-01-18 15:54:23 +01:00
|
|
|
|
2014-08-20 13:55:15 +02:00
|
|
|
\include{texte/zeitplan}
|
2015-09-09 06:50:53 +02:00
|
|
|
\include{texte/campusplan}
|
|
|
|
\include{texte/danksagung}
|
2013-10-27 00:54:01 +02:00
|
|
|
\tableofcontents
|
2014-01-19 22:03:10 +01:00
|
|
|
\include{texte/vorwort}
|
|
|
|
\include{texte/grusswort}
|
|
|
|
\include{texte/studienbetrieb}
|
|
|
|
\include{texte/checkliste}
|
2015-09-09 06:50:53 +02:00
|
|
|
\include{texte/zih}
|
2014-01-19 22:03:10 +01:00
|
|
|
\include{texte/moduluebersicht}
|
2015-09-09 06:50:53 +02:00
|
|
|
\include{texte/auditorium}
|
2014-01-19 22:03:10 +01:00
|
|
|
\include{texte/f1help}
|
|
|
|
\include{texte/fsr}
|
2015-09-08 13:09:59 +02:00
|
|
|
\include{texte/fluechtlinge}
|
|
|
|
\include{texte/spieleabend}
|
2014-01-19 22:03:10 +01:00
|
|
|
\include{texte/ascii}
|
2015-09-04 12:56:20 +02:00
|
|
|
\include{texte/cd}
|
2014-01-19 22:03:10 +01:00
|
|
|
\include{texte/glossar}
|
2014-02-27 21:23:45 +01:00
|
|
|
\include{texte/links}
|
2014-01-19 22:31:52 +01:00
|
|
|
\include{texte/werbung}
|
|
|
|
\include{cover/back}
|
2013-10-27 00:54:01 +02:00
|
|
|
|
|
|
|
\end{document}
|