上下文 MKIV \cite 停止处理 \righttext

上下文 MKIV \cite 停止处理 \righttext

Context MKIV 运行\cite[righttext={}][key]正常,然后就停止了。在哪里查找问题?

平均能量损失

\usebtxdataset[default][bib.bib]
\usebtxdefinitions[aps]
\setupbtxrendering[default][numbering=yes]
\setupbtx[dataset=default]
\definebtxrendering[example][aps][specification=apa,sorttype=authoryear,numbering=no]
\setupindenting[big,yes]

\starttext

\startbodymatter

\stopbodymatter

\startbackmatter
\startchapter[title=Bibliography]
\placelistofpublications[criterium=all]
\stopchapter
\stopbackmatter

\stoptext

答案1

我无法重现“运行正常,然后停止”的问题。

\startbuffer[bib]
@article{PhysRevLett.107.116801,
  title = {Geometrical Description of the Fractional Quantum Hall Effect},
  author = {Haldane, F. D. M.},
  journal = {Phys. Rev. Lett.},
  volume = {107},
  issue = {11},
  pages = {116801},
  numpages = {5},
  year = {2011},
  month = {Sep},
  publisher = {American Physical Society},
  doi = {10.1103/PhysRevLett.107.116801},
  url = {https://link.aps.org/doi/10.1103/PhysRevLett.107.116801}
}
\stopbuffer

\usebtxdataset[default][bib.buffer]
\usebtxdefinitions[aps]

\starttext

\cite[righttext={}][PhysRevLett.107.116801]
\cite[righttext={hello world}][PhysRevLett.107.116801]

\placelistofpublications[criterium=all]

\stoptext

在此处输入图片描述

相关内容