ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* page number in margin
@ 2011-11-27 12:40 Henning Hraban Ramm
  2011-11-29 18:18 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Henning Hraban Ramm @ 2011-11-27 12:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi again,

I’d like to get my page numbers in the margin.
This works:
\setuppagenumbering[alternative=doublesided,location=margin]

But that way it’s on the bottom of the footer margin; I'd like it on  
the top.

Second variant: Even better, I’d like my page number at the bottom of  
the text margin. How can I achieve that?

location option "marginedge" doesn’t seem to do anything, as far as i  
can tell, and "inright" is the same as "margin".

Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___________________________________________________________________________________
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] 3+ messages in thread

* Re: page number in margin
  2011-11-27 12:40 page number in margin Henning Hraban Ramm
@ 2011-11-29 18:18 ` Hans Hagen
  2011-11-30 13:34   ` Henning Hraban Ramm
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2011-11-29 18:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Henning Hraban Ramm

On 27-11-2011 13:40, Henning Hraban Ramm wrote:
> Hi again,
>
> I’d like to get my page numbers in the margin.
> This works:
> \setuppagenumbering[alternative=doublesided,location=margin]
>
> But that way it’s on the bottom of the footer margin; I'd like it on the
> top.
>
> Second variant: Even better, I’d like my page number at the bottom of
> the text margin. How can I achieve that?
>
> location option "marginedge" doesn’t seem to do anything, as far as i
> can tell, and "inright" is the same as "margin".

As you know your way around context the following example probably helps 
a bit figuring it out ...

\showframe

\setuppagenumbering[alternative=doublesided,location=]

\setupfooter[strut=]

\setupfootertexts[margin][][\setups{whatever}]

\startsetups whatever
     \framed[height=\vsize,width=\hsize]{\pagenumber}
\stopsetups

\starttext

test \page test \page

\stoptext



-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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] 3+ messages in thread

* Re: page number in margin
  2011-11-29 18:18 ` Hans Hagen
@ 2011-11-30 13:34   ` Henning Hraban Ramm
  0 siblings, 0 replies; 3+ messages in thread
From: Henning Hraban Ramm @ 2011-11-30 13:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 2011-11-29 um 19:18 schrieb Hans Hagen:

> As you know your way around context the following example probably  
> helps a bit figuring it out ...


Thank you very much! I had a bit of a thinker's block - idea to use a  
framed was missing. I'm using ConTeXt far too seldom.


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___________________________________________________________________________________
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] 3+ messages in thread

end of thread, other threads:[~2011-11-30 13:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-27 12:40 page number in margin Henning Hraban Ramm
2011-11-29 18:18 ` Hans Hagen
2011-11-30 13:34   ` Henning Hraban Ramm

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