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

_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to