From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/68422 Path: news.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Re: (URGENT) floating objects causing bug Date: Sun, 15 May 2011 13:30:02 +0200 Message-ID: References: <2418EAF5-640C-4BA5-9F97-340529804CDA@st.estfiles.de> <4DCFAD7D.1090006@elvenkind.com> <590A6D26-8A72-480F-8C20-4A292686916F@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1305465745 11357 80.91.229.12 (15 May 2011 13:22:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 15 May 2011 13:22:25 +0000 (UTC) Cc: Taco Hoekwater To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Sun May 15 15:22:20 2011 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QLbH1-0006FW-RZ for gctc-ntg-context-518@m.gmane.org; Sun, 15 May 2011 15:22:19 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 5840ECACFA; Sun, 15 May 2011 15:22:19 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 0TJTK9oB9RMj; Sun, 15 May 2011 15:22:14 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id B2E10CACF1; Sun, 15 May 2011 15:22:14 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 0AD38CACF1 for ; Sun, 15 May 2011 15:22:14 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id tYruUmwQkTC9 for ; Sun, 15 May 2011 15:22:11 +0200 (CEST) Original-Received: from filter4-ams.mf.surf.net (filter4-ams.mf.surf.net [192.87.102.72]) by balder.ntg.nl (Postfix) with ESMTP id BE3A0CAB80 for ; Sun, 15 May 2011 15:22:11 +0200 (CEST) Original-Received: from smtprelay05.ispgateway.de (smtprelay05.ispgateway.de [80.67.31.98]) by filter4-ams.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p4FDM6Jh031050 for ; Sun, 15 May 2011 15:22:11 +0200 Original-Received: from [89.247.4.13] (helo=[192.168.1.4]) by smtprelay05.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1QLbGn-0007d9-QM; Sun, 15 May 2011 15:22:06 +0200 In-Reply-To: <590A6D26-8A72-480F-8C20-4A292686916F@elvenkind.com> X-Mailer: Apple Mail (2.1084) X-Df-Sender: 698580 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=80.67.31.98; country=DE; latitude=51.0000; longitude=9.0000; http://maps.google.com/maps?q=51.0000,9.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 03EHNm6JQ - a47aa1b248ba - 20110515 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.72 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:68422 Archived-At: Am 15.05.2011 um 13:20 schrieb Taco Hoekwater: > > > > > On 15 mei 2011, at 13:08, Steffen Wolfrum wrote: > >> >> Am 15.05.2011 um 12:39 schrieb Taco Hoekwater: >> >>> On 05/15/2011 11:35 AM, Steffen Wolfrum wrote: >>>> Hi Hans, >>>> >>>> while finishing a big project (900 pages, 300 floating tables/figures) I noticed that the first line of each page is moving up/down (almost half a line)! >>>> >>>> Reason: As soon a a floating object is placed the next page is disturbed. >>> >>> The problem is that the vertical space collapser is collapsing *into* >>> topskip's spec field, thereby changing its value. That much is >>> clear to me. I do not know how to fix this nicely, but a crude >>> workaround to fix your project is: >>> >>> \appendtoks \global\topskip=10pt plus 50pt \to \everyafteroutput >> >> >> >> That seems to be at least a starting point. Thank you Taco. >> I tried to use your workaround in my project: >> >> Well, something is different now ... but all in all it gets totally weird now! >> >> Please have a look at a original chapter: >> http://www.werksatz.com/attachments/chap_02_before.pdf >> and the same with your workaround >> http://www.werksatz.com/attachments/chap_02_after.pdf >> >> See for example the space above the first lines on realpage 10 (userpage 14) and realpage 13 (userpage 17)! >> >> >> Maybe I need to change the values 10pt, 50pt? What are they related to? > > Maybe just deleting the plus 50pt will fix it. Yes that's it! Seems to work now as desired (we'll have to see, if it is 100% water-proof ... ) Thank you very, very much for your "emergency aid" :o) Steffen ___________________________________________________________________________________ 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 : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________