latex3 / tagging-project

Issues related to the tagging project
https://latex3.github.io/tagging-project/
LaTeX Project Public License v1.3c
42 stars 15 forks source link

breakurl package incompatible #645

Open mbertucci47 opened 3 months ago

mbertucci47 commented 3 months ago

The breakurl package is incompatible with the generic hyperref driver. The example (run with latex -> dvips -> ps2pdf which breakurl requires)

\DocumentMetadata{}
\documentclass{article}
\usepackage{hyperref}
\usepackage{breakurl}

\begin{document}

text

\url{https://mirrors.mit.edu/CTAN/macros/latex/contrib/breakurl/breakurl.pdf}

\end{document}

errors with

! Undefined control sequence.
<argument> \pdf@box 

With \DocumentMetadata{} commented it works as expected.

u-fischer commented 3 months ago

yes we should probably suppress the loading.

@josephwright I have forgotten: do we support link breaking with dvips in the new code?

josephwright commented 3 months ago

@josephwright I have forgotten: do we support link breaking with dvips in the new code?

Code is there but not activated, waiting on confirmation from @FrankMittelbach of where the injection should take place