From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/80773 Path: news.gmane.org!not-for-mail From: Malte Stien Newsgroups: gmane.comp.tex.context Subject: Re: Repeating Headers for Tabulate not Working Date: Mon, 11 Feb 2013 17:33:10 +1100 Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1360564384 20686 80.91.229.3 (11 Feb 2013 06:33:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Feb 2013 06:33:04 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon Feb 11 07:33:25 2013 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U4mx9-0006fH-P4 for gctc-ntg-context-518@m.gmane.org; Mon, 11 Feb 2013 07:33:23 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 4A49D10219; Mon, 11 Feb 2013 07:33:04 +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 8YvIAsQdP0Mn; Mon, 11 Feb 2013 07:33:03 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id F19B1101F6; Mon, 11 Feb 2013 07:33:02 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id E7CA9101F6 for ; Mon, 11 Feb 2013 07:33:00 +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 ww87Sq0jAw+C for ; Mon, 11 Feb 2013 07:32:59 +0100 (CET) Original-Received: from filter1-til.mf.surf.net (filter1-til.mf.surf.net [194.171.167.217]) by balder.ntg.nl (Postfix) with ESMTP id A5E3A101EE for ; Mon, 11 Feb 2013 07:32:59 +0100 (CET) Original-Received: from homiemail-a86.g.dreamhost.com (mailbigip.dreamhost.com [208.97.132.5]) by filter1-til.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id r1B6WsVu020658 for ; Mon, 11 Feb 2013 07:32:54 +0100 Original-Received: from homiemail-a86.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a86.g.dreamhost.com (Postfix) with ESMTP id CCB8936006D for ; Sun, 10 Feb 2013 22:32:52 -0800 (PST) Original-Received: from [192.168.10.106] (smartw11.lnk.telstra.net [165.228.37.88]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: malte@stien.de) by homiemail-a86.g.dreamhost.com (Postfix) with ESMTPSA id 64EF836005C for ; Sun, 10 Feb 2013 22:32:52 -0800 (PST) In-Reply-To: X-Mailer: Apple Mail (2.1499) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=208.97.132.5; country=US; region=CA; city=Brea; postalcode=92821; latitude=33.9269; longitude=-117.8612; metrocode=803; areacode=714; http://maps.google.com/maps?q=33.9269,-117.8612&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0RIWSwShJ - 4fc88279ea96 - 20130211 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.217 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:80773 Archived-At: Oops. Copy/pasted the wrong snippet. The minimal example looks like this: \starttext \setuptabulate[split=3Dyes,header=3Drepeat] \starttabulatehead \HL \NC {\bf format char} \NC {\bf meaning} \NC \AR \HL \stoptabulatehead \starttabulate[|r|l|] \dorecurse{50} {\NC c \NC centered \NC \AR \NC l \NC left aligned \NC \AR \NC r \NC right aligned \NC \AR} \stoptabulate \stoptext My apologies. Malte. On 11/02/2013, at 4:09 PM, Malte Stien wrote: > Hello, > = > I just looked up how to enable repeated headers in \starttabulate=85 \sto= ptabulate tables. It's explained here: > = > http://wiki.contextgarden.net/Tabulate#Headers > = > =85but I am unable to make the minimal example work: > = > \starttext > \placetable[split,here][tab:ref]{Sometable} > {\starttabulate[|w(.30\textwidth)p|w(.70\textwidth)p|] > \HL > \NC {\bf Animal} \NC {\bf Comment} \NC\FR > \HL > \dorecurse{50} > {\NC Cat \NC Pretty cool \NC\MR} > \NC Bear \NC Kind of lazy \NC\MR > \NC Sheep \NC Always hungry \NC\MR > \HL > \stoptabulate} > \stoptext > = > Does that work for anyone else? What am I missing. > = > Thank you, > Malte. > = > _________________________________________________________________________= __________ > 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-co= ntext > webpage : http://www.pragma-ade.nl / http://tex.aanhet.net > archive : http://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > _________________________________________________________________________= __________ ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________