My citations are currently appearing as blue hyperrefs eg. (Kurita et al., 2005).
My reviewers think that the blue coloured font is distracting and want citations to appear in black.
I have tried inserting the following but it doesn't work.
---------------
\usepackage[plainpages=false,pdfpagelabels]{hyperref}
\usepackage{hyperref}
\hypersetup{colorlinks,%
citecolor=black,%
filecolor=black,%
linkcolor=black,%
urlcolor=black
}
\usepackage{memhfixc} %Allows Hyperref in Memoir
---------------
Following typeset into pdf, the citations continue to appear in blue.
Does anyone have an idea how to fix this?
General ⇒ need citations to appear in black text not blue
NEW: TikZ book now 40% off at Amazon.com for a short time.

need citations to appear in black text not blue
You need to provide a minimal working example that actually produces the problem. If I simply put:
The link is black, as expected. If yours are blue, there must be something else in your document that explains it, and you/we need to figure out what it is.
Code: Select all
\documentclass{memoir}
\usepackage[plainpages=false,pdfpagelabels]{hyperref}
\usepackage{hyperref}
\hypersetup{colorlinks,%
citecolor=black,%
filecolor=black,%
linkcolor=black,%
urlcolor=black
}
\usepackage{memhfixc}
\begin{document}
\cite{sampleref}
\bibliographystyle{plain}
\bibliography{sample}
\end{document}
need citations to appear in black text not blue
Hi Frabjous,
Thanks for your reply, "If yours are blue, there must be something else in your document that explains it, and you/we need to figure out what it is."
I did find what was wrong further down in the document! I've changed the citecolor to black and it works a treat.

Thanks for your reply, "If yours are blue, there must be something else in your document that explains it, and you/we need to figure out what it is."
I did find what was wrong further down in the document! I've changed the citecolor to black and it works a treat.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
need citations to appear in black text not blue
Then please mark the topic accordingly as written in Section 3 of the Board Rules (to be read before posting).sammi wrote:[…] I did find what was wrong further down in the document! I've changed the citecolor to black and it works a treat. […]
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10