Re: Continued page numbering in the frontmatter

Bob Stayton <[email protected]> Sun, 23 Aug 2020 13:24:57 -0700
Newsgroups gmane.text.docbook.apps
Message-ID <[email protected]>
This is unusual.  Does your customization layer have a template named 
'initial.page.number'?   If so, then that is likely the cause of the 
problem, because that template is used in each page-sequence to set the 
'initial-page-number' attribute on the page-sequence.  A value of "auto" 
continues from the previous page-sequence.  The original template is in 
fo/pagesetup.xsl.

Bob Stayton
[email protected]

On 8/23/2020 1:12 PM, Bernhard Kleine wrote:
> Hi,
>
> I have this structure in my book.
>
>> <?xml version="1.0" encoding="UTF-8"?>
>> <?xml-model href="http://docbook.org/xml/5.1/rng/docbookxi.rng"
>> schematypens="http://relaxng.org/ns/structure/1.0"?>
>> <?xml-model href="http://docbook.org/xml/5.1/sch/docbook.sch"
>> type="application/xml"
>> schematypens="http://purl.oclc.org/dsdl/schematron"?>
>> <!DOCTYPE book[
>>      <!ENTITY % my-entities SYSTEM "./Myentities.ent">
>>      %my-entities;
>>      ]>
>> <book xmlns="http://docbook.org/ns/docbook" xml:lang="de"
>> xmlns:xi="http://www.w3.org/2001/XInclude"
>>      xmlns:ns5="http://www.w3.org/2000/svg"
>> xmlns:ns="http://docbook.org/ns/docbook"
>>      xmlns:xlink="http://www.w3.org/1999/xlink" version="5.1"
>>       status="draft"   >
>>      <info>
>>          <title>Falter in Lenzkirch </title>
>>             
>>          <abstract>
>>              <para><emphasis role="bold">Falter in
>> Lenzkirch</emphasis></para>
>>              <para>ist die private Sammlung von über 600 verschiedenen
>> Faltern von Bernhard Kleine aus 13 Jahren Fotografieren
>>                  in Lenzkirch. </para>
>>              <para>...
>>              </para>
>>          </abstract>
>>      </info>
>>      <dedication>
>>          <title>Zur Erinnerung</title>
>>          <para>An dieser Stelle geht mein Dank an Peter Simon aus
>> Titisee-Neustadt ....</para>
>>      </dedication>
>>      <preface>
>>          <title>Vorwort zur 2. Auflage</title>
>>          <para>Diese zweite Auflage meines Buches &Lqt;Falter in
>> Lenzkirch&Rqt; </para>
>>          <para>Zum Glück ist die Falterbeobachtung durch ...</para>
>>          <para>Mittlerweile habe ich über ...
>>          </para>
>>         ...
>>          <para>Ich wünsche Ihnen mit dem neuen Buch viel Freude und
>> hoffentlich einige Aha-Erlebnisse. </para>
>>          <para>Bernhard Kleine, Lenzkirch, August 2020</para>
>>          </preface>
>>      <xi:include href="cha_einfuehrungV2.xml"/>
> The pagenumbering starts anew for the dedication, the table of contents
> and the preface i , i - iv, i ii.
> For me this is quite unusual, however, I donot see, where to tackle in
> order have the pagenumbering continous from i - x.
>
> The same interuption is obvious in the three indeces at the end of the book:
>
>>     <index type="scName">
>>          <title>Wissenschaftliche Namen</title>
>>          <para>(Gattungsnamen großgeschrieben, Artbezeichnungen
>> klein)</para>
>>      </index>
>>      
>>      <index type="dtName">
>>          <title>Deutsche Namensliste</title>
>>      </index>
>>      
>>      <index type="RWP">
>>          <title>Raupenwirtspflanzen</title>
>>      </index>
> Any of the three indeces starts anew with one. How to change that?
>
> Regards Bernhard
>
>