2014-05-23 17:29:25 +02:00
|
|
|
\documentclass[a4paper,14pt,twoside
|
|
|
|
%,draft
|
|
|
|
]{scrreprt}
|
|
|
|
|
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}
|
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}{“}
|
|
|
|
|
|
|
|
\definecolor{ifsrgreen}{rgb}{0.69, 0.88, 0.11} % 177, 225, 28
|
|
|
|
\definecolor{ifsrgray}{rgb}{0.6, 0.6, 0.6} % 153, 153, 153
|
|
|
|
|
|
|
|
\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}}
|
|
|
|
|
|
|
|
\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-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-05-23 17:29:25 +02:00
|
|
|
keepaspectratio]{img/cover_2014}%
|
2014-01-18 15:54:23 +01:00
|
|
|
\vfill
|
|
|
|
}}}
|
|
|
|
|
|
|
|
%Das Rückbild, den Text können wir aber nach wie vor hier direkt reinschreiben, erzeugen wir einfach ne leere farbige Rückseite.
|
|
|
|
\newcommand\BackcoverPic{%
|
|
|
|
\put(0,0){%
|
|
|
|
\parbox[b][\paperheight]{\paperwidth}{%
|
|
|
|
\vfill
|
|
|
|
\centering
|
|
|
|
\includegraphics[width=\paperwidth,height=\paperheight,%
|
2014-01-19 22:03:10 +01:00
|
|
|
keepaspectratio]{img/backcover_old.png}%
|
2014-01-18 15:54:23 +01:00
|
|
|
\vfill
|
|
|
|
}}}
|
2014-01-18 11:22:56 +01:00
|
|
|
|
2013-10-27 00:54:01 +02:00
|
|
|
\begin{document}
|
2014-01-18 15:54:23 +01:00
|
|
|
|
2014-01-19 22:31:52 +01:00
|
|
|
\include{cover/front}
|
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/dozenten}
|
|
|
|
\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}
|