% !TeX root = sanitize-umlaut.tex % include file (style) of sanitize-umlaut.tex (manual of the LaTeX package sanitize-umlaut) \renewcommand*\l@subsection{\@dottedtocline{2}{1.5em}{2.7em}} \renewcommand*\l@subsubsection{\@dottedtocline{3}{4.2em}{3.2em}} \RequirePackage[T1]{fontenc} \RequirePackage[utf8]{inputenc} \RequirePackage[english]{babel} \RequirePackage{lmodern,parskip,array} \RequirePackage[svgnames,table,hyperref]{xcolor} \RequirePackage{tikz} \RequirePackage{varioref} \RequirePackage[pdftex,bookmarks,raiselinks,pageanchor,hyperindex,colorlinks]{hyperref} \RequirePackage{varwidth,cleveref,incgraph} \RequirePackage[a4paper,left=2.5cm,right=2.5cm,top=1.5cm,bottom=1.5cm, marginparsep=3mm,marginparwidth=18mm, headheight=0mm,headsep=0cm, footskip=1.5cm,includeheadfoot%,showframe ]{geometry} \RequirePackage{fancyhdr} \fancyhf{} \fancyfoot[C]{\thepage}% \renewcommand{\headrulewidth}{0pt} \renewcommand{\footrulewidth}{0pt} \pagestyle{fancy} \tolerance=2000% \setlength{\emergencystretch}{20pt}% \RequirePackage{array,tabularx,booktabs} \RequirePackage{lipsum} \RequirePackage[extendedchars,encoding,filenameencoding=utf-8]{grffile} \RequirePackage{tcolorbox} \tcbuselibrary{skins,xparse,minted,breakable,documentation,raster} \definecolor{Green_Dark}{rgb}{0.078431,0.407843,0.176471} \definecolor{Blue_Dark}{rgb}{0.090196,0.211765,0.364706} \definecolor{Blue_Bright}{rgb}{0.858824,0.898039,0.945098} \tcbset{skin=enhanced, doc head={colback=yellow!10!white,interior style=fill}, doc head key={colback=magenta!5!white,interior style=fill}, color key=DarkViolet, color value=Teal, color color=Teal, color counter=Orange!85!black, color length=Orange!85!black, index colorize, index annotate, beforeafter example/.style={ before skip=4pt plus 2pt minus 1pt, after skip=8pt plus 4pt minus 2pt }, docexample/.style={bicolor, beforeafter example, arc is angular,fonttitle=\bfseries, fontlower=\footnotesize, colframe=Blue_Dark, colback=Blue_Bright!25, colbacklower=white, drop fuzzy shadow, listing engine=minted, documentation minted style=colorful, }, } \urlstyle{sf} \newtcblisting{fullexample}[1]{docexample,minted style=colorful, listing and comment,pdf comment,freeze pdf,compilable listing,#1} \DeclareTotalTCBox{\myverb}{ O{} v }{tile,fontupper=\ttfamily,nobeforeafter, tcbox raise base,boxsep=0.5mm,top=0pt,bottom=0pt,left=0pt,right=0pt,boxrule=0.3mm, colback=yellow!10, borderline horizontal={0.3mm}{0pt}{red!50}, #1}{#2} % patch for tcolorbox older than 3.92 \tcbset{ compilable listing/.style={listing file={\jobname-listing-\thetcblistingcount.tex}}, }