From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/1755 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: (\start)tables and \tables Date: Wed, 15 Mar 2000 19:02:36 +0100 (CET) Sender: owner-ntg-context@let.uu.nl Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1035392567 2938 80.91.224.250 (23 Oct 2002 17:02:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:02:47 +0000 (UTC) Cc: Hans Hagen Original-To: ntg-context@ntg.nl Xref: main.gmane.org gmane.comp.tex.context:1755 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:1755 Hi, % I use somwhere \starttable[...] \stoptable % and then \starttablehead %tabellenueberschrift \HL \NC \NC $v_e/\rm~m\cdot s^{-1}$\NC $-v_g/\rm~m\cdot s^{-1}$\NC $r$/m \NC $q$/C \NC $q/e_0$ \NC\SR \HL \stoptablehead %tabellenueberschrift \starttabletail %tabellenende \HL \stoptabletail %tabellenende \starttables[|r|l|l|l|l|l|] ... \stoptables The problem is: The head and tail of tables isn't used. If I remove the \starttable ... \stoptable it works suddenly. Tobias