When I generate PDF from this document:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
]>
<article>
<section>
<title>A Section</title>
<para>This is some section text.</para>
</section>
<appendix>
<title>An Appendix</title>
<para>This is some appendix text.</para>
</appendix>
</article>
...the appendix title is indented to the right(see attached PDF).
I would expect it to line up with the section title. The titles line
up in HTML just fine.
Here's my toolchain:
xsltproc /usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl test.dbk >
test.fo
fop -fo test.fo -pdf test.pdf
Here are the versions of docbook and toolchain:
docbook-xml: 4.5
docbook-xsl: 1.76.1
xsltproc: 1.1.26
fop: 1.0
Is this a bug in the stylesheets or in fop maybe?
Thanks!
Ryan
test.pdf
Description: Adobe PDF document
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
