From 8fe9701e5e03991c62f09a5acc90d19be3e1cbfc Mon Sep 17 00:00:00 2001 From: fotis Date: Thu, 20 Jul 2000 22:18:08 +0000 Subject: [PATCH] fix: show numbers in ordered lists (Marc Dorchain) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193539 13f79535-47bb-0310-9956-ffa450edef68 --- docs/xml-docs/xml2pdf.xsl | 61 +++++++++++++++++++++++++++++---------- 1 file changed, 46 insertions(+), 15 deletions(-) diff --git a/docs/xml-docs/xml2pdf.xsl b/docs/xml-docs/xml2pdf.xsl index ed7b580ee..287aef28a 100644 --- a/docs/xml-docs/xml2pdf.xsl +++ b/docs/xml-docs/xml2pdf.xsl @@ -6,7 +6,7 @@ TBD: - The faq doesn't show in the content - check why margin-bottom on the page with properties is too large - check why keep-next not only doesn't work, but leads to repeating already printed lines - make lines containing only code look nicer (smaller line height) - - check why in section "FO Formatting" p. 17 the bullets are overwritten + - replace bullets in ordered lists with numbers - correct the hack replacing nbsp with '-' - handle the links correctly which have been external in the html doc and are now internal @@ -268,23 +268,54 @@ TBD: - The faq doesn't show in the content - - - - - · - - - - - - - + + + + + + + + + + + · + + + + + + + + + + + + + + + + ) + + + + + + + + + + -- 2.39.5