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: Re: [docbook-apps] Position of ToC, List of Figures, etc. in a book


This requires copying the template with match="book" from fo/division.xsl to
a customization layer and rearranging it.  That template is big, and really
should be rewritten to call more modular templates instead of putting
everything in one big template.  For example, all the TOC and lists of
figures stuff could go into other templates that are called by the book
template.

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "Thomas Marti" <thx.79@schweiz.org>
To: <docbook-apps@lists.oasis-open.org>
Sent: Tuesday, June 21, 2005 5:26 AM
Subject: [docbook-apps] Position of ToC, List of Figures, etc. in a book


> Hello
>
> I have a document, which looks like this:
>
> <book>
>    <preface><title>Preface_1</title></preface>
>    <preface><title>Preface_2</title></preface>
>    <chapter><title>Chapter_1</title></chapter>
>    ...
> </book>
>
> Now the generated PDF has a structure like this:
>
> * (Title pages)
> * ToC
> * List of Figures
> * List of Examples
> * Preface_1
> * Preface_2
> * Chapter_1
> * ...
>
> What I would like to have is that the prefaces come *before* ToC,
ListOfFigures,
> etc.
>
> * Titlepages
> * Preface_1
> * Preface_2
> * ToC
> * List of Figures
> * List of Examples
> * Chapter_1
> * ...
>
> Is there a way to achieve this?
>
> And a second question: Is it possible to have ToC, List of Figure, List of
> Examples, etc. continuously on one or more pages, but without any
pagebreaks
> in-between?
>
>
> Greetings, Thomas
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
>
>
>




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