ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Page number not updating in layer
@ 2009-02-03  6:50 Michael Bynum
  2009-02-03  9:36 ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Bynum @ 2009-02-03  6:50 UTC (permalink / raw)
  To: ntg-context

I am trying to use a layer to insert a page number in my document, but
the page always displays page number 1.  It seems nothing that I have
tried has worked.  I also don't know how to exclude the first page
from the total number of pages count.  Here is the code I'm trying to
use.


\setupoutput[dvipsone]

\starttext

\definelayer[pagenumber]

\setuplayer
	[pagenumber]
	[width=\paperwidth,
	height=\paperheight,
    state=repeat]

\setlayer[pagenumber][preset=lefttop,x=4in,y=5.5in]%
     {\framed[width=1.25in,align=middle,offset=none]{\tfx Page
                   \getnumber[page]~of~\totalnumberofpages}}

\setupbackgrounds
	[page]
	[background={pagenumber},state=start]

test
\page
test
\page
test

\stoptext


Thanks,
Mike
___________________________________________________________________________________
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] 5+ messages in thread

end of thread, other threads:[~2009-02-03 16:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-03  6:50 Page number not updating in layer Michael Bynum
2009-02-03  9:36 ` Wolfgang Schuster
2009-02-03 15:36   ` Michael Bynum
2009-02-03 16:21     ` Wolfgang Schuster
2009-02-03 16:35       ` Michael Bynum

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).