[latex3-commits] [git/LaTeX3-latex3-pdfresources] develop: correct transition/direction key (a3236ed)
Ulrike Fischer
fischer at troubleshooting-tex.de
Sun Feb 13 20:18:09 CET 2022
Repository : https://github.com/latex3/pdfresources
On branch : develop
Link : https://github.com/latex3/pdfresources/commit/a3236edf6f6f196bc91da561220a04c16ba45225
>---------------------------------------------------------------
commit a3236edf6f6f196bc91da561220a04c16ba45225
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Sun Feb 13 20:18:09 2022 +0100
correct transition/direction key
>---------------------------------------------------------------
a3236edf6f6f196bc91da561220a04c16ba45225
hyperref-generic.dtx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/hyperref-generic.dtx b/hyperref-generic.dtx
index 5dcc7d2..75f6d47 100644
--- a/hyperref-generic.dtx
+++ b/hyperref-generic.dtx
@@ -4175,12 +4175,12 @@
}
,direction .choices:nn =
{H,V}
- { \pdfdict_put:nnn {l_@@_page/Trans}{ S }{/#1} }
+ { \pdfdict_put:nnn {l_@@_page/Trans}{ Dm }{/#1} }
,direction .choices:nn =
{0,90,180,270,315}
- { \pdfdict_put:nnn {l_@@_page/Trans}{ DI }{ #1 } }
+ { \pdfdict_put:nnn {l_@@_page/Trans}{ Di }{ #1 } }
,direction / None .code:n =
- { \pdfdict_put:nnn {l_@@_page/Trans}{ DI }{ /None } }
+ { \pdfdict_put:nnn {l_@@_page/Trans}{ Di }{ /None } }
,direction / unknown .code:n =
{
\msg_warning:nnxxx { hyp } { unknown-choice }
More information about the latex3-commits
mailing list.