答案1
使用包装xcolor
、调色板(例如)dvipsnames
或x11names
可能包含您想要的明亮颜色。
\usepackage[dvipsnames,x11names,table]{xcolor}
\usepackage{hyperref} % style the hyperlinks
\hypersetup{
colorlinks = true, %Colours links instead of ugly boxes
linkcolor = RoyalBlue, %Colours links
citecolor = ForestGreen
}