From 73799de4d067c575a0eec1fa6c85eafd0dd8e5ec Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sat, 5 Nov 2016 18:43:21 +0100 Subject: [PATCH] dblatex-custom.sty: fix spacing in descriptionlabel --- asciidoc/dblatex-custom.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asciidoc/dblatex-custom.sty b/asciidoc/dblatex-custom.sty index 1233db5..ba4a508 100644 --- a/asciidoc/dblatex-custom.sty +++ b/asciidoc/dblatex-custom.sty @@ -26,7 +26,7 @@ % use parbox for description labels to allow line breaks \renewcommand\descriptionlabel[1]{ - \parbox[t]{\linewidth}{\hspace\labelsep \raggedright\bfseries #1}} + \parbox[t]{\linewidth}{\raggedright\bfseries #1\smallskip}} % For DocBook literallayout elements, see `./dblatex/dblatex-readme.txt`. \usepackage{alltt} -- 2.39.2