Pagenumbers doublesided
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 ------------------------------------------------------------------- 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#co... TIA!
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#co...
Ignore this, it was a patch for the core which is already applied. Wolfgang
\setuppagenumbering [alternative=doublesided, location=margin] % location={header,margin}
I need »marginedge«, but with this option I get pagenumbers starting on the left side. In an earlier project I used »marginedge« well.
Ignore this, it was a patch for the core which is already applied.
Ok.
Delete the blank after marginedge. Matthias On Apr 22, 2012, at 2:50 PM, Markus Finke wrote:
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
-------------------------------------------------------------------
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#co...
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 ___________________________________________________________________________________
participants (3)
-
Markus Finke
-
Matthias Weber
-
Wolfgang Schuster