我如何更改文本中数字的颜色?如您在附图中看到的,我的数字是红色。我如何将其更改为蓝色或黑色?
\documentclass[12pt]{iopart}
\usepackage{times}
\usepackage{xurl}
\usepackage{cancel}
\usepackage{ulem}
\usepackage{cite}
\usepackage[colorlinks, citecolor = blue, urlcolor = blue]{hyperref}
\usepackage{graphicx}
\usepackage{subfig}
\expandafter\let\csname equation*\endcsname=\relax % to fix some errors regarding asmath because it is not friendly with iopart publisher
\expandafter\let\csname endequation*\endcsname=\relax
\usepackage{amsmath}
\usepackage[RPvoltages]{circuitikz}
\usetikzlibrary{patterns}
\usepackage{array,booktabs}
\usepackage{tikz}
\usepackage{float}
\hbadness=6000
\overfullrule=1pt
\hfuzz=2pt
\pdfoutput=1
答案1
在 的参数中\usepackage{hyperref}
,添加linkcolor = blue
、 或 black 或您想要的任何其他颜色。新命令将显示\usepackage[colorlinks, citecolor = blue, urlcolor = blue, linkcolor = blue]{hyperref}
链接颜色是指文档中的任何内部链接,例如对图表的引用,或对章节、表格等的引用。