参考书目中作者按不同关键字分隔
我在乳胶方面遇到国际化问题。
在 .bib 文件中,作者由关键字“and”分隔。
在 Latex 生成的文件中,引文中的作者也用“和”分隔。由于我正在生成的文档是葡萄牙语的,因此我需要用“e”关键字分隔作者。
我正在使用葡萄牙语的 babel 包,但它对引用没有影响。
有什么办法可以告诉我如何做到这一点吗?
I'm having an internationalization problem with latex.
In the .bib files authors are separated by the keyword 'and'.
In the file generated by latex the authors in the citations are also separated by 'and'. As the document I am producing is in Portuguese I needed authors to be separeted by the 'e' keyword instead.
I am using babel package in Portuguese but it makes no difference on the citations.
Any lights on how I can do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须使用也支持非英语关键字的参考书目样式和/或包。尝试使用
babelbib
或biblatex
包。You have to use a bibliography style and/or package that supports non-English keywords as well. Try the
babelbib
or thebiblatex
package.