From 0dd703e728f67844187e15b80708e111f9dd09cb Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 17 Oct 2005 04:40:46 +0000 Subject: [PATCH] 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. --- xsl/fo/lists.xsl | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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 @@ - - - + + + + + + + + + + + -- 2.40.0