hyperref icon indicating copy to clipboard operation
hyperref copied to clipboard

Package varwidth Warning: “Failed to reprocess entire contents” if `hyperref` is loaded

Open dbitouze opened this issue 1 year ago • 5 comments

The following MCE:

\documentclass{article}
\usepackage{varwidth}
% \usepackage{hyperref}
\begin{document}
\begin{varwidth}[t]{.5\linewidth}
\section{A Section}\label{sec:section}
Cf. section \ref{sec:section}.
\end{varwidth}
\end{document}

is okay but, as soon as hyperref is loaded, it triggers (twice) the following warning:

Package varwidth Warning: Failed to reprocess entire contents on input line 8.

dbitouze avatar Nov 15 '24 10:11 dbitouze