1
我想知道如何將\ label添加到bibtex中,這樣當我在文檔中引用它時,我可以通過單擊它並跳轉到參考書目來引用它。bibtex和label/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}
}
感謝和問候
是的,我已經包含hyperref包。但是每個\ cite都沒有超鏈接。奇怪? – Tim 2010-04-08 02:42:57
對不起。我只是把這個例子改成了我正在使用的真正的例子,但問題仍然是一樣的。 – Tim 2010-04-08 03:16:37