We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0febc2a commit 7c9cec0Copy full SHA for 7c9cec0
ChangeLog.txt
@@ -1,3 +1,7 @@
1
+2025-06-22 Ulrike Fischer
2
+ * hyperref.dtx: fix default values of choice field, see https://tex.stackexchange.com/a/669186/2388
3
+
4
5
Version: 2025-06-21 v7.01n
6
7
2025-06-21 Ulrike Fischer
hyperref.dtx
@@ -8812,13 +8812,11 @@
8812
\else
8813
\ifx\Fld@default\relax
8814
8815
- \pdfstringdef\Hy@gtemp\Fld@default
8816
- \xdef\Fld@choices{\Fld@choices/DV(\Hy@gtemp)}%
+ \xdef\Fld@choices{\Fld@choices/DV(\Fld@default)}%
8817
\fi
8818
\ifx\Fld@value\relax
8819
- \else
8820
- \pdfstringdef\Hy@gtemp\Fld@value
8821
- \xdef\Fld@choices{\Fld@choices/V(\Hy@gtemp)}%
+ \else
+ \xdef\Fld@choices{\Fld@choices/V(\Fld@value)}%
8822
8823
8824
\endgroup
0 commit comments