[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Table of Contents starts on page 4 / page breaks between lists of figures, examples, tables
Hi, I have a couple of problems with the Table of Contents and Lists of Figures, Examples, and Tables. I've been going through the docs and source (and sagehill.net) for a couple of hours, to no avail When I process a DocBook book against the 1.73.2 XSLT to get a PDF, the ToC starts on page 4, with just the book title repeated on Page 2, and no content on page 3. How do I change this so the ToC starts on page 2 or 3? My lists of figures, examples, and tables all start on a new page. How do I change this? (I don't want page breaks before/after each list.) Example xml and pdf attached. Andrew -- You did not read the manual Our tech writer is sad Locked in the toilet, he is crying
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"> <book> <title>Test Book</title> <chapter> <title>First Chapter</title> <para>Text</para> <example> <title>Some example</title> <para>Foo</para> </example> <figure> <title>Some Figure</title> <mediaobject> <imageobject> <imagedata fileref="???" /> </imageobject> </mediaobject> </figure> <table> <title>Some table</title> <tgroup cols="2"> <tbody> <row> <entry></entry> <entry></entry> </row> <row> <entry></entry> <entry></entry> </row> </tbody> </tgroup> </table> </chapter> </book>
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]