[latex3-commits] [git/LaTeX3-latex3-latex3] master: Fix typo in LuaTeX \driver_pdf_annotation_last: (#584) (034866a)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri May 31 14:00:16 CEST 2019


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/034866ab08d1587023506806af6299eb6b35218f

>---------------------------------------------------------------

commit 034866ab08d1587023506806af6299eb6b35218f
Author: Marcel Krüger <zauguin at gmail.com>
Date:   Fri May 31 14:00:16 2019 +0200

    Fix typo in LuaTeX \driver_pdf_annotation_last: (#584)
    
    \tex_pdffeedback:D annot does not exists. Use lastannot instead.


>---------------------------------------------------------------

034866ab08d1587023506806af6299eb6b35218f
 l3kernel/l3drivers-pdf.dtx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3kernel/l3drivers-pdf.dtx b/l3kernel/l3drivers-pdf.dtx
index 83c3ef4..527c0a1 100644
--- a/l3kernel/l3drivers-pdf.dtx
+++ b/l3kernel/l3drivers-pdf.dtx
@@ -1260,7 +1260,7 @@
   {
     \exp_not:N \int_value:w
     \cs_if_exist:NTF \tex_pdffeedback:D
-      { \exp_not:N \tex_pdffeedback:D annot ~ }
+      { \exp_not:N \tex_pdffeedback:D lastannot ~ }
       { \exp_not:N \tex_pdflastannot:D }
       \c_space_tl 0 ~ R
   }





More information about the latex3-commits mailing list