At 03:09 PM 1/28/2003 +0100, you wrote:
Hi Patrick, hi Hans,
I see, indeed also here it is not possible to compile my own test file. Sorry while testing yesterday evenenig I used other files..
I tracked the problem down to the following:
The tabulate starts with a \HL and that is the problem. Once you comment this, the table is generated normally. So \HL commands further in the tabulate and at the end cause no problem.
Hans might you have a look at this?
hm, has to do with testing it there is a tabulate head/foot defined; you may play with the following (core-tbl) \def\checkfulltabulatecontent {\ifundefined{\??tt\currenttabulate\v!hoofd}% \let\tabulateheadcontent\empty \else \@EA\let\@EA\tabulateheadcontent \csname\??tt\currenttabulate\v!hoofd\endcsname \fi \ifundefined{\??tt\currenttabulate\v!voet}% \let\tabulatetailcontent\empty \else \@EA\let\@EA\tabulatetailcontent \csname\??tt\currenttabulate\v!voet\endcsname \fi \ifx\tabulateheadcontent\empty\else \def\tabulateheadcontent {\TABLEnoalign{\global\settrue\tabulatesomeamble}% \tabulateheadcontent \TABLEnoalign{\global\setfalse\tabulatesomeamble}}% \fi \ifx\tabulatetailcontent\empty\else \def\tabulatetailcontent {\TABLEnoalign{\global\settrue\tabulatesomeamble}% \tabulatetailcontent}% \fi} \def\fulltabulatecontent {\tabulateheadcontent \tabulatecontent \tabulatetailcontent} ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------