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