显示反引号的上下文表

显示反引号的上下文表

我正在尝试制作一个表格,但显示反引号。以下是代码:

\starttext

\startplacetable[title={Traits of Layer. Here are some desirable traits of layers.},list={Traits of Layer}]
\setuptables[rulethickness=0.03em, width=4.4in]
\starttable[s0|lp(0.35\textwidth)|xp(0.55\textwidth)|]
  \HL[2]
  \NC {\bf Trait} \NC {\bf Descriptions} \NC \AR
  \HL[1]
  \NC Egg production \NC Number of eggs; in-cage production; and percentage of hen-day \NC \AR
  \NC Egg weight \NC Weight and size of egg; and egg shape index \NC \AR
  \NC Egg quality - external \NC Strength; thickness; color and shape; porosity of shell \NC \AR
  \HL[2]
\stoptable
\stopplacetable

\stoptext

pdf 显示的内容如下: 在此处输入图片描述

我做错了什么?感谢您的帮助。

答案1

这不是你。

似乎第 61 行tabl-tab.mkxl有多余的反引号。它将在下一版本中被删除。您现在可以做的修复方法是将其从文件中删除,然后运行

context --make

重新生成格式。然后就可以了。

相关内容