From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17298 Path: main.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Re: columnset BUG - (urgent!) Date: Sun, 28 Nov 2004 22:32:47 +0100 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1101677753 23278 80.91.229.6 (28 Nov 2004 21:35:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 28 Nov 2004 21:35:53 +0000 (UTC) Cc: pragma@wxs.nl Original-X-From: ntg-context-bounces@ntg.nl Sun Nov 28 22:35:44 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CYWhs-0001Gv-00 for ; Sun, 28 Nov 2004 22:35:44 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BC37E127E0; Sun, 28 Nov 2004 22:35:43 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19600-08; Sun, 28 Nov 2004 22:35:43 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 77A62127D1; Sun, 28 Nov 2004 22:32:19 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C5945127D1 for ; Sun, 28 Nov 2004 22:32:17 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19559-02 for ; Sun, 28 Nov 2004 22:32:17 +0100 (CET) Original-Received: from smtprelay04.ispgateway.de (unknown [80.67.18.16]) by ronja.ntg.nl (Postfix) with ESMTP id F0CF3127D0 for ; Sun, 28 Nov 2004 22:32:16 +0100 (CET) Original-Received: (qmail 13889 invoked from network); 28 Nov 2004 21:32:15 -0000 Original-Received: from unknown (HELO [62.134.78.0]) (698580@[62.134.77.221]) (envelope-sender ) by smtprelay04.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 28 Nov 2004 21:32:15 -0000 X-Sender: 698580@pop3.estfiles.de Original-To: ntg-context@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:17298 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17298 thanks, that works now. but do you also know the answer to the second bug: When you uncomment the lines (testfile below) the columnset gets 2 lines shorter! I experienced this when I added before the literature component a catalogue component that uses a structure like the commented lines do. So I had two separate files actually! Steffen \starttext \showframe \showgrid % oiuoiuoiuoiuoi \footnote{aaaa} % \startcolumns[balance=yes,rule=off,n=2,distance=1cm] % text \par % text % \stopcolumns % gfdgfdgfdgfdgfdgfd \footnote{bbb} % \page \definecolumnset[litera][n=2,distance=1cm] \startcolumnset[litera] \dorecurse{10}{test \input zapf \input ward} \stopcolumnset \stoptext h h extern wrote: > Steffen Wolfrum wrote: > > Hi, > > > > please have a look at testfile below: > > without a footnote everything works fine, > > but with the footnote the columnset gets crashed! > > this is a tricky situation: > > - the note is built in one column mode > - but flushed in column mode (dus to postponing) > - so actually what you see is a mixture > > you may try: > > \starttext > > \chapter{Heading\notesymbol[x]} > > \definecolumnset[litera][n=2,distance=1cm] > > \startcolumnset[litera] > > \footnotetext[x]{xx}\dorecurse{10}{test \input zapf \input ward} > > \stopcolumnset > \stoptext > > or > > \starttext > > \definecolumnset[litera][n=2,distance=1cm] > \definecolumnsetspan[litera][n=2] > > \startcolumnset[litera] > > \startcolumnsetspan[litera] > \chapter{Heading\notesymbol[x]} > \stopcolumnsetspan > > \footnotetext[x]{xx}\dorecurse{10}{test \input zapf \input ward} > > \stopcolumnset > \stoptext > > > > > I noticed this bug in a bigger book project: > > The columnset is at the end as a seperate document (\component). > > And the footnote was added 300 pages and 5 component files before !!! > > > > As this footnote was one of the last changes that were done > > before I wanted to send the book to the printer > > a fast help would be very much appreciated. > > > > Sorry, but it's really quite urgent - > > > > Steffen > > > > %&context > > \starttext > > \chapter{Heading\footnote{x}} > > > > \definecolumnset[litera][n=2,distance=1cm] > > > > \startcolumnset[litera] > > > > \dorecurse{10}{test \input zapf \input ward} > > > > > > \stopcolumnset > > \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 > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context