From 4df2fc859eaa0abe6cb2adc794cda4f6aa0b09b9 Mon Sep 17 00:00:00 2001 From: Rolf Niepraschk <Rolf.Niepraschk@ptb.de> Date: Thu, 7 Nov 2019 09:44:06 +0100 Subject: [PATCH] kompakte Listen --- gefahrgutformular/gefahrgutformular.cls | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gefahrgutformular/gefahrgutformular.cls b/gefahrgutformular/gefahrgutformular.cls index 39a2ed3..d092ebf 100644 --- a/gefahrgutformular/gefahrgutformular.cls +++ b/gefahrgutformular/gefahrgutformular.cls @@ -2,7 +2,7 @@ \listfiles \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesClass{gefahrgutformular} - [2019/04/03 v0.1a Gefahrgutformular (RN/PTB)] + [2019/10/07 v0.1b Gefahrgutformular (RN/PTB)] \DeclareOption*{\PassOptionsToClass{\CurrentOption}{scrartcl}} \ProcessOptions\relax @@ -234,6 +234,10 @@ \mbox{} \newpage } +\RequirePackage{enumitem} +\setlist{leftmargin=*,noitemsep} +\setlist[1]{labelindent=1em} + \emergencystretch=3em % \pagestyle{empty} -- GitLab