From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/43374 Path: news.gmane.org!not-for-mail From: "Wolfgang Schuster" Newsgroups: gmane.comp.tex.context Subject: Re: paragraphs in columns query Date: Wed, 27 Aug 2008 10:05:31 +0200 Message-ID: <115224fb0808270105j7ed951b7w5f7a1a22917c7846@mail.gmail.com> References: <1A3D5140-47C0-45FD-A307-51EC3A564237@princeton.edu> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1219826258 18999 80.91.229.12 (27 Aug 2008 08:37:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Aug 2008 08:37:38 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Wed Aug 27 10:38:31 2008 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1KYGXc-0001Tq-EK for gctc-ntg-context-518@m.gmane.org; Wed, 27 Aug 2008 10:38:12 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 195431FCEF; Wed, 27 Aug 2008 10:37:09 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 13010-01-10; Wed, 27 Aug 2008 10:36:25 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1CF3B1FC01; Wed, 27 Aug 2008 10:34:05 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1C7FF1FBCC for ; Wed, 27 Aug 2008 10:34:04 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 13544-01-5 for ; Wed, 27 Aug 2008 10:33:18 +0200 (CEST) Original-Received: from yx-out-1718.google.com (yx-out-1718.google.com [74.125.44.155]) by ronja.ntg.nl (Postfix) with ESMTP id D27011FBC9 for ; Wed, 27 Aug 2008 10:05:32 +0200 (CEST) Original-Received: by yx-out-1718.google.com with SMTP id 3so1349938yxi.74 for ; Wed, 27 Aug 2008 01:05:32 -0700 (PDT) Original-Received: by 10.151.6.16 with SMTP id j16mr7455543ybi.72.1219824332003; Wed, 27 Aug 2008 01:05:32 -0700 (PDT) Original-Received: by 10.151.103.21 with HTTP; Wed, 27 Aug 2008 01:05:31 -0700 (PDT) In-Reply-To: <1A3D5140-47C0-45FD-A307-51EC3A564237@princeton.edu> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:43374 Archived-At: On Tue, Aug 26, 2008 at 3:34 PM, Alan Bowen wrote: > I have set two paragraphs side by side using > > \defineparagraphs[TwoColumns] > [n=2,tolerance=verytolerant,before={\blank},after={\blank}] > \setupparagraphs[TwoColumns][distance=1pc] > > One of the columns is the length of the page. How do I prevent the two > columns from starting a new page? Right now there is a large > whitespace on the preceding page. (This problem has been raised > before, but I have not yet found the answer.) > > Any suggestions will be gratefully received. Use tabulate. \definetabulate[twocolumns][|p|p|] \setuptabulate [twocolumns] [inner=\setquicktabulate\twocolumns, distance=1pc, split=yes] \starttext \input knuth \starttwocolumns \twocolumns \dorecurse{3}{\input zapf\par} \\ \dorecurse{4}{\input ward\par} \\ \stoptwocolumns \stoptext Wolfgang ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________