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}% \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`. % For DocBook literallayout elements, see `./dblatex/dblatex-readme.txt`.
\usepackage{alltt} \usepackage{alltt}