From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/41463 Path: news.gmane.org!not-for-mail From: "Wolfgang Schuster" Newsgroups: gmane.comp.tex.context Subject: Re: How to make caption for nature table? Date: Mon, 9 Jun 2008 11:12:31 +0200 Message-ID: <115224fb0806090212u54a1e2f8nfd5e908ebb525a6d@mail.gmail.com> References: <72c60e910806090105o1fc681c8ve9b92798b878a47d@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="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1213002864 2426 80.91.229.12 (9 Jun 2008 09:14:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Jun 2008 09:14:24 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Mon Jun 09 11:15:06 2008 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 1K5dSx-0001JU-Ap for gctc-ntg-context-518@m.gmane.org; Mon, 09 Jun 2008 11:15:03 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AA5431FDCF; Mon, 9 Jun 2008 11:14:07 +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 07310-10-3; Mon, 9 Jun 2008 11:13:19 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 423C91FB71; Mon, 9 Jun 2008 11:13:19 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3389C1FB71 for ; Mon, 9 Jun 2008 11:13:15 +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 07311-02-12 for ; Mon, 9 Jun 2008 11:12:41 +0200 (CEST) Original-Received: from yw-out-1718.google.com (yw-out-1718.google.com [74.125.46.153]) by ronja.ntg.nl (Postfix) with ESMTP id 3E7C01FB14 for ; Mon, 9 Jun 2008 11:12:39 +0200 (CEST) Original-Received: by yw-out-1718.google.com with SMTP id 5so1529050ywm.74 for ; Mon, 09 Jun 2008 02:12:32 -0700 (PDT) Original-Received: by 10.150.229.16 with SMTP id b16mr5950332ybh.131.1213002752022; Mon, 09 Jun 2008 02:12:32 -0700 (PDT) Original-Received: by 10.151.113.9 with HTTP; Mon, 9 Jun 2008 02:12:31 -0700 (PDT) In-Reply-To: <72c60e910806090105o1fc681c8ve9b92798b878a47d@mail.gmail.com> Content-Disposition: inline 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:41463 Archived-At: On Mon, Jun 9, 2008 at 10:05 AM, Zhaopeng Xing wrote: > Hi, > > I have a multi-page nature table and tried to give a caption by > \placetable[here][tab:sample]{sample table}{ > A nature table here > } > > But it will run wrong. It seems multipage stuff can not be float. Is > there any suggestion? Thanks. You need the split parameter for \placetable. \placetable [split] {A very long table} {\bTABLE \dorecurse{200}{\bTR\bTD Text \eTD\eTR} \eTABLE} 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-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________