我想知道如何将\label添加到bibtex中,以便当我在文档中引用时,还可以通过单击它并跳到\r结尾的参考书目来引用它?
例如:
@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}
}感谢并致以问候
发布于 2010-04-08 10:40:46
只需放入
\usepackage{hyperref}在LaTeX文档的前言中。生成的dvi/pdf文件应自动包含每个文件的超链接
\cite{greenwade93}在您的文档中的参考书目部分。
https://stackoverflow.com/questions/2597226
复制相似问题