From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/9422 Path: main.gmane.org!not-for-mail From: AlterEgo Qasars Newsgroups: gmane.comp.tex.context Subject: Doublesided + margin Date: Mon, 30 Sep 2002 15:58:15 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <20020930135815.GA17811@merkur.econ.muni.cz> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035399749 3006 80.91.224.250 (23 Oct 2002 19:02:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 19:02:29 +0000 (UTC) Original-To: konference o ConTeXtu Xref: main.gmane.org gmane.comp.tex.context:9422 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:9422 Good evening! I want to typeset something in doublesided layout. Moreover I have to typeset some stuff in margins---in the right one at odd pages and in the left one in the even pages. I have set ConTeXt in a following way: \setuplayout [backspace=2cm, width=10cm, leftmargin=0pt, leftmargindistance=0pt, rightmargin=3cm, rightmargindistance=5mm] \setuppagenumbering[alternative=doublesided] \starttext \input tufte\inmargin{\bf AAA} \input tufte\inmargin{\bf AAA} \input tufte\inmargin{\bf AAA} \input tufte\inmargin{\bf AAA} \input tufte\inmargin{\bf AAA} \input tufte\inmargin{\bf AAA} \input tufte\inmargin{\bf AAA} \stoptext At odd pages (1,3,5) everything is all right, but on even pages (2,4,6, ...) the margin is placed in the text. What's wrong? How could I typeset it? Many thanks, Michal Kvasnicka