5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-08-03 20:21:55 +03:00

dblatex-custom.sty: fix spacing in descriptionlabel

This commit is contained in:
Dietmar Maurer
2016-11-05 18:43:21 +01:00
parent 9909dc0dd5
commit 73799de4d0

View File

@ -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}