29 Nov
2012
29 Nov
'12
9:05 a.m.
On Thu, Nov 29, 2012 at 8:11 AM, Procházka Lukáš Ing. - Pontex s. r.
o.
Hello,
the \start/stop-tabulate doesn't work inside \midaligned:
---- \def\T{% \starttabulate[|r|l|] \NC c \NC centered \NC \AR \NC l \NC left aligned \NC \AR \NC r \NC right aligned \NC \AR \stoptabulate }
\starttext \T % This is OK
\midaligned{\T} % This fails \stoptext ----
Why? - How to make it work? \midaligned{\vbox{\T}} % This should be ok -- luigi