From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13863 Path: main.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: inmargin text problems remain Date: Thu, 16 Oct 2003 14:57:12 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.0.22.1.20031016145612.01b92ff8@digitpaint.nl> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=====================_15001070==_" X-Trace: sea.gmane.org 1066309473 20967 80.91.224.253 (16 Oct 2003 13:04:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 16 Oct 2003 13:04:33 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Oct 16 15:04:32 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AA7nr-0006Ws-00 for ; Thu, 16 Oct 2003 15:04:31 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 3E67610B25; Thu, 16 Oct 2003 15:04:29 +0200 (MEST) Original-Received: from smtpzilla5.xs4all.nl (smtpzilla5.xs4all.nl [194.109.127.141]) by ref.ntg.nl (Postfix) with ESMTP id F1F9010B20 for ; Thu, 16 Oct 2003 14:57:15 +0200 (MEST) Original-Received: from vademecum.boede.nl (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtpzilla5.xs4all.nl (8.12.9/8.12.9) with ESMTP id h9GCvDZ4007000 for ; Thu, 16 Oct 2003 14:57:14 +0200 (CEST) X-Sender: boedenl01@digitpaint.nl X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Original-To: ntg-context@ntg.nl Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:13863 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13863 --=====================_15001070==_ Content-Type: text/plain; charset="us-ascii"; format=flowed Dear gang, Thanks Bill for your reply on my previous mail concerning struggles with the inmargin texts. As you can see I explicitely set the width of the margins. In order to make things easier to see I attach a minimal test file. Does anybody see the clue, how to tell Context to use the full marginwidth? Cheers Willi --=====================_15001070==_ Content-Type: text/plain; charset="us-ascii" Content-Disposition: attachment; filename="inmargin.tex" % Test file % Problem: Enumeration: numbering sequence and reference to an element of the enumeration % 20-09-2003 \setupoutput[pdftex] \usemodule[units] \usetypescript[palatino] \definetypeface[Myfont] [rm] [serif] [palatino][default] [encoding=texnansi] \definetypeface[Myfont] [ss] [sans] [helvetica][default] [encoding=texnansi] \definetypeface[Myfont] [tt] [mono] [courier][default] [encoding=texnansi] \switchtotypeface[Myfont] \setupbodyfont[Myfont,rm,10pt] \definepapersize[MyPaper][height=18cm, width=12.6cm] \setuppapersize[MyPaper,portrait][A4,portrait] \setuppagenumbering[alternative=doublesided, location={footer,middle}] %doublesided singlesided \setuplayout [topspace=14mm, header=0pt, headerdistance=0pt, backspace=16mm, footerdistance=10mm, footer=1.1\bodyfontsize, veroffset=5mm, leftmargin=8mm, rightmargin=18mm, height=149mm, width=90mm, location={middle,doublesided}, marking=on] \showframe \starttext \dorecurse{10}{\inmargin{\bf Let op!} \input tufte \blank} \stoptext --=====================_15001070==_--