From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/1097 Path: main.gmane.org!not-for-mail From: "Haseloff, Lutz" Newsgroups: gmane.comp.tex.context Subject: \field[] in tabulate environment Date: Wed, 27 Oct 1999 10:13:39 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <0F3313EC125AD311981100105AB3A75D1079DD@N0795.mdf.fvbb.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 1035391937 29818 80.91.224.250 (23 Oct 2002 16:52:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:52:17 +0000 (UTC) Original-To: ntg-context@ntg.nl Xref: main.gmane.org gmane.comp.tex.context:1097 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:1097 When i context the following file, a context message field Text already typeset! appears but no field. Canīt i use fields in tabulate environments? \setupoutput [pdftex] \setupinteraction[state=start] \setupfields [][][][frame=on,option=printable] \setupfield [TextSetup] [width=5cm,height=.7cm] \definefield [Text] [line] [TextSetup] \starttext \starttabulate[|l|c|r|] \NC Text \NC \field[Text] \NC Text \NC\NR \NC Text Text \NC Text Text \NC Text Text \NC\NR \stoptabulate \stoptext Lutz