Am 22.04.2012 um 20:50 schrieb Markus Finke:

> Hi,
> 
> I can’t get simple pagenumbers starting right-left-right-etc.
> 
> This minimal example results in middle pagenumbers (ConTeXt ver: 2012.04.19):
> 
> -------------------------------------------------------------------
> 
> \setuppagenumbering [ alternative=doublesided,
>                         location=marginedge ]
> \starttext
> \dorecurse{20}{\input knuth \par}
> \stoptext
> 
> -------------------------------------------------------------------

\setuppagenumbering
  [alternative=doublesided,
      location=margin] % location={header,margin}

\starttext
\dorecurse{20}{\input knuth\par}
\stoptext

> This solution doesn’t work for me (How to used it? – I copied the code in my 
> preamble):
> 
> http://archive.contextgarden.net/message/20120202.175424.41cbe6f3.en.html#context

Ignore this, it was a patch for the core which is already applied.

Wolfgang
___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to