ConTeXt xtable은 절대 \def'ed되지 않습니다.

ConTeXt xtable은 절대 \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

관련 정보