ConTeXt xtables 从未被 \def'ed

ConTeXt xtables 从未被 \def'ed

我是 ConTeXt 的新手。

我想使用 xtables 但出现错误:\startxtable 从未被 \def'ed。

我是否忘记了一些非常基本的东西?

\starttext
\startxtable[width=4cm]
  \startxrow
     \startxcell one \stopxcell
     \startxcell two \stopxcell
   \stopxrow
   \startxrow
      \startxcell alpha \stopxcell
      \startxcell beta  \stopxcell
    \stopxrow
\stopxtable
\stoptext

答案1

我对 TeXLive 2013 附带的 ConTeXt 版本没有任何问题ConTeXt ver: 2013.05.28 00:36 MKIV current fmt: 2014.1.3

相关内容