我正在使用自制的论文模板这里。示例使用的是plain
书目样式,apa
但我需要。在写了几页介绍并更改了样式后,我得到了以下错误(每个引用一个
! Undefined control sequence.
<argument> \protect \astroncite
{Akelof}{2003}
l.3 ...m[\protect\astroncite{Akelof}{2003}]{ake03}
! Undefined control sequence.
<argument> \protect \astroncite
{Akerlof and Shiller}{2009}
l.9 ...ncite{Akerlof and Shiller}{2009}]{akeshi09}
! Undefined control sequence.
<argument> \protect \astroncite
{Baker and Wurgler}{2006}
l.14 ...ncite{Baker and Wurgler}{2006}]{Baker2006}
ETC。
我怎么才能找出问题所在?Apa 样式适用于所有其他文档,所以我猜这个样式文件一定有问题……
答案1
小学生错误:我忘了将其包含\usepackage{natbib}
在文档中。