You're right, David.  If I say in the xelatex preamble, instead,

\usepackage[pdfversion=2.0]{hyperref}

Then I get the right 2.0 PDF output.

Best,
Dominik

On Thu, 3 Jul 2025 at 17:14, David Carlisle <[email protected]> wrote:

>
>
> 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
>
>
>
>

Reply via email to