From 5e225c7bba7d173f06299bc5857ae75b9bf28a82 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Tue, 21 Nov 2023 08:24:30 +0100 Subject: [PATCH] remove dlist justification --- layout.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout.sty b/layout.sty index 2364aa32..4b42088d 100644 --- a/layout.sty +++ b/layout.sty @@ -382,7 +382,7 @@ bookmarks=true]% \newcounter{dlist} \newenvironment{dlist}% - {\begin{list}{\raggedright\Large\dicef{\value{dlist}}}{\usecounter{dlist}}}% + {\raggedright\begin{list}{\Large\dicef{\value{dlist}}}{\usecounter{dlist}}}% {\end{list}}% \newcounter{blingNo} -- GitLab