this worked some days ago: \starttext \starttabulate[|p(3cm)|p|] \NC foo \NC bar \NC \stoptabulate \stoptext minimal mkiv Herbert systems : begin file 09-02-15.ctxcrop at line 1 ! Undefined control sequence. \bskip ...bulatehook \ifconditional \autotabulate \hsize \tabulatewidth \fi ... <template> ...l \empty \dotagtabulatealign \bskip \ifnum \tabulatetype =\plu... <to be read again> f \tabulatecontent ->\NC f oo \NC bar \NC \fulltabulatecontent ...dcontent \tabulatecontent \tabulatetailcontent \remo... \processtabulate ...le \crcr \fulltabulatecontent \crcr }\dostoptagged \dost... l.5 \stoptabulate
On 20-11-2010 9:27, Herbert Voss wrote:
this worked some days ago:
\starttext
\starttabulate[|p(3cm)|p|] \NC foo \NC bar \NC \stoptabulate
\stoptext
minimal mkiv
I'll check it ... I did some cleanup + added color support. For the moment add \NR to end the row ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On 20-11-2010 9:27, Herbert Voss wrote:
this worked some days ago:
\starttext
\starttabulate[|p(3cm)|p|] \NC foo \NC bar \NC \stoptabulate
\stoptext
minimal mkiv
in tabl-tbl.mkiv: \newconditional \ifautotabulate should be \newconditional \autotabulate Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Am 20.11.2010 12:39, schrieb Hans Hagen:
in tabl-tbl.mkiv:
\newconditional \ifautotabulate
should be
\newconditional \autotabulate
Hans, thanks, but that produces a new problem. http://perce.de/temp/x.png Herbert
Am 20.11.2010 14:10, schrieb Herbert Voss:
Am 20.11.2010 12:39, schrieb Hans Hagen:
in tabl-tbl.mkiv:
\newconditional \ifautotabulate
should be
\newconditional \autotabulate
Hans, thanks, but that produces a new problem. http://perce.de/temp/x.png
forgot the code: \starttext \starttabulate[|p(0.35\textwidth)|p(0.125\textwidth)|p|]\HL \NC foo \NC bar \NC baz \NC\NR \stoptabulate \stoptext Herbert
participants (2)
-
Hans Hagen
-
Herbert Voss