Skip to content

luacolor package interferes with \DocumentMetadata{} #45

@ryofurue

Description

@ryofurue

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}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions