ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* standardmakeup, frontmatter, bodymatter & page numbering
@ 2007-10-02 23:36 Mojca Miklavec
  2007-10-03 10:54 ` Peter Rolf
  2007-11-29 19:14 ` Wolfgang Schuster
  0 siblings, 2 replies; 14+ messages in thread
From: Mojca Miklavec @ 2007-10-02 23:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello,

I have a document consisting of title page, some introduction which
should have pages numbered with roman numerals, and finally the real
content

\setuphead[subject][page=odd,style=\ss\bfb]
\setuppagenumbering[location=]

\starttext
\startstandardmakeup
title page
\stopstandardmakeup

\startfrontmatter
\setuppagenumbering[conversion=romannumerals]
\setupfootertexts[page \pagenumber{}]
\subject{some intro pages}
\input tufte
\stopfrontmatter

\startbodymatter
\setupfootertexts[page \pagenumber{} of \totalnumberofpages]
\dorecurse{10}{\subject{real content} \dorecurse{\recurselevel}{\input knuth} }
\stopbodymatter

\stoptext

Now the problems:
1.) The second page starts counting at 1, while counting should start
at page 3. This can be solved by using another
\startstandardmakeup\strut\stopstandardmakeup.

2.) The last page says "page 26 of 27" - the total page number is
indeed 27, but counting started on the second page, so it never
reaches the last number.

3.) I would like the page number on the first page of bodymatter to be
"page 1 of 23" instead of "page 4 of 27", and the last one to ge "page
23 of 23" instead of "page 26 of 27"

There is some way=bychapter setting for page numering, but in that
case there are no suitable chapters/sections available.

Any hints appreciated ...

Thanks a lot,
    Mojca
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / 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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2008-06-02  9:59 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-02 23:36 standardmakeup, frontmatter, bodymatter & page numbering Mojca Miklavec
2007-10-03 10:54 ` Peter Rolf
2007-10-03 17:33   ` Mojca Miklavec
2007-10-03 18:51     ` Peter Rolf
2007-11-29 19:14 ` Wolfgang Schuster
2007-12-07 16:29   ` Mojca Miklavec
2007-12-08 12:09     ` Wolfgang Schuster
2008-06-01 18:25   ` Specifying last page when using imposition John Devereux
2008-06-02  6:06     ` Wolfgang Schuster
2008-06-02  8:11       ` John Devereux
2008-06-02  8:22         ` Wolfgang Schuster
2008-06-02  8:44           ` Wolfgang Schuster
2008-06-02  9:33             ` John Devereux
2008-06-02  9:59               ` Wolfgang Schuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).