我有一个简单的问题:如何链接hyperref
(和着色)整个“图 X”或“表格 X”而不仅仅是“X”?
我使用它作为:
\usepackage{hyperref}
\hypersetup{colorlinks=true, linktocpage=true, linkcolor=blue, citecolor=blue,
urlcolor=blue,,pdfpagemode=UseOutlines,pdftitle={Your title here},
pdfauthor={John Doe},
pdfsubject={News},
pdfkeywords={crazy stuff},
bookmarksnumbered=true,
bookmarksopen=true ,pdfstartview=Fit }
\usepackage{hypcap}
答案1
@Kevinc 给出的解决方案是正确的。具体如下:
您可以使用
\autoref
而不是\ref
。此外,由于所有链接颜色都相同,您可以设置allcolors=blue
而不是单独设置url
、cite
和 的颜色。link