Haixing-Hu / GBT7714-2005-BibTeX-Style

A GB/T 7714-2005 national standard compliant BibTeX style.
GNU General Public License v2.0
355 stars 65 forks source link

和bibentry一起用会报错Undefined control sequence #16

Open oncebasun opened 8 years ago

oncebasun commented 8 years ago

我把bibentry和这个bst一起用,就报了形如如下的错,换成其他自带的bst(例如acm)就没有问题。有许多,我取了其中一个作为例子:

./chapter/Introduction.tex:3: Undefined control sequence.
<argument> \bibauthor 
                      {KEYAUTHOR}\@. \bibtitle {keyTitle}\bibmark {[J]}\@. \...
l.3     \bibentry{key}

The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

我这里面参考文献的token叫「key」,作者叫「keyAuthor」,标题叫「keyTitle」。