Hi!
Maybe it is a FOP issue. Only one-digit list numbers are going with a space before text (you can see the attachment). How can I customize pdf-export to avoid such problems with numbered lists?
Oh! I've found it in /docbook-xsl/fo/param.xsl file. Maybe this is not a beautiful way to fix it, but I've changed the
<xsl:param name="orderedlist.label.width">1.2em</xsl:param>
on
<xsl:param name="orderedlist.label.width">1.8em</xsl:param>
In Docmenta version 1.8 the output setting "List label width" has been added. See also the release notes of Docmenta 1.8.
Log in to post a comment.
Oh!
I've found it in /docbook-xsl/fo/param.xsl file.
Maybe this is not a beautiful way to fix it, but I've changed the
on
In Docmenta version 1.8 the output setting "List label width" has been added.
See also the release notes of Docmenta 1.8.