From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/54696 Path: news.gmane.org!not-for-mail From: luigi scarso Newsgroups: gmane.comp.tex.context Subject: Re: Problems with wide floating tables in context mkIV Date: Tue, 24 Nov 2009 15:48:04 +0100 Message-ID: References: <4B0BEDDB.7040005@iperbole.bologna.it> 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 1259074111 23618 80.91.229.12 (24 Nov 2009 14:48:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 24 Nov 2009 14:48:31 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Nov 24 15:48:21 2009 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.50) id 1NCwgm-0000jR-7l for gctc-ntg-context-518@m.gmane.org; Tue, 24 Nov 2009 15:48:20 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 3BEEEC9B03; Tue, 24 Nov 2009 15:45:34 +0100 (CET) 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 SirW3VTkjsKB; Tue, 24 Nov 2009 15:45:31 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 8D98DC9B10; Tue, 24 Nov 2009 15:45:30 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 7C3CDC9B10 for ; Tue, 24 Nov 2009 15:45:28 +0100 (CET) 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 BPYyt9lygGjK for ; Tue, 24 Nov 2009 15:45:21 +0100 (CET) Original-Received: from mail-bw0-f220.google.com (mail-bw0-f220.google.com [209.85.218.220]) by balder.ntg.nl (Postfix) with ESMTP id 321EEC9B03 for ; Tue, 24 Nov 2009 15:45:21 +0100 (CET) Original-Received: by bwz20 with SMTP id 20so4954959bwz.34 for ; Tue, 24 Nov 2009 06:48:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=d5zpTuDeOnlWwXi3jzmyotSmFW++NzGddgGpLpWfQEo=; b=hUXKEUr+FZd/Qi77f3r1/KGZVDXkxCAPnHzrfmoE/b5UD6/+6MPUZdpym1kWRwku6p /JORNjDGarsS86lg7b2hlwoO+AqG+XxVvk03KzwVfp3wvK8uDPLd/XETa8dFFiJow76s zIn1L5veb7gf9MdGP/nFEjOhot+aSRnckfNQI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=wT+XR/5rhWazynwktl9GGd0qLBxMw+Y+vETtii6nMCFd1NHm4emBVYPSutHDJYQqTW d5UKj0r0idSLPSmsUy1Q6aMj6Xd67dvtEArqLmt0l6xLuA5BBkAFHpgYTv6Pr0tabryI Eeh3FQn8rNEXawxiMjx62aSeocrBITuUGnwhc= Original-Received: by 10.204.162.143 with SMTP id v15mr1268703bkx.50.1259074085175; Tue, 24 Nov 2009 06:48:05 -0800 (PST) In-Reply-To: <4B0BEDDB.7040005@iperbole.bologna.it> 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:54696 Archived-At: On Tue, Nov 24, 2009 at 3:29 PM, Massimiliano Lambertini wrote: > Hello, all > > Maybe this problem has been already addressed before, but I didn't find > anything about it in contextgarden and ML archives. So, here you are. > > I have a document laid out in two columns, and some wide tables laid out > using Natural Tables syntax. These tables are then placed on the document > this way: > > \placetable[top][table-1020]{Intersystem Travel > Times}{\getbuffer[tablebuffer-id]} > > When I compile my files using XeTeX engine, the table is placed at the top > of the page, spanning two columns. When I use the LuaTeX engine, the table > is placed in the middle of a column and cut off by its page margin or > overwritten by the neighbouring column text. > > I define column sections by using the \startcolumns...\stopcolumns > directives. Do I have to switch to columnsets? Can be a problem of mkiv, it does not work even with \stopcolumns \placetable[top][t-1020]{Intersystem Travel Times}{\getbuffer[ta-1020]} \startcolumns \dorecurse{2}{\input zapf} \dorecurse{2}{\input tufte} \dorecurse{2}{\input zapf} \dorecurse{2}{\input tufte} \stopcolumns \stoptext It works in mkii with # texexec floats.tex -- luigi ___________________________________________________________________________________ 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 ___________________________________________________________________________________