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? Best regards, Lukas -- Ing. Lukáš Procházka [mailto:LPr@pontex.cz] Pontex s. r. o. [mailto:pontex@pontex.cz] [http://www.pontex.cz] Bezová 1658 147 14 Praha 4 Tel: +420 244 062 238 Fax: +420 244 461 038
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
... Thanks, it works!
Best regards,
Lukas
On Thu, 29 Nov 2012 09:05:38 +0100, luigi scarso
On Thu, Nov 29, 2012 at 8:11 AM, Procházka Lukáš Ing. - Pontex s. r. o.
wrote: 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 ----
\midaligned{\vbox{\T}} % This should be ok -- luigi
-- Ing. Lukáš Procházka [mailto:LPr@pontex.cz] Pontex s. r. o. [mailto:pontex@pontex.cz] [http://www.pontex.cz] Bezová 1658 147 14 Praha 4 Tel: +420 244 062 238 Fax: +420 244 461 038
participants (2)
-
luigi scarso
-
Procházka Lukáš Ing. - Pontex s. r. o.