From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15620 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: synopsis / column(set)s? Date: Tue, 29 Jun 2004 10:34:44 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <40E129A4.5030701@wxs.nl> References: <20040628225810.GE16714@dach-wg.de> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1088498254 10385 80.91.224.253 (29 Jun 2004 08:37:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 Jun 2004 08:37:34 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Jun 29 10:37:26 2004 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 1BfE7J-00047Q-00 for ; Tue, 29 Jun 2004 10:37:25 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id EA03110AE2; Tue, 29 Jun 2004 10:37:21 +0200 (MEST) Original-Received: from mailrelay01.solcon.nl (maillb.solcon.nl [212.45.32.200]) by ref.ntg.nl (Postfix) with ESMTP id 40A7310ACF for ; Tue, 29 Jun 2004 10:34:46 +0200 (MEST) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mailrelay01.solcon.nl (8.12.11/SQL-8.12.11-5/8.12.11) with ESMTP id i5T8YiUN009327 for ; Tue, 29 Jun 2004 10:34:44 +0200 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 1F7B5235B7; Tue, 29 Jun 2004 10:34:45 +0200 (CEST) Original-Received: from [10.100.1.191] (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id 1EBAC1856F for ; Tue, 29 Jun 2004 08:34:44 +0000 (UTC) User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en Original-To: ntg-context@ntg.nl In-Reply-To: <20040628225810.GE16714@dach-wg.de> X-Virus-Scanned: clamd / ClamAV version 0.73, clamav-milter version 0.73a on mailrelay01.solcon.nl X-Virus-Status: Clean 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:15620 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15620 Alexander Klink wrote: >Hi all, > >I am trying to make a synopsis, i.e a text where in the leftmost >column the original document can be read, in the middle the changes >and in the right column the reasons for the changes. > >So basically I want to typeset first some text in the leftmost >column (over several pages, on a grid), and then the one in the >middle and then the one on the right. > >Is there an easy way to do this using column(set)s? > > maybe tabulations are more convenient: \starttext \definetabulate[ThreeOfThem][|p|p|p|] \startThreeOfThem \NC \input ward \NC \input zapf \NC \input bryson \NC \NR \stopThreeOfThem \stoptext ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------