mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-04-29 01:36:48 +00:00
dblatex-custom.sty: fix spacing in descriptionlabel
This commit is contained in:
parent
9909dc0dd5
commit
73799de4d0
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user