On Feb 12, 2008 11:33 PM, Bart Wise <[EMAIL PROTECTED]> wrote:
> Willi,
>
> I tried that and it did do what I wanted.  My book has frontmatter and
> bodymatter.  The page numbering will start at 1 on the title page, displayed
> in roman numerals.  And then when the bodymatter is entered, the numbering
> should get reset to 1.  However, when I did a "way=bytext", I could not reset
> the numbering to 1 when I was in the bodymatter section.
>
> Any more hints?
>
> Just for clarity sake,  here's some sample code of what I'm trying to do:
>
> \enablemode[doublesided]
>
> \setuppagenumbering[
>     location={footer,middle},
>     alternative=doublesided,
>     partnumber=no,
>     style=\em\tfx,
>     way=bytext]
>
> \starttext
>
> \startfrontmatter
> \setuppagenumbering[conversion=romannumerals]
>
> \startstandardmakeup[headerstate=none]
> Half-Title Here
> \stopstandardmakeup
>
> \startstandardmakeup[doublesided=no]
> Title Here
> \stopstandardmakeup
>
> \startstandardmakeup[page=no]
> Copyright here
> \stopstandardmakeup
>
> \chapter{Preface}  \dorecurse{10}{\input tufte  }
> \stopfrontmatter
>
> \startbodymatter
> \setuppagenumbering[conversion=]
> \setuppagenumbering[number=1]

\setuppagenumber[number=1]

> \part{Part One}
> \chapter{first}  \dorecurse{10}{\input tufte  }
> \chapter{second} \dorecurse{10}{\input davis  }
> \part{Part Two}
> \chapter{third}  \dorecurse{10}{\input zapf   }
> \chapter{fourth} \dorecurse{10}{\input bryson }
> \stopbodymatter
>
> \stoptext

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to