On 02/09/2013 06:51 AM, Alan Bowen wrote:
I need margin notes in a doublesided page environment in MKIV.

The following:

    \setuppagenumbering[alternative=doublesided]
    \setupinmargin[location=both]
    \starttext
    \inmargin{n1}\input knuth\inmargin{note 1}
    \page
    \inmargin{n2}\input knuth\inmargin{note 2}
    \page
    \inmargin{n3}\input knuth\inmargin{note 4}
    \stoptext


works in MKII. In MKIV, however, all the margin notes are on the left. So how can I get this right in MKIV?

Alan

Probably, \setupmargin[location=outer] should do the trick (*not tested*).

I have been using

\setupmargintext[margintext][location=outer]

\margintext{Note 1}

without a problem.

Regards,
Devendra

PS: sidenotes style [http://wiki.contextgarden.net/Sidenotes_style] by Andy thomas uses this setup.



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

Reply via email to