ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Pagenumbers doublesided
@ 2012-04-22 18:50 Markus Finke
  2012-04-22 18:56 ` Wolfgang Schuster
  2012-04-22 19:05 ` Matthias Weber
  0 siblings, 2 replies; 5+ messages in thread
From: Markus Finke @ 2012-04-22 18:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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#context

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

* Re: Pagenumbers doublesided
  2012-04-22 18:50 Pagenumbers doublesided Markus Finke
@ 2012-04-22 18:56 ` Wolfgang Schuster
  2012-04-22 19:26   ` Markus Finke
  2012-04-22 19:05 ` Matthias Weber
  1 sibling, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2012-04-22 18:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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
___________________________________________________________________________________


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

* Re: Pagenumbers doublesided
  2012-04-22 18:50 Pagenumbers doublesided Markus Finke
  2012-04-22 18:56 ` Wolfgang Schuster
@ 2012-04-22 19:05 ` Matthias Weber
  2012-04-22 19:29   ` Markus Finke
  1 sibling, 1 reply; 5+ messages in thread
From: Matthias Weber @ 2012-04-22 19:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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#context
> 
> 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
> ___________________________________________________________________________________

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

* Re: Pagenumbers doublesided
  2012-04-22 18:56 ` Wolfgang Schuster
@ 2012-04-22 19:26   ` Markus Finke
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Finke @ 2012-04-22 19:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users

> \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.
___________________________________________________________________________________
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] 5+ messages in thread

* Re: Pagenumbers doublesided
  2012-04-22 19:05 ` Matthias Weber
@ 2012-04-22 19:29   ` Markus Finke
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Finke @ 2012-04-22 19:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users

> Delete the blank after marginedge.

Always? I have to clean up my code …
___________________________________________________________________________________
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] 5+ messages in thread

end of thread, other threads:[~2012-04-22 19:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-22 18:50 Pagenumbers doublesided Markus Finke
2012-04-22 18:56 ` Wolfgang Schuster
2012-04-22 19:26   ` Markus Finke
2012-04-22 19:05 ` Matthias Weber
2012-04-22 19:29   ` 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).