On Thu, 3 Jul 2025 at 23:49, Dominik Wujastyk <[email protected]> wrote:
> I just checked a PDF I made about ten minutes ago, and got 1.5
>
> $ pdfinfo incremental_SS_Translation.pdf
> Creator: LaTeX with hyperref
>
xelatex/xdvipdfmx defaults to 1.7
but with hyperref it goes back to 1.5 with xelatex, which is probably a bug
in the hyperref xetex back end file
we'll check....
compare this with and without the commented line
\documentclass{article}
%\usepackage{hyperref}
\begin{document}
x
\end{document}
David