[latex3-commits] [git/LaTeX3-latex3-latex3] master: correct annotation last command (pdftex), correct space (luatex) (f929d765d)
Ulrike Fischer
fischer at troubleshooting-tex.de
Thu Sep 3 19:46:42 CEST 2020
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/f929d765d665bac8f28a9d147d0fee65d53ff9e9
>---------------------------------------------------------------
commit f929d765d665bac8f28a9d147d0fee65d53ff9e9
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Thu Sep 3 19:46:42 2020 +0200
correct annotation last command (pdftex), correct space (luatex)
>---------------------------------------------------------------
f929d765d665bac8f28a9d147d0fee65d53ff9e9
l3backend/l3backend-pdf.dtx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/l3backend/l3backend-pdf.dtx b/l3backend/l3backend-pdf.dtx
index 4a9c56955..b2898fb88 100644
--- a/l3backend/l3backend-pdf.dtx
+++ b/l3backend/l3backend-pdf.dtx
@@ -779,10 +779,10 @@
{
\exp_not:N \int_value:w
%<*luatex>
- \exp_not:N \tex_pdffeedback:D lastannot
+ \exp_not:N \tex_pdffeedback:D lastannot ~
%</luatex>
%<*pdftex>
- \exp_not:N \tex_pdfannot:D
+ \exp_not:N \tex_pdflastannot:D
%</pdftex>
\c_space_tl 0 ~ R
}
@@ -831,7 +831,7 @@
{
\exp_not:N \int_value:w
%<*luatex>
- \exp_not:N \tex_pdffeedback:D lastlink
+ \exp_not:N \tex_pdffeedback:D lastlink ~
%</luatex>
%<*pdftex>
\exp_not:N \tex_pdflastlink:D
More information about the latex3-commits
mailing list.