3
0
Fork 0
mirror of https://github.com/fsr/nopanic synced 2024-11-15 08:53:11 +01:00
nopanic/nopanic.tex
Bet-Ty de081627d7 Text "Studienalltag" hinzugefügt und eingebunden (dafür "Studienbetrieb" rausgekickt)
Ich habe den alten Text "Studienbetrieb" weitestgehend beibehalten und
um die Thematik Module ergänzt. Außerdem habe ich unter dem Unterpunkt
"Stundenplan" noch erklärt, was SWS sind und was es mit den (un)geraden
Kalenderwochen bei 14-tägigen Lehrveranstaltungen auf sich hat.
2016-08-19 21:32:46 +02:00

89 lines
2.6 KiB
TeX

\documentclass[10pt]{scrreprt}
\usepackage[twoside
,papersize={148mm, 210mm}
,layoutsize={148mm, 210mm}
,top=1.5cm
,bottom=2cm
,footskip=1cm
,textwidth=12cm
,verbose
]{geometry}
\input{preamble.tex}
% we need this dummy counter to make a label at the spieleabendplakat
\newcounter{dummy}
\newcounter{linkcounter}
\newcommand\linklist{}
\makeatletter
\def\@breaklinklistat{26}
\newcommand{\link}[1]{%
\edef\tmptoken{\detokenize{#1}}%
\@ifundefined{nopanic@link@\tmptoken}{%
\edef\@linknumber{\arabic{linkcounter}}%
\protected@edef\@tmpkey{{\fontsize{9pt}{0}\selectfont\keys{\@linknumber}}}%
\expandafter\global\expandafter\edef\csname nopanic@link@\tmptoken\endcsname{\arabic{linkcounter}}%
%
% Standard print output:
\expandafter\g@addto@macro\expandafter\linklist\expandafter{\@tmpkey & \url{#1}}%
\ifx\@breaklinklistat\@linknumber
\g@addto@macro\linklist{\\}%
\else
\g@addto@macro\linklist{\\*}%
\fi
%
% 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}\\}%
%
\stepcounter{linkcounter}%
}{%
\protected@edef\@tmpkey{{\fontsize{9pt}{0}\selectfont\keys{\csname nopanic@link@\tmptoken\endcsname}}}%
}%
\href{#1}{\@tmpkey}%
}
\makeatother
\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
\AddToShipoutPictureBG*{\CoverPic}
\mbox{} %brauche leeren Content für ne newpage
%\newpage
\include{texte/zeitplan}
\include{texte/checkliste_kurz}
\tableofcontents
\include{texte/vorwort}
\include{texte/grusswort}
\include{texte/f1help}
\include{texte/checkliste}
\include{texte/fakultaet}
\include{texte/studienalltag}
\include{texte/moduluebersicht}
\include{texte/glossar}
\include{texte/links}
%include one or two blank pages for notes :)
\include{texte/raetsel}
\include{texte/campusplan}
\include{cover/back}
%to be merged and deleted: {zih}, {fsr, auditorium}, {danksagung}
%entirely deleted: fluechtlinge, cd, werbung
\end{document}