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},
|
2018-07-19 16:15:16 +02:00
|
|
|
pdftitle={Untitled - ESE 2018},
|
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
|
|
|
|
|
2018-07-12 14:32:16 +02:00
|
|
|
\usepackage[titles]{tocloft}
|
2018-06-28 13:43:43 +02:00
|
|
|
|
2015-09-08 10:42:10 +02:00
|
|
|
\usepackage{fontspec}
|
|
|
|
\usepackage{polyglossia}
|
2018-07-12 16:05:47 +02:00
|
|
|
\usepackage{microtype}
|
2015-09-08 10:42:10 +02:00
|
|
|
\setmainlanguage{german}
|
|
|
|
\newcommand{\glqq}{„}
|
|
|
|
\newcommand{\grqq}{“}
|
|
|
|
|
2017-06-13 08:25:40 +02:00
|
|
|
|
2018-06-28 13:49:12 +02:00
|
|
|
% \definecolor{ese_bg_color}{rgb}{0.0, 0.20, 0.376} % wip-ish color -- #003360 (2015?)
|
|
|
|
%\definecolor{ese_bg_color}{rgb}{0.0, 0.263, 0.486} % wip-ish color -- #00437C (2016?)
|
|
|
|
%\definecolor{ese_bg_color}{rgb}{0.051, 0.373, 0.596} % wip-ish color -- #0D5F98 (2017)
|
|
|
|
\definecolor{ese_bg_color}{rgb}{0.796, 0.376, 0.251} % wip-ish color -- #CB6040 (2018)
|
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
|
|
|
|
2018-07-12 16:05:47 +02:00
|
|
|
\setmainfont[
|
|
|
|
Scale=0.90,
|
|
|
|
BoldFeatures={Scale=1.0}
|
|
|
|
]{Open Sans}
|
|
|
|
|
2018-08-20 00:26:33 +02:00
|
|
|
\setmonofont[
|
|
|
|
Scale = 1.09
|
|
|
|
]{Latin Modern Mono}
|
|
|
|
|
2015-09-08 10:42:10 +02:00
|
|
|
\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}}
|
2018-07-12 16:05:47 +02:00
|
|
|
\setkomafont{pagenumber}{\color{ifsrgray}\fontspec{Open Sans}}
|
2018-08-20 00:26:33 +02:00
|
|
|
|
|
|
|
\newcommand{\ascii}{{\texttt{ascii}}}
|