From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12667 Path: main.gmane.org!not-for-mail From: "Willi Egger" Newsgroups: gmane.comp.tex.context Subject: Re: Marginal notes in two-column setup Date: Mon, 21 Jul 2003 09:17:59 +0200 Organization: BOEDE Sender: ntg-context-admin@ntg.nl Message-ID: <00db01c34f58$3a1e5a90$0100a8c0@vademecum> References: <2D1120B8-BAEC-11D7-9F08-0003930AD8A4@rna.nl> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1058772106 12327 80.91.224.249 (21 Jul 2003 07:21:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Jul 2003 07:21:46 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Jul 21 09:21:41 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19eUzB-0003CG-00 for ; Mon, 21 Jul 2003 09:21:29 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 2AA9410B4E; Mon, 21 Jul 2003 09:22:34 +0200 (MEST) Original-Received: from smtpzilla5.xs4all.nl (smtpzilla5.xs4all.nl [194.109.127.141]) by ref.ntg.nl (Postfix) with ESMTP id 401BA10B3C for ; Mon, 21 Jul 2003 09:18:04 +0200 (MEST) Original-Received: from vademecum (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtpzilla5.xs4all.nl (8.12.9/8.12.9) with SMTP id h6L7HxjV051729 for ; Mon, 21 Jul 2003 09:18:02 +0200 (CEST) Original-To: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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:12667 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12667 > > After sttudying the sources and a bunch of trial and errors I can come > > up > > with the following solution which works for a two solumns set! > > Great. This works. Now for something different. While learning ConTeXt, > I find that often the syntax escapes me. Take for instance: > > > \definecolumnset[example][n=2] > > > > \define[1]\MargText{% > > \ifodd\mofcolumns{% > > \inleft{#1}} > > \else > > {\inright{#1}}\fi} > > > > \starttext > > \startcolumnset[example] > > > > \MargText{Here left of column} > > > > \input tufte > > > > \column[local] > > What does [local] mean here? According the the manual one should say > \column and I can't find the explanation of what local means or what > you are doing here. The example definition of a columnset presented above is copied from the manual "Columns". - Often commands take optional arguments. Porbably this would also work without the [local]. Willi