ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: Two Problems: Colored Chapter and	Footnote	positioning
Date: Tue, 18 Apr 2006 21:55:57 +0200	[thread overview]
Message-ID: <4445444D.8090605@wxs.nl> (raw)
In-Reply-To: <1145377109.9128.7.camel@localhost.localdomain>

Miguel Queiros wrote:
>> This doesn't answer your original question, but why not
>>     \setuppagenumbering[location={footer,right},style=\tfx]
>> instead of lengthy setups?
>>     
>
> I will take a look at your sugestion. Thanks. As far as I
> recall page numbering isn't working with setups because I
> get two page numbers on every page.
>
>   
>> (Btw: you should better use \switchtobodyfont rather than
>> \setupbodyfont in case you need to change font size.)
>>     
>
> Ok!
>
>   
>> The following solution might not be the most elegant one, but I use
>> similar approach for exact positioning:
>>
>> \setuppagenumbering[location=]
>> \definelayer
>>         [mypagenumber]
>>         [width=\paperwidth,
>>          height=\paperheight]
>> \setupbackgrounds
>>         [page]
>>         [background=mypagenumber]
>> \setlayerframed
>>         [mypagenumber]
>>         [voffset=\dimexpr(\paperheight-\makeupheight-\footerheight),
>>          preset=leftbottom]
>>         [width=\paperwidth,frame=off]
>>         {\tfx\pagenumber}
>>     
>
> I'v tried it and I get a page number but only on one page, not all
> the document. Should I be taking a look at anything else to make it
> work an every page ? Sorry for my "newbie" questions... 
>   
you need to set the layer each page

\setuppagenumbering[location=]

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

\defineoverlay
  [mypagenumber]
  [\setups{mypagenumber}]

\setupbackgrounds
  [page]
  [background=mypagenumber]

\startsetups mypagenumber
  \setlayerframed
    [mypagenumber]
    [voffset=\dimexpr\paperheight-\makeupheight-\footerheight\relax,
     preset=leftbottom]
    [width=\paperwidth,frame=off]
    {\tfx\pagenumber}
  \tightlayer[mypagenumber]
\stopsetups

\starttext \dorecurse{4}{test \page} \stoptext

-- 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

  reply	other threads:[~2006-04-18 19:55 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-17 22:38 Miguel Queiros
2006-04-17 23:30 ` Mojca Miklavec
2006-04-18  0:51   ` Miguel Queiros
2006-04-18  7:50     ` Hans Hagen
2006-04-18 16:07       ` Miguel Queiros
2006-04-18  6:45   ` Hans Hagen
2006-04-18  0:21 ` Mojca Miklavec
2006-04-18 16:18   ` Miguel Queiros
2006-04-18 19:55     ` Hans Hagen [this message]
2006-04-19 21:07       ` Miguel Queiros

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=4445444D.8090605@wxs.nl \
    --to=pragma@wxs.nl \
    --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).