From 86aca77533d4868598508931f01f3059d64e4b20 Mon Sep 17 00:00:00 2001 From: niepra01 <rolf.niepraschk@ptb.de> Date: Tue, 15 May 2018 13:27:15 +0200 Subject: [PATCH] Layout, babel usw. --- arbeitsanweisung/vl-arbeitsanweisung.cls | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/arbeitsanweisung/vl-arbeitsanweisung.cls b/arbeitsanweisung/vl-arbeitsanweisung.cls index 5f2853d..cb3c9da 100644 --- a/arbeitsanweisung/vl-arbeitsanweisung.cls +++ b/arbeitsanweisung/vl-arbeitsanweisung.cls @@ -9,7 +9,7 @@ \LoadClass[% ,twoside ,fontsize=12pt% ??? -,headings=normal +,headings=small ,toc=bibliographynumbered ,captions=oneline ,captions=tableheading @@ -22,10 +22,10 @@ headheight=16mm, marginparwidth=5mm, left=22mm, right=16mm, -textheight=238mm, +textheight=228mm, top=20bp, headsep=10mm, -footskip=15mm, +footskip=25mm, ]{geometry} \renewcommand*\maketitle[1][1]{% @@ -35,7 +35,7 @@ footskip=15mm, \endgroup } -\RequirePackage{babel} +\RequirePackage[main=ngerman,english]{babel} \RequirePackage{tabularx} \let\ptb@endtabularx=\TX@endtabularx \RequirePackage{amsmath,threeparttable,tabto,ltablex,grffile} @@ -265,9 +265,17 @@ footskip=15mm, ,zero-decimal-to-integer=false } -\RedeclareSectionCommand[tocindent=3em,tocnumwidth=3.5em]{section} +\addtokomafont{title}{\sisetup{detect-weight=true, detect-family=true}} +\addtokomafont{disposition}{\sisetup{detect-weight=true, detect-family=true}} -\emergencystretch=3em % +\RedeclareSectionCommand[ +,tocindent=3em +,tocnumwidth=3.5em +]{section} + +\emergencystretch=3em % + +\raggedbottom \RequirePackage[final]{hyperref} -- GitLab