ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \field[] in tabulate environment
@ 1999-10-27  9:13 Haseloff, Lutz
  1999-10-27 12:53 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Haseloff, Lutz @ 1999-10-27  9:13 UTC (permalink / raw)


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: \field[] in tabulate environment
  1999-10-27  9:13 \field[] in tabulate environment Haseloff, Lutz
@ 1999-10-27 12:53 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 1999-10-27 12:53 UTC (permalink / raw)
  Cc: ntg-context

"Haseloff, Lutz" wrote:

> 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?

Ha, you got me. The tabulate does a preroll, and so in the first pass it
registers the field. 

Remind me to solve this (I have to add the trialrun switch). 

Quick hack: \newbox\MyBox \MyBox{\field[...]} outside and \copy\MyBox
inside the table. 

Hans 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.nl
-----------------------------------------------------------------


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-10-27 12:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-10-27  9:13 \field[] in tabulate environment Haseloff, Lutz
1999-10-27 12:53 ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).