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)
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 -----------------------------------------------------------------
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)
participants (2)
-
Hans Hagen
-
Henning Hraban Ramm