如何更改引用格式?

发布于 2024-09-07 18:34:51 字数 425 浏览 3 评论 0原文

我在一篇论文中使用了哈佛的引文。 我使用以下选项:

\usepackage{natbib}
\bibpunct{(}{)}{,}{a}{}{;}
...
\bibliographystyle{plainnat}
\bibliography{Comparison}

当我使用 \cite 和 \citep 时,我在 pdf 末尾得到以下内容:

S.Shekhar 和 S.Chawla。空间数据库:游览。普伦蒂斯霍尔,2003。

实际上我想获得通常的哈佛格式:

S.Shekhar 和 S.Chawla。 (2003) 空间数据库:游览。普伦蒂斯霍尔

如何修复格式?

干杯!

I'm using Harvard citations in a paper.
I use the following options:

\usepackage{natbib}
\bibpunct{(}{)}{,}{a}{}{;}
...
\bibliographystyle{plainnat}
\bibliography{Comparison}

When I use \cite and \citep I get the following at the end of the pdf:

S.Shekhar and S.Chawla. Spatial databases: a tour. PrenticeHall, 2003.

Actually I'd like to get the usual Harvard format:

S.Shekhar and S.Chawla. (2003) Spatial databases: a tour. PrenticeHall

How can I fix the format?

Cheers!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

街角卖回忆 2024-09-14 18:34:51

查找\setcitestyle命令来获取圆括号:

\setcitestyle{round}

但一般来说,您需要获取适当的样式文件而不是plainnatmakebst 程序将为您生成几乎任何规范的 BST 样式文件。

Look up the \setcitestyle command to get round brackets:

\setcitestyle{round}

But in general, you need to get an appropriate style file instead of plainnat. The makebst program will generate you a BST style file for almost any specification.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文