2019-07-15 18:47:34 +02:00
|
|
|
% \renewcommand*{\chapterheadstartvskip}{}
|
2015-09-08 10:42:10 +02:00
|
|
|
|
2018-09-07 16:56:49 +02:00
|
|
|
\usepackage[english, ngerman]{babel}
|
|
|
|
|
2015-09-08 10:42:10 +02:00
|
|
|
\usepackage{graphicx}
|
|
|
|
\usepackage{fancyhdr}
|
|
|
|
\usepackage{eso-pic}
|
|
|
|
\usepackage{caption}
|
|
|
|
\usepackage{wrapfig}
|
|
|
|
\usepackage{menukeys}
|
|
|
|
\usepackage{amssymb}
|
|
|
|
\usepackage{eurosym}
|
|
|
|
\usepackage{multicol}
|
2020-05-19 10:48:19 +02:00
|
|
|
\usepackage{lscape}
|
2015-09-08 10:42:10 +02:00
|
|
|
\setlength{\multicolsep}{0.5em}
|
2020-08-20 11:51:37 +02:00
|
|
|
\usepackage{adjustbox}
|
2019-08-14 22:18:08 +02:00
|
|
|
% fancy fone awesome boxes
|
|
|
|
\usepackage{awesomebox}
|
|
|
|
|
|
|
|
% mainly for linklist
|
2015-09-08 10:42:10 +02:00
|
|
|
\usepackage{longtable}
|
|
|
|
\usepackage{enumitem} % to easily remove itemize indent for the checklist
|
2019-08-14 22:18:08 +02:00
|
|
|
|
2019-07-23 13:12:13 +02:00
|
|
|
\usepackage{pdfpages}
|
2015-09-08 10:42:10 +02:00
|
|
|
\usepackage{fontspec}
|
2018-07-12 16:05:47 +02:00
|
|
|
\usepackage{microtype}
|
2018-09-07 16:56:49 +02:00
|
|
|
\usepackage[autostyle=true]{csquotes}
|
2015-09-08 10:42:10 +02:00
|
|
|
|
2019-07-15 15:42:55 +02:00
|
|
|
\PassOptionsToPackage{hyphens}{url}
|
|
|
|
\usepackage[colorlinks=false, pdfborder={0 0 0}]{hyperref}
|
|
|
|
\hypersetup{
|
|
|
|
pdfauthor={FSR Informatik der TU Dresden},
|
2020-04-22 21:25:28 +02:00
|
|
|
pdftitle={The Manual - ESE 2020},
|
2019-07-15 15:42:55 +02:00
|
|
|
breaklinks=true, colorlinks=false, pdfborder={0 0 0},
|
|
|
|
pdfencoding=auto
|
|
|
|
}
|
|
|
|
|
2017-06-13 08:25:40 +02:00
|
|
|
|
2019-07-15 18:47:34 +02:00
|
|
|
% \definecolor{ese_bg_color}{rgb}{0.0, 0.20, 0.376} % the definitive color -- #003360 (2015?)
|
|
|
|
% \definecolor{ese_bg_color}{rgb}{0.0, 0.263, 0.486} % the definitive color -- #00437C (2016?)
|
|
|
|
% \definecolor{ese_bg_color}{rgb}{0.051, 0.373, 0.596} % the definitive color -- #0D5F98 (2017)
|
|
|
|
% \definecolor{ese_bg_color}{rgb}{0.796, 0.376, 0.251} % the definitive color -- #CB6040 (2018)
|
2020-04-22 21:25:28 +02:00
|
|
|
% \definecolor{ese_bg_color}{rgb}{0.0, 0.47, 0.3} % wip-ish color -- #01794C (2019)
|
|
|
|
\definecolor{ese_bg_color}{RGB}{5,109,133} % final_really_final -- #056d85 (2020)
|
2015-09-08 10:42:10 +02:00
|
|
|
\definecolor{ese_fg_color}{rgb}{1, 1, 1}
|
|
|
|
|
2020-08-20 13:55:15 +02:00
|
|
|
\definecolor{fancypageref_color}{RGB}{5,109,133} % final_really_final -- #056d85 (2020)
|
2019-09-10 01:01:11 +02:00
|
|
|
|
2015-09-08 10:42:10 +02:00
|
|
|
\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}
|
|
|
|
|
2019-08-13 18:10:01 +02:00
|
|
|
\setkomafont{chapter}{\color{ese_bg_color}\fontspec[BoldFont={* Bold}]{Open Sans}\huge\bfseries}
|
|
|
|
\setkomafont{minisec}{\color{ifsrgray}\fontspec[BoldFont={* Bold}]{Open Sans}\large\bfseries}
|
2019-07-15 18:47:34 +02:00
|
|
|
\setkomafont{paragraph}{\color{ifsrgray}\fontspec[BoldFont={* Bold}]{Open Sans}}
|
2018-07-12 16:05:47 +02:00
|
|
|
\setkomafont{pagenumber}{\color{ifsrgray}\fontspec{Open Sans}}
|
2018-08-20 00:26:33 +02:00
|
|
|
|
2019-07-15 18:47:34 +02:00
|
|
|
\addtokomafont{disposition}{\normalfont\fontspec{Open Sans}}
|
|
|
|
\defaultfontfeatures{Ligatures=TeX} % enable ligatures (e.g. --) for new fonts
|
|
|
|
|
2018-08-20 00:26:33 +02:00
|
|
|
\newcommand{\ascii}{{\texttt{ascii}}}
|