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

63 lines
2 KiB
TeX
Raw Normal View History

\renewcommand*{\chapterheadstartvskip}{}
\usepackage[english, ngerman]{babel}
\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},
breaklinks=true, colorlinks=false, pdfborder={0 0 0},
pdfencoding=auto
2016-04-21 13:18:11 +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
\usepackage{fontspec}
\usepackage{microtype}
\usepackage[autostyle=true]{csquotes}
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)
\definecolor{ese_fg_color}{rgb}{1, 1, 1}
\definecolor{ifsrgray}{rgb}{0.6, 0.6, 0.6} % 153, 153, 153
% is toggled twice for moduluebersicht.tex
\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
\setmainfont[
Scale=0.90,
BoldFeatures={Scale=1.0}
]{Open Sans}
\setmonofont[
Scale = 1.09
]{Latin Modern Mono}
\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{Open Sans}}
\newcommand{\ascii}{{\texttt{ascii}}}