From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/19601 Path: news.gmane.org!not-for-mail From: VnPenguin Newsgroups: gmane.comp.tex.context Subject: Re: howto \getbuffer inside of \startTEX ... \stopTEX Date: Mon, 4 Apr 2005 18:46:20 +0200 Message-ID: References: <425044D4.5090000@wxs.nl> Reply-To: VnPenguin , mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1112636808 21656 80.91.229.2 (4 Apr 2005 17:46:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 4 Apr 2005 17:46:48 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Apr 04 19:46:47 2005 Return-path: 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 1DIVdI-0003vi-Rb for gctc-ntg-context-518@m.gmane.org; Mon, 04 Apr 2005 19:45:04 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5D6421287D; Mon, 4 Apr 2005 18:46:38 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19463-02; Mon, 4 Apr 2005 18:46:35 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5391012857; Mon, 4 Apr 2005 18:46:35 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 055DB12857 for ; Mon, 4 Apr 2005 18:46:33 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19288-05-3 for ; Mon, 4 Apr 2005 18:46:32 +0200 (CEST) Original-Received: from rproxy.gmail.com (unknown [64.233.170.197]) by ronja.ntg.nl (Postfix) with ESMTP id 1B61412822 for ; Mon, 4 Apr 2005 18:46:32 +0200 (CEST) Original-Received: by rproxy.gmail.com with SMTP id r35so1225817rna for ; Mon, 04 Apr 2005 09:46:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=n23gYgbz5fxjh1HOPAAOjmoHV7HrS6iW4M/nGzyDYvmEBC9M6Iuw6WTz/J9va5OQPWxsbEM7Nq0q78RaXU1olWMzAekAp0E7/VJXC8DSU4HAnLytNsTCyc45wb6NEa4jj+Sl5WfVmfXdXSsP9FDBQlCXcy5suULJ+7XWkAi2GVk= Original-Received: by 10.38.69.34 with SMTP id r34mr554840rna; Mon, 04 Apr 2005 09:46:20 -0700 (PDT) Original-Received: by 10.38.67.47 with HTTP; Mon, 4 Apr 2005 09:46:20 -0700 (PDT) Original-To: mailing list for ConTeXt users In-Reply-To: <425044D4.5090000@wxs.nl> X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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: by amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:19601 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:19601 On Apr 3, 2005 9:32 PM, h h extern wrote: > > just \typebuffer as in: > > \setupcolors[state=start] \setuptyping[option=TEX] > > \starttext > > \startbuffer > \bTABLE > \bTR > \bTH title1 \eTH > \bTH title2 \eTH > \eTR > \bTR > \bTD data1 \eTD > \bTD data2 \eTD > \eTR > \eTABLE > \stopbuffer > > \typebuffer > > \getbuffer > > \stoptext > Oh, works well. Thank you a lot, Regards, Q.