ho-tex / oberdiek

Updating the oberdiek bundle
Other
16 stars 6 forks source link

keys in hypgotoe are undefined or error #100

Open mbertucci47 opened 2 months ago

mbertucci47 commented 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.

\documentclass{article}
\usepackage{xcolor,hypgotoe}
%\hypersetup{gotoecolor=red} % undefined key
\hypersetup{gotoebordercolor=red}
\begin{document}
\end{document}