无法将引用颜色从洋红色更改为黑色

无法将引用颜色从洋红色更改为黑色

我在更改论文的引用颜色时遇到了问题(我使用的是 citep{namecite})。当前颜色是洋红色,无论我如何设置,都无法将其变为黑色。有人知道我该怎么办吗?这是我当前的代码设置:

\usepackage[utf8]{inputenc} % Required for inputting international characters
\usepackage[T1]{fontenc} % Output font encoding for international characters

\usepackage{mathpazo} % Use the Palatino font by default
\usepackage[backend=bibtex,style=numeric-comp,natbib=true]{biblatex} % Use the bibtex backend with the authoryear citation style (which resembles APA)
\addbibresource{Bibliography}% The filename of the bibliography
\PassOptionsToPackage{table}{xcolor}
\usepackage{tikz}
\usepackage{smartdiagram}
\usepackage{graphicx}
\usepackage{graphics}
\usepackage[hidelinks]{hyperref}
\hypersetup{ 
       colorlinks=true,
   linkcolor=black, 
       citecolor=black,
       filecolor=black,
       menucolor=black,
       pagecolor=black,
       urlcolor=black,
       breaklinks=true
}
\usepackage{memhfixc}
\usepackage[autostyle=true]{csquotes} % Required to generate language-dependent quotes in the bibliography
\usepackage{cleveref}
\usepackage{textcomp}
\usepackage{float}
\usepackage{siunitx}
\DeclareSIUnit[]\year{yr}
\usepackage{amsmath}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{amssymb}
\usepackage{subcaption}
\usepackage{colortbl}
\usepackage{multirow, arydshln}
\usepackage{color}
\usepackage{multirow,tabularx}
\usepackage{adjustbox}
\usepackage{longtable}
\usepackage{bigstrut}
\usepackage{tabularx}
\usepackage{blindtext}
\usepackage{lscape}
\usepackage{amsmath}
\usepackage{longtable,lscape}
\usepackage{array}
\usepackage{pdflscape}
\usepackage{booktabs}
\usepackage{mathtools}

相关内容