ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Mojca Miklavec" <mojca.miklavec.lists@gmail.com>
Subject: Re: Two Problems: Colored Chapter and Footnote positioning
Date: Tue, 18 Apr 2006 02:21:55 +0200	[thread overview]
Message-ID: <6faad9f00604171721l13c80fdfu5f9e2cf6f4eea00@mail.gmail.com> (raw)
In-Reply-To: <1145313540.9138.16.camel@localhost.localdomain>

On 4/18/06, Miguel Queiros wrote:

> The second problem has to do with the fact that in the
> attached file "footnote-posicao.tex" I changed the layout
> of the page, so that I could have a bigger right margin.
> The problem is that I would like to have the page number
> centered on "the page" and note on the new dimensions
> of the text area (don't know if I' been clear but I think
> you will understand if you look at the attached file).
> In fact I have a third problem that is the fact that the
> page number is repeated. I don't want to remove the
> line \setupfootertexts[][\setups{t_footer}] because I
> want the footer in 10pt.

This doesn't answer your original question, but why not
    \setuppagenumbering[location={footer,right},style=\tfx]
instead of lengthy setups?
(Btw: you should better use \switchtobodyfont rather than
\setupbodyfont in case you need to change font size.)


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}

Mojca

  parent reply	other threads:[~2006-04-18  0:21 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 [this message]
2006-04-18 16:18   ` Miguel Queiros
2006-04-18 19:55     ` Hans Hagen
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=6faad9f00604171721l13c80fdfu5f9e2cf6f4eea00@mail.gmail.com \
    --to=mojca.miklavec.lists@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).