From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/5513 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: tabulate Date: Wed, 05 Sep 2001 10:35:14 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <200109050835.KAA28747@sol.cs.uni-dortmund.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035396103 2345 80.91.224.250 (23 Oct 2002 18:01:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:01:43 +0000 (UTC) Original-To: ntg-context@ntg.nl Xref: main.gmane.org gmane.comp.tex.context:5513 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:5513 Hi, I have tried \let\endmyenv=\stoptabulate \starttext \starttabulate[|l|] \NC A \NC \NR \endmyenv \stoptext but this gives me an error message. I wanted to do something like this: \def\myenv#1{\subject{#1}\starttabulate[|l|lT|]} \def\myrow#1#2{\NC #1 \NC #2 \NC\NR} \let\endmyenv=\stoptabulate so I can say \myenv{One} \myrow{hello}{lineone} \myrow{out there}{linetwo} \myrow{and}{linethree} \myrow{everything}{linefour} \endmyenv and that would give me a table : hello lineone out there linetwo and linethree everything linefour How can I accomplish this? Viele Grüße, Patrick Gundlach - I TeX, therefore I am -