bibtex 和标签/参考

发布于 2024-08-27 17:20:55 字数 914 浏览 5 评论 0原文

我想知道如何将 \label 添加到 bibtex 中,以便当我在文档中引用时,我也可以通过单击它并跳转到最后的参考书目来 \ref 到它?

例如:

 @inproceedings{Boser92atraining,  
    abstract = {A training algorithm that maximizes the margin  between the training patterns and the decision  boundary is presented. },  
    author = {Boser, Bernhard E. and Guyon, Isabelle M. and Vapnik, Vladimir N.},  
    booktitle = {Proceedings of the 5th Annual ACM Workshop on Computational Learning Theory},  
    citeulike-article-id = {4669426},  
    citeulike-linkout-0 = {http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.21.3818},  
    keywords = {learning, svm},  
    pages = {144--152},  
    posted-at = {2010-04-07 21:30:39},  
    priority = {2},  
    title = {A Training Algorithm for Optimal Margin Classifiers},  
    url = {http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.21.3818},  
    year = {1992}  
}

感谢和问候

I was wondering how I can add \label into bibtex so that when I cite in my document and I can also \ref to it by clicking it and jumping to the Bibliography at the end?

for example:

 @inproceedings{Boser92atraining,  
    abstract = {A training algorithm that maximizes the margin  between the training patterns and the decision  boundary is presented. },  
    author = {Boser, Bernhard E. and Guyon, Isabelle M. and Vapnik, Vladimir N.},  
    booktitle = {Proceedings of the 5th Annual ACM Workshop on Computational Learning Theory},  
    citeulike-article-id = {4669426},  
    citeulike-linkout-0 = {http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.21.3818},  
    keywords = {learning, svm},  
    pages = {144--152},  
    posted-at = {2010-04-07 21:30:39},  
    priority = {2},  
    title = {A Training Algorithm for Optimal Margin Classifiers},  
    url = {http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.21.3818},  
    year = {1992}  
}

Thanks and regards

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

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

发布评论

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

评论(1

来世叙缘 2024-09-03 17:20:55

只需

\usepackage{hyperref}

输入 LaTeX 文档的序言即可。生成的 dvi/pdf 文件应自动包含

\cite{greenwade93}

文档中每个文件到参考书目部分的超链接。

Just put

\usepackage{hyperref}

in the preamble of your LaTeX document. The generated dvi/pdf file should automatically contain a hyperlink for each

\cite{greenwade93}

in your document to the bibliography section.

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