我有一个带参考文献的 .bib 文件。但是当我点击 [1] 时,它并没有带我到参考文献页面?我还想要它周围的蓝色框。我不知道要输入什么设置。而且我的参考文献没有按顺序引用。就像我有这个
@CONFERENCE{Dalal,
author = {N. Dalal and B. Triggs},
title = {Histograms of oriented gradients for human detection},
booktitle = {Computer Vision and Pattern Recognition},
year = {2005}
}
@CONFERENCE{1997Merlino,
author = {P.Dollar, R.Appel, S.Belongie and P.Perona},
title = {Fast feature pyramids for object detection},
booktitle = {TPAMI},
year = {2014}
}
但当我引用 Dalal 1st 时,它打印的是 [2] 而不是 [1]。而且我编辑了 bib,但 latex 没有更新引用。我的 bib 没有更新,因为我编辑后,我的所有引用都丢失了。谢谢帮助