Hello Is it possible to use \type{} in a natural table cell? The example below seems to generate an error for me. Thanks! % example \starttext This is a quick \type{test_run} of the problem. \bTABLE \bTR \bTD first \eTD\bTD {\bf alpha} \eTD\bTD one \eTD\eTR \bTR \bTD {\em second} \eTD\bTD beta \eTD\bTD two \eTD\eTR \bTR \bTD third \eTD\bTD gamma \eTD\bTD \type{three_ex} \eTD\eTR \eTABLE \stoptext
Confused Scientist wrote:
Hello
Is it possible to use \type{} in a natural table cell? The example below seems to generate an error for me.
Thanks!
\type works (try \type{\TEST}), but not exactly as in normal environment. For your example you can use '\_' instead of '_' (even without \type). Dunno if there are more limitations. HTH, Peter
% example \starttext
This is a quick \type{test_run} of the problem.
\bTABLE \bTR \bTD first \eTD\bTD {\bf alpha} \eTD\bTD one \eTD\eTR \bTR \bTD {\em second} \eTD\bTD beta \eTD\bTD two \eTD\eTR \bTR \bTD third \eTD\bTD gamma \eTD\bTD \type{three_ex} \eTD\eTR \eTABLE
\stoptext
------------------------------------------------------------------------
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
Confused Scientist wrote:
Hello
Is it possible to use \type{} in a natural table cell? The example below seems to generate an error for me.
Thanks!
% example \starttext
This is a quick \type{test_run} of the problem.
\bTABLE \bTR \bTD first \eTD\bTD {\bf alpha} \eTD\bTD one \eTD\eTR \bTR \bTD {\em second} \eTD\bTD beta \eTD\bTD two \eTD\eTR \bTR \bTD third \eTD\bTD gamma \eTD\bTD \type{three_ex} \eTD\eTR \eTABLE
\stoptext frozen catcode problem, tex limitation etc etc
try \retype{three_ex} instead 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.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Confused Scientist
-
Hans Hagen
-
Peter Rolf