Hello all, I experimented with xtables and found the following effect: This code is ok: \starttext \startxtable \startxrow \startxcell \input ward \stopxcell \stopxrow \stopxtable \stoptext But this compiled with an error: \starttext \startxtable %\startxtablebody \startxrow \startxcell \input ward \stopxcell \stopxrow \stopxtable \stoptext Log file: system > tex > error on line 0 in file : Emergency stop ... <empty file> <*> cont-yes.mkiv *** (job aborted, no legal \end found) ! ==> Fatal error occurred, no output PDF file produced! Is this a bug or a feature? -- Dmitriy
On 7/17/2013 9:22 AM, Dmitriy Tokarev wrote:
Hello all,
I experimented with xtables and found the following effect:
This code is ok: \starttext
\startxtable
\startxrow \startxcell \input ward \stopxcell \stopxrow
\stopxtable
\stoptext
But this compiled with an error:
\starttext
\startxtable
%\startxtablebody
\startxrow \startxcell \input ward \stopxcell \stopxrow
\stopxtable
\stoptext
maybe adding %\stopxtablebody helps ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Dmitriy Tokarev
-
Hans Hagen