Skip to content

Setting \hypersetup{citecolor=...} has no effect on \cite{...}? #894

@user202729

Description

@user202729

MWE (originally reported in https://tex.stackexchange.com/q/104290/250119 ):

\documentclass{beamer}

\hypersetup{
  colorlinks = true,
  citecolor = green
}

\begin{document}

\begin{frame}
This is a great result~\cite{Paper}.
But this is a link to slide~\ref{Bib}.
\end{frame}

\begin{frame}{Bibliography}\label{Bib}
\begin{thebibliography}{}
  \bibitem[Author, 1942]{Paper}
    Author. B.
    \newblock The great result.
\end{thebibliography}
\end{frame}

\end{document}

Result: both are red.

Expected: the cite is green, the ref is red.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions