2015-09-08 10:42:10 +02:00
|
|
|
\renewcommand*{\chapterheadstartvskip}{}
|
|
|
|
|
|
|
|
\usepackage[parfill]{parskip}
|
|
|
|
\usepackage{graphicx}
|
|
|
|
\usepackage{fancyhdr}
|
|
|
|
\usepackage{eso-pic}
|
|
|
|
\usepackage{caption}
|
|
|
|
\PassOptionsToPackage{hyphens}{url}
|
|
|
|
\usepackage[colorlinks=false, pdfborder={0 0 0}]{hyperref}
|
2016-04-21 13:18:11 +02:00
|
|
|
\hypersetup{
|
|
|
|
pdfauthor={FSR Informatik der TU Dresden},
|
2017-05-16 19:29:20 +02:00
|
|
|
pdftitle={NO PANIC - ESE 2017},
|
2017-09-11 16:57:14 +02:00
|
|
|
breaklinks=true, colorlinks=false, pdfborder={0 0 0},
|
|
|
|
pdfencoding=auto
|
2016-04-21 13:18:11 +02:00
|
|
|
}
|
2015-09-08 10:42:10 +02:00
|
|
|
\usepackage{wrapfig}
|
|
|
|
\usepackage{menukeys}
|
|
|
|
\usepackage{amssymb}
|
|
|
|
\usepackage{eurosym}
|
|
|
|
\usepackage{multicol}
|
|
|
|
\setlength{\multicolsep}{0.5em}
|
|
|
|
\usepackage{longtable}
|
|
|
|
\usepackage{enumitem} % to easily remove itemize indent for the checklist
|
|
|
|
|
|
|
|
\usepackage{fontspec}
|
|
|
|
\usepackage{polyglossia}
|
|
|
|
\setmainlanguage{german}
|
|
|
|
\newcommand{\glqq}{„}
|
|
|
|
\newcommand{\grqq}{“}
|
|
|
|
|
2017-06-13 08:25:40 +02:00
|
|
|
|
|
|
|
% \definecolor{ese_bg_color}{rgb}{0.0, 0.20, 0.376} % wip-ish color -- #003360
|
2017-09-08 23:57:39 +02:00
|
|
|
%\definecolor{ese_bg_color}{rgb}{0.0, 0.263, 0.486} % wip-ish color -- #00437C
|
|
|
|
\definecolor{ese_bg_color}{rgb}{0.051, 0.373, 0.596} % wip-ish color -- #0D5F98
|
2015-09-08 10:42:10 +02:00
|
|
|
\definecolor{ese_fg_color}{rgb}{1, 1, 1}
|
|
|
|
|
|
|
|
\definecolor{ifsrgray}{rgb}{0.6, 0.6, 0.6} % 153, 153, 153
|
|
|
|
|
2015-09-08 11:09:06 +02:00
|
|
|
% is toggled twice for moduluebersicht.tex
|
2015-09-08 10:57:18 +02:00
|
|
|
\changemenucolor{gray}{bg}{named}{ese_fg_color} %background of the menukeys
|
|
|
|
\changemenucolor{gray}{br}{named}{ese_bg_color} %border of the menukeys
|
|
|
|
\changemenucolor{gray}{txt}{named}{ese_bg_color} %text of the menukeys
|
2015-09-08 10:42:10 +02:00
|
|
|
|
|
|
|
\setmainfont{PT Sans}
|
|
|
|
\setkomafont{chapter}{\color{ese_bg_color}\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{PT Sans}}
|