From 93da28c6eb562980c9e8884daada0571bd9a9ad6 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Thu, 8 Aug 2002 09:07:10 +0000 Subject: [PATCH] Fixed toc.line for FOP to align numbers by adding leader-pattern-width property as suggested by Nicolas Nieswandt. Was able to remove the fop.extensions choose/when structure because it works for all processors. The numbers in fop align left rather than right, but at least they line up. --- xsl/fo/autotoc.xsl | 64 +++++++++++++++++----------------------------- 1 file changed, 24 insertions(+), 40 deletions(-) diff --git a/xsl/fo/autotoc.xsl b/xsl/fo/autotoc.xsl index 2230aaf7f..da8c606a7 100644 --- a/xsl/fo/autotoc.xsl +++ b/xsl/fo/autotoc.xsl @@ -108,46 +108,30 @@ - - - - - - - - -          - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + -- 2.50.1