ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Pagenumber in footer
@ 2011-08-04  5:17 Markus Finke
  2011-08-04 12:28 ` Markus Finke
  0 siblings, 1 reply; 2+ messages in thread
From: Markus Finke @ 2011-08-04  5:17 UTC (permalink / raw)
  To: mailing list for ConTeXt users

I want to place the pagenumber higher and something is getting wrong:


\setuppagenumbering
   [alternative=doublesided,
    location={footer,marginedge},
    command=\MyPageNumbercommand]

\def\MyPageNumbercommand#1{\raisebox{2em}{#1}}


I use \usemodule[typearea] and maybe 
\setuplayout[footer/footerdistance=] is not a good option.

TIA!
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Pagenumber in footer
  2011-08-04  5:17 Pagenumber in footer Markus Finke
@ 2011-08-04 12:28 ` Markus Finke
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Finke @ 2011-08-04 12:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users

> \setuppagenumbering
> [alternative=doublesided,
> location={footer,marginedge},
> command=\MyPageNumbercommand]
>
> \def\MyPageNumbercommand#1{\raisebox{2em}{#1}}

Heureka!

\def\MyPageNumbercommand#1{\raisebox{2em}\hbox{#1}}
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2011-08-04 12:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-04  5:17 Pagenumber in footer Markus Finke
2011-08-04 12:28 ` Markus Finke

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