Open mbertucci47 opened 2 months ago
The hypgotoe documentation mentions the keys gotoecolor and gotoebordercolor. It seems the former is not defined at all, and the latter errors. Here's an example.
gotoecolor
gotoebordercolor
\documentclass{article} \usepackage{xcolor,hypgotoe} %\hypersetup{gotoecolor=red} % undefined key \hypersetup{gotoebordercolor=red} \begin{document} \end{document}
The hypgotoe documentation mentions the keys
gotoecolor
andgotoebordercolor
. It seems the former is not defined at all, and the latter errors. Here's an example.