工具包
hyperref
hyperref 包提供了多个颜色选项来定制文档中超链接的颜色:
- colorlinks=true:启用彩色链接(而不是边框)。
- linkcolor:内部链接的颜色(例如,章节、节标题等之间的链接)。
- anchorcolor:锚点的颜色(定义了但未被点击的链接)。
- filecolor:外部文件链接的颜色。
- citecolor:引用文献链接的颜色。
- urlcolor:URL 链接的颜色。
- menucolor:PDF 菜单链接的颜色。
- runcolor:运行链接的颜色(例如,启动外部应用程序)。
使用例子
\hypersetup{colorlinks=true, linkcolor=blue, anchorcolor=green, citecolor=citecolorself}
definecolor
自定义颜色
- 自定义颜色名
- 颜色模式
- 颜色值
使用例子
\definecolor{citecolorself}{RGB}{181,7,7}