3
0
Fork 0
mirror of https://github.com/fsr/nopanic synced 2024-11-15 08:53:11 +01:00
nopanic/nopanic.tex

84 lines
2 KiB
TeX
Raw Normal View History

\documentclass[a4paper,14pt,twoside
%,draft
]{scrreprt}
\usepackage[parfill]{parskip}
\usepackage{graphicx}
\usepackage{fancyhdr}
\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}
\usepackage{menukeys}
\usepackage{fontspec}
\usepackage{polyglossia}
\setmainlanguage{german}
\newcommand{\glqq}{}
\newcommand{\grqq}{}
\newcounter{linkcounter}
\newcommand{\link}{
\keys{\arabic{linkcounter}}
\stepcounter{linkcounter}
}
\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
\pagestyle{plain}
2014-01-18 13:44:43 +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,%
keepaspectratio]{img/cover_2014}%
\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}%
\vfill
}}}
\begin{document}
\include{cover/front}
\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}
\include{texte/campusplan}
\include{texte/werbung}
\include{cover/back}
\end{document}