From: Michael Smith Date: Mon, 17 Oct 2005 04:40:46 +0000 (+0000) Subject: Problem: X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0dd703e728f67844187e15b80708e111f9dd09cb;p=docbook-dsssl Problem: In a PDF generated with Passivetex, every itemizedlist (bulleted list) has a linebreak after the bullet and before the listem contents. That bullet should not be there. Cause: Design problem in Passivetex Fix: Added a fix that works around the problem by not wrapping the listem output in an if passivetex.extensions=1. Closes #1328348. Affects: Only affects output if passivetex.extensions=1. Otherwise, follows previous code path, so behavior is exactly the same. --- diff --git a/xsl/fo/lists.xsl b/xsl/fo/lists.xsl index a81c8465a..70d5344e4 100644 --- a/xsl/fo/lists.xsl +++ b/xsl/fo/lists.xsl @@ -124,9 +124,17 @@ - - - + + + + + + + + + + +