OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Weird appendix title indent in PDF


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

Attachment: test.pdf
Description: Adobe PDF document



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]