From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25746 Path: news.gmane.org!not-for-mail From: Vit Zyka Newsgroups: gmane.comp.tex.context Subject: Re: page float in columnset Date: Wed, 01 Feb 2006 02:36:15 +0100 Message-ID: <43E0108F.3070408@seznam.cz> References: <43D93DF2.4000109@seznam.cz> <43D94E89.9020302@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1138757789 17809 80.91.229.2 (1 Feb 2006 01:36:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Feb 2006 01:36:29 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Feb 01 02:36:27 2006 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 ciao.gmane.org with esmtp (Exim 4.43) id 1F46up-0005gi-EH for gctc-ntg-context-518@m.gmane.org; Wed, 01 Feb 2006 02:36:11 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id ADBDB127F7; Wed, 1 Feb 2006 02:36:10 +0100 (CET) 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 16374-06; Wed, 1 Feb 2006 02:36:07 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 25B30127BB; Wed, 1 Feb 2006 02:36:07 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8819C127BB for ; Wed, 1 Feb 2006 02:36:05 +0100 (CET) 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 16459-04 for ; Wed, 1 Feb 2006 02:36:04 +0100 (CET) Original-Received: from smtp.seznam.cz (smtp.seznam.cz [212.80.76.43]) by ronja.ntg.nl (Postfix) with SMTP id 55F85127B6 for ; Wed, 1 Feb 2006 02:36:04 +0100 (CET) Original-Received: (qmail 22485 invoked from network); 1 Feb 2006 01:36:03 -0000 Original-Received: from unknown (HELO ?127.0.0.1?) (vit.zyka@62.240.166.134) by cetus.go.seznam.cz with ESMTPA; 1 Feb 2006 01:36:03 -0000 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <43D94E89.9020302@wxs.nl> X-Antivirus: avast! (VPS 0604-3, 26.01.2006), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:25746 Archived-At: Hans Hagen wrote: > Vit Zyka wrote: > > >>Hi wizards, >> >>let me go back to columnsets. I try to place a float spanning the whole >>page area. When doing that the running text placing exactly one page is >>completely and forever lost! Please see example: >> >>----------------------------------------- >>\setuplayout[grid=yes] >>\showgrid >> >>\starttext >>\startcolumnset >> \dorecurse{4}{#1 --- \input knuth \blank\endgraf} >> \placefigure[here]{none}{% >> \framed >> [width=\makeupwidth,height=\textheight,offset=overlay] >> {Page float.}} >> \dorecurse{10}{#1 --- \input knuth \blank\endgraf} >>\stopcolumnset >>\stoptext >>------------------------------------------- >> >>Switching here -> page, tops, ... does not solve the problem. >>The similar behaviour is observed when a float has one column width and >>fit the whole column height. >> >>Is there some solution or another way how to do that and preserve the text? >> >> > > you were the guy running an ancient context, wasn;t it? Yes on my machine, not so ancient on an notebook; but your context is old too since you sent me off-list the same wrong result ;-) Please, closely look on the paragraph numbering. In the second paragraph sequence the number 2, 3, and 4 are missing, number 1 and 5 are partialy missing -> total one page is lost. > works ok here (although i admit that this mechanism is a bit tricky; i believe; it is one context's advantage over plain or latex, so it can be a new challenge to decrease the number of bugs... > a solution is to make the graphic .99 textheight even .98 not ;-) No, it does not solve. Text stops to disappear when there is enough space for at least one line. But I would like only figure on the page. Not with one or more line text. Yes one can add some imaginary empty line, but it is agly (and difficult if some \vadjust inside a paragraph is needed). > (in columnset sone runs into rounding error problems Perhaps but loosing text it the worst variant - no error, no warning, no graphical mark. You can easily overlook such disaster. Vit