dcu bibtex 样式中没有 2014 年引文的缩写

dcu bibtex 样式中没有 2014 年引文的缩写

我使用 dcu 样式(哈佛样式)作为强制性要求。我刚刚发现一个问题很难解决。问题出在 2014 年(仅限今年!)有超过四位作者的文章。因此,在 5 位作者的 bibtex 条目文本中,它看起来像这样:(Surname1 et al., 2010)- 对于 5 位作者来说完全没问题,但是(Surname1, Surname2, Surname3, Surname4, Surname5, 2014)- 这种无缩写类型只出现在 2014 年!两者在 bibtex 文件中完全相同,只是年份不同。对于所有其他年份,使用缩写就没问题。顺便说一下,abbr 选项包含在 \usepackage 中。

带文件的日记类 -https://www.amcs.uz.zgora.pl/downloads/Class_AMCS.zip

还有我使用的 bibtex。

@article{2012,
  title={Some title},
  journal={Some Journal},
  author={Blazewicz, Jacek and Cheriere, Nathanael and Dutot, Pierre-Francois and Musial, Jedrzej and Trystram, Denis},
  year={2012}
}

@article{2014,
  title={Some title},
  journal={Some Journal},
  author={Blazewicz, Jacek and Cheriere, Nathanael and Dutot, Pierre-Francois and Musial, Jedrzej and Trystram, Denis}, 
  year={2014}
}

@article{2014_2,
      title={Some title 2},
      journal={Some Journal 2},
      author={Blazewicz, Jacek and Cheriere, Nathanael and Dutot, Pierre-Francois and Musial, Jedrzej and Trystram, Denis}, 
      year={2014}
    }

我有更多的 bibtex 职位,其中有来自同一年的同组作者。我看到了名字的问题。就像 bibtex 无法创建少数出现 (Blazewicz et al., 2014)。但它应该在年份末尾自动添加 a、b、c 等。有什么建议吗?:) doctus

相关内容