Latex中使用\ref{}引用文中定義的公式或者圖片時,有時會出現引用顯示正確,但是單擊時不會跳轉到出處的現象,這時需要建立超鏈接實現跳轉,具體操作如下:
在Latex文件前面添加如下內容
\usepackage{hyperref} \hypersetup{hypertex=true, colorlinks=true, linkcolor=blue, anchorcolor=blue, citecolor=blue}
然后再引用,此時點擊時就可以跳轉了。
其中
\hypersetup{hypertex=true, colorlinks=true, linkcolor=blue, anchorcolor=blue, citecolor=blue}
是使用hyperref的一個具體配置信息,詳細的hypererf的使用手冊可以在命令窗口中輸入
texdoc hyperref
會彈出一個使用手冊