You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
981 B
42 lines
981 B
%
|
|
% general configuration
|
|
%
|
|
|
|
\usepackage[draft=false]{scrlayer-scrpage}
|
|
\usepackage{ifdraft}
|
|
\renewcommand*{\chaptermarkformat}{\MakeUppercase{\chapapp}~\thechapter\autodot\enskip}
|
|
\chead{}
|
|
%\chead*{Entwicklungsversion \version}
|
|
\ihead{\headmark}
|
|
\ohead{\pagemark}
|
|
|
|
% Use microtype to improve typesetting
|
|
\usepackage{microtype}
|
|
|
|
%set page margin for DIN A4
|
|
\geometry{a4paper, left=2.5cm, right=2.5cm, top=4cm,
|
|
bottom=5cm, bindingoffset=1cm}
|
|
|
|
%makes TeX less fussy about line breaking
|
|
% but makes it also look like Word
|
|
%\sloppy
|
|
|
|
% Replacement for changing parskip and parindent directly
|
|
%\usepackage{parskip}
|
|
|
|
%1.5 spacing
|
|
\onehalfspacing
|
|
{}
|
|
|
|
|
|
%define some colors
|
|
\definecolor{darkblue}{rgb}{0.0,0.0,0.5}
|
|
\definecolor{grey}{rgb}{0.8,0.8,0.8}
|
|
\definecolor{lightgrey}{rgb}{0.95,0.95,0.95}
|
|
|
|
|
|
%override reference title and listings title
|
|
\renewcommand \bibname{References}
|
|
%\renewcommand{\lstlistlistingname}{List of Listings}
|
|
|
|
\newtheorem{definition}{Definition}
|