From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/36286 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?J=F6rg_Hagmann?= Newsgroups: gmane.comp.tex.context Subject: balancing columns (solved)/ page breaks and itemization (new) Date: Thu, 30 Aug 2007 11:30:26 +0200 Message-ID: <46D68E32.50402@unibas.ch> References: <46D57A55.3020608@unibas.ch> <115224fb0708292335q5b433d86l45eb73517c1e7da2@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1188466197 10760 80.91.229.12 (30 Aug 2007 09:29:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Aug 2007 09:29:57 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Aug 30 11:29:55 2007 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 1IQgLU-0000IK-Gk for gctc-ntg-context-518@m.gmane.org; Thu, 30 Aug 2007 11:29:48 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2A3FF1FED2; Thu, 30 Aug 2007 11:29:43 +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 00630-03-10; Thu, 30 Aug 2007 11:29:26 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4BD891FEFC; Thu, 30 Aug 2007 11:29:26 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6B1B01FEFC for ; Thu, 30 Aug 2007 11:29:22 +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 00630-03-9 for ; Thu, 30 Aug 2007 11:29:16 +0200 (CEST) Original-Received: from balu3.urz.unibas.ch (balu3.urz.unibas.ch [131.152.1.57]) by ronja.ntg.nl (Postfix) with ESMTP id 6BD1E1FE07 for ; Thu, 30 Aug 2007 11:29:16 +0200 (CEST) Original-Received: from bonasa.local ([131.152.79.98]) by balu3.urz.unibas.ch (8.13.1/8.13.1) with ESMTP id l7U9TFsF009018 for ; Thu, 30 Aug 2007 11:29:15 +0200 User-Agent: Thunderbird 2.0.0.4 (Macintosh/20070604) In-Reply-To: <115224fb0708292335q5b433d86l45eb73517c1e7da2@mail.gmail.com> X-SMTP-Vilter-Version: 1.3.2 X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE 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:36286 Archived-At: Balancing columns: Since the problem occurred twice only, I adopted = Wolfgangs solution. Thanks Hraban and Wolfgang! Another problem: Itemizations occur very often in my manuscript (typically = [packed,joinedup]). I would like page breaking to occur when the page is = full, regardless of the number of lines left over on the next page (or = the number of lines at the bottom of a page). At present, the gaps left = at the bottom of a page look ugly, especially when there is a footnote = with its line above. \adaptlayout doesn't do anything Is there a way to setup this behaviour (without affecting pagebreaking = outsitde itemizations)? Thanks, J=F6rg Wolfgang Schuster wrote: > 2007/8/29, Henning Hraban Ramm : > = >> Am 2007-08-29 um 15:53 schrieb J=F6rg Hagmann: >> >> = >>> In the following minimal example, the left column contains 5, the >>> right >>> one 3 lines. I tried \column to get 4 + 4, but it didn't work >>> = >> The columns features are broken for a long time now, esp. with stuff >> like \startlines, \starttabulate etc. >> >> Maybe you could try column sets. I resolved to tables for my lead >> sheets (ugly code, like old HTML). >> >> http://wiki.contextgarden.net/Columns >> >> Greetlings from Lake Constance! >> Hraban >> = > > Hi, > > if he has this problem only at one place and has no time he could > use TeX's halign primitive because this did still work. > > It is also easy to write a simple wrapper around this this emulate > ConTeXt's table syntax. > > \starttext > > \startcolumns[rule=3Don] > \halign{\strut#\quad&\hfil#\cr > one: & text \cr > two: & text \cr > three: & text \cr > four: & text \cr > five: & text \cr > six: & text \cr > seven: & text \cr > eight: & text \cr} > \stopcolumns > > \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-co= ntext > webpage : http://www.pragma-ade.nl / http://tex.aanhet.net > archive : https://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > _________________________________________________________________________= __________ > > = -- = Prof.Dr.med. J=F6rg Hagmann-Zanolari Institute of Biochemistry and Genetics Centre of Biomedicine, University of Basel Mattenstrasse 28 CH-4058 Basel Switzerland Phone +41 (0)61 267 3565 ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________