Hi Hans thanks for the patch. Unfortunately it does not yet solve all struggles. When compiling the original test.tex of the previous mail, where in a single table row there is a nested table in the first cell, it works correctly. Once you add another row before the row with the nested table the nested table part fails. I would be greatful if you could investigate thie again. Best wishes Willi Hans Hagen wrote: > At 09:16 12/12/2003, you wrote: > >> Is there something changed in the bTABLE-eTABLE environment? > > > ah .. i changed the default \push \pop macro's, so now i need global > ones here: > > \def\pushTBLparameters > {\globalpushmacro\TBLlevel > \ifcase\TBLpass > % we're just after \bTABLE > \else\ifnum\TBLlevel>\zerocount > \doglobal\increment\TBLlevel\relax > \fi\fi} > > \def\popTBLparameters > {\globalpopmacro\TBLlevel} > > \def\pushTBL > {\ifnum\TBLlevel=\zerocount > \doglobal\increment\currenttbl\relax > \fi > \doglobal\increment\TBLlevel\relax > \ifnum\TBLlevel>\plusone > \resetallTABLEparameters > \globalpushmacro\colTBL > \globalpushmacro\rowTBL > \else > \global\intabletrue > \fi} > > \def\popTBL > {\ifnum\TBLlevel>\plusone > \globalpopmacro\rowTBL > \globalpopmacro\colTBL > \else > \global\intablefalse > \fi > \doglobal\decrement\TBLlevel\relax} > > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context