19 Dec
2011
19 Dec
'11
9:25 p.m.
On 19.12.2011, at 20:03, Hans Hagen wrote:
On 19-12-2011 17:15, Andreas Harder wrote:
Hi Hans,
a line break in tabulate p-column leads to an error.
! TeX capacity exceeded, sorry [input stack size=10000].
\starttext \starttabulate[|p|] % \NC \dorecurse{7}{paragraph, } \NC\NR % OK \NC \dorecurse{8}{paragraph, } \NC\NR % -> line break (error) \stoptabulate \stoptext
line 452 of tabl-tbl.mkiv should be
\tabulatedummy\expandafter{\the\tabulatedummy\NC}%
Thanks! Andreas