ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Michael Bynum <mdbynum@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Page number not updating in layer
Date: Tue, 3 Feb 2009 10:36:23 -0500	[thread overview]
Message-ID: <bc3554890902030736k4345cadcq78357538c8fd6c82@mail.gmail.com> (raw)
In-Reply-To: <D637697A-A733-4688-A829-B1A17ED2BC43@gmail.com>

Great that fixed it.  Sorry about the subject by the way.  I thought
it would auto add the mailing list prefix.

I still can't get the total number of pages to work out right if I
have a title page.  I used standardmakeup to keep the title page from
being numbered, but it is still counted in \totalnumberofpages.

\definelayer[headerfooter][width=\paperwidth,height=\paperheight]

\startsetups layer
\setlayer[headerfooter][preset=lefttop,x=4in,y=1in]%
     {\framed[frame=off,width=1.25in,align=middle,offset=none]{\tfd Page~
                   \pagenumber~of~\totalnumberofpages}}
\stopsetups

\starttext

\startstandardmakeup
\tfd  THIS IS A TITLE PAGE
\page
\stopstandardmakeup

\setupbackgrounds[page][setups=layer,background={headerfooter}]

\dorecurse{2}{\page[empty]}
\stoptext



Mike



On Tue, Feb 3, 2009 at 4:36 AM, Wolfgang Schuster
<schuster.wolfgang@googlemail.com> wrote:
>
> Am 03.02.2009 um 07:50 schrieb Michael Bynum:
>
>> 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.
>
>
> You can find a solution from Aditya under the following link:
>
> http://archive.contextgarden.net/message/20070714.145156.91a20ef2.en.html
>
> I wrote also for myself a short test file for myself a while ago.
>
> \definelayer[head]    [width=\paperwidth,height=\paperheight]
> \definelayer[nexthead][width=\paperwidth,height=\paperheight]
>
> \startsetups layer
>
> \doif   {\pagenumber}{1}{\setlayer[head]    [offset=2cm]{First page}}
> \doifnot{\pagenumber}{1}{\setlayer[nexthead][offset=2cm]{Page \pagenumber}}
>
> \stopsetups
>
> \setupbackgrounds[page][setups=layer,background={head,nexthead}]
>
> \starttext
> \dorecurse{4}{\page[empty]}
> \stoptext
>
> Wolfgang
>
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
>
___________________________________________________________________________________
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
___________________________________________________________________________________


  reply	other threads:[~2009-02-03 15:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-03  6:50 Michael Bynum
2009-02-03  9:36 ` Wolfgang Schuster
2009-02-03 15:36   ` Michael Bynum [this message]
2009-02-03 16:21     ` Wolfgang Schuster
2009-02-03 16:35       ` Michael Bynum

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bc3554890902030736k4345cadcq78357538c8fd6c82@mail.gmail.com \
    --to=mdbynum@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).