latex3 / pdfresources

LaTeX PDF resource management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

detection of link type is different with the new driver if french is active

u-fischer opened this issue · comments

\RequirePackage{pdfmanagement-testphase}%
   \DeclareDocumentMetadata{uncompress}

\documentclass[]{article}
\usepackage[french]{babel}
\usepackage{hyperref}

\hypersetup{
	colorlinks=true,
	filecolor=red,
    urlcolor=blue
	}

\begin{document}

 \href{https://ctan.org}{ctan}
 
 \href{https://ctan.org/}{ctan}

\end{document}

With the pdfmanagement/new hyperref driver the first is identified as file link:

image

Without both are identified as url:

image

perhaps related: latex3/hyperref#183 (and then it is perhaps not avoidable).

hm, seems to have been fixed. Both links are now url links.