Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

luacolor package interferes with \DocumentMetadata{} #45

Open
ryofurue opened this issue Jan 22, 2023 · 2 comments
Open

luacolor package interferes with \DocumentMetadata{} #45

ryofurue opened this issue Jan 22, 2023 · 2 comments

Comments

@ryofurue
Copy link

With \DocumentMetadata{} and the luacolor package, the URL link color turns black. See the following code. Remove \DocumentMetadata{} and the link color is blue as specified. I always use the luacolor package with luatex to fix the spacing problem of xcolor.

\DocumentMetadata{} %-> Link color -> black
\documentclass{article}
\usepackage[colorlinks=true,urlcolor=blue]{hyperref}
%\usepackage{xcolor}
\usepackage{luacolor} % fix xcolor's spacing problem.
\begin{document}
\url{https://en.wikipedia.org/wiki/Durbin–Watson\_statistic}
\end{document}
@josephwright
Copy link
Member

We are considering moving to using Lua-based colour automatically for LuaTeX - hopefully that will help here :)

u-fischer added a commit that referenced this issue Jan 30, 2023
@u-fischer
Copy link
Member

I uploaded a new version which temporarly fixes the problem for lualatex in PDF mode until a full solution is available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants