2014-08-23 00:35:09 +02:00
|
|
|
\documentclass[10pt]{scrreprt}
|
2014-09-18 16:59:28 +02:00
|
|
|
\usepackage[twoside
|
|
|
|
,papersize={156mm, 218mm}
|
|
|
|
,layoutsize={148mm, 210mm}
|
|
|
|
,layouthoffset=4mm
|
|
|
|
,layoutvoffset=4mm
|
2014-08-23 00:35:09 +02:00
|
|
|
,top=1.5cm
|
|
|
|
,bottom=2cm
|
|
|
|
,footskip=1cm
|
|
|
|
,textwidth=12cm
|
2014-09-18 16:59:28 +02:00
|
|
|
,showcrop
|
2014-08-23 00:35:09 +02:00
|
|
|
]{geometry}
|
|
|
|
|
|
|
|
\renewcommand*{\chapterheadstartvskip}{}
|
2014-05-23 17:29:25 +02:00
|
|
|
|
2013-10-27 00:54:01 +02:00
|
|
|
\usepackage[parfill]{parskip}
|
2014-01-18 15:54:23 +01:00
|
|
|
\usepackage{graphicx}
|
2014-01-18 11:22:56 +01:00
|
|
|
\usepackage{fancyhdr}
|
2014-01-18 15:54:23 +01:00
|
|
|
\usepackage{eso-pic}
|
2014-01-19 21:43:47 +01:00
|
|
|
\usepackage{caption}
|
|
|
|
\usepackage{hyperref}
|
2014-03-02 14:01:18 +01:00
|
|
|
\usepackage{wrapfig}
|
2014-08-04 15:42:23 +02:00
|
|
|
\usepackage{menukeys}
|
2014-08-09 21:02:54 +02:00
|
|
|
\usepackage{url}
|
2014-09-04 17:09:03 +02:00
|
|
|
\usepackage{amssymb}
|
2014-08-22 13:29:09 +02:00
|
|
|
\usepackage{eurosym}
|
2014-08-30 15:32:36 +02:00
|
|
|
\usepackage{multicol}
|
|
|
|
\setlength{\multicolsep}{0.5em}
|
2014-08-30 15:49:16 +02:00
|
|
|
\usepackage{longtable}
|
2013-10-27 00:54:01 +02:00
|
|
|
|
2014-05-23 17:29:25 +02:00
|
|
|
\usepackage{fontspec}
|
|
|
|
\usepackage{polyglossia}
|
|
|
|
\setmainlanguage{german}
|
|
|
|
\newcommand{\glqq}{„}
|
|
|
|
\newcommand{\grqq}{“}
|
|
|
|
|
2014-09-04 14:52:51 +02:00
|
|
|
\definecolor{ifsrgreen}{rgb}{0.69, 0.88, 0.11} % 177, 225, 28
|
|
|
|
\definecolor{ifsrgray}{rgb}{0.6, 0.6, 0.6} % 153, 153, 153
|
|
|
|
|
|
|
|
\changemenucolor{gray}{bg}{named}{ifsrgreen} %background of the menukeys
|
|
|
|
\changemenucolor{gray}{br}{named}{white} %border of the menukeys
|
|
|
|
%\changemenucolor{gray}{txt}{named}{white} %text of the menukeys
|
|
|
|
|
|
|
|
\setmainfont{PT Sans}
|
|
|
|
\setkomafont{chapter}{\color{ifsrgreen}\fontspec[BoldFont={* Bold}]{Exo}\huge}
|
|
|
|
\setkomafont{chapterentry}{\normalfont\bfseries}
|
|
|
|
\setkomafont{minisec}{\color{ifsrgray}\fontspec[BoldFont={* Bold}]{Exo}\large}
|
|
|
|
\setkomafont{paragraph}{\color{ifsrgray}\fontspec[BoldFont={* Bold}]{Exo}}
|
|
|
|
\setkomafont{pagenumber}{\color{ifsrgray}\fontspec{Roboto}}
|
|
|
|
|
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}{%
|
2014-09-10 16:46:51 +02:00
|
|
|
\edef\@linknumber{\arabic{linkcounter}}
|
|
|
|
\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}%
|
|
|
|
}{%
|
2014-08-23 00:35:09 +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
|
|
|
|
\includegraphics[width=\paperwidth,height=\paperheight,%
|
2014-08-06 22:47:07 +02:00
|
|
|
keepaspectratio]{cover/Vorne}%
|
2014-01-18 15:54:23 +01:00
|
|
|
\vfill
|
|
|
|
}}}
|
2014-08-06 22:47:07 +02:00
|
|
|
\thispagestyle{empty} %keine Seitenzahl
|
|
|
|
\AddToShipoutPicture*{\CoverPic}
|
|
|
|
\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}
|
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}
|
|
|
|
\include{texte/moduluebersicht}
|
|
|
|
\include{texte/f1help}
|
|
|
|
\include{texte/auditorium}
|
|
|
|
\include{texte/fsr}
|
|
|
|
\include{texte/cd}
|
|
|
|
\include{texte/ascii}
|
|
|
|
\include{texte/zih}
|
|
|
|
\include{texte/glossar}
|
2014-02-27 21:23:45 +01:00
|
|
|
\include{texte/links}
|
2014-01-19 22:31:52 +01:00
|
|
|
\include{texte/campusplan}
|
|
|
|
\include{texte/werbung}
|
|
|
|
\include{cover/back}
|
2013-10-27 00:54:01 +02:00
|
|
|
|
|
|
|
\end{document}
|