5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-03-20 22:50:06 +03:00

use parbox for description labels to allow line breaks

This commit is contained in:
Dietmar Maurer 2016-11-05 11:55:25 +01:00
parent 0ebf1114a5
commit 12c4696e3f

View File

@ -24,6 +24,10 @@
\end{minipage}\end{Sbox}\doublebox{\TheSbox}%
}
% use parbox for description labels to allow line breaks
\renewcommand\descriptionlabel[1]{
\parbox[t]{\linewidth}{\hspace\labelsep \raggedright\bfseries #1}}
% For DocBook literallayout elements, see `./dblatex/dblatex-readme.txt`.
\usepackage{alltt}