[latex3-commits] [l3svn] 02/04: Update l3names for LuaTeX 0.82
noreply at latex-project.org
noreply at latex-project.org
Fri Oct 9 23:22:48 CEST 2015
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
commit 8d13baed92873147b702218533f0ba59e96e5ee0
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Oct 9 20:03:23 2015 +0100
Update l3names for LuaTeX 0.82
This part is still subject to change but means we are ready.
---
l3kernel/l3names.dtx | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/l3kernel/l3names.dtx b/l3kernel/l3names.dtx
index 5382bc1..fd98806 100644
--- a/l3kernel/l3names.dtx
+++ b/l3kernel/l3names.dtx
@@ -1158,6 +1158,18 @@
\tex_let:D \pdftex_uniformdeviate:D \uniformdeviate
\tex_fi:D
% \end{macrocode}
+% From v0.82, \LuaTeX{} renames some PDF-related primitives.
+% \begin{macrocode}
+\etex_ifdefined:D \lastsavedboxresourceindex
+ \tex_let:D \pdftex_pdflastxform:D \lastsavedboxresourceindex
+ \tex_let:D \pdftex_pdflastximage:D \lastsavedimageresourceindex
+ \tex_let:D \pdftex_pdflastximagepages:D \lastsavedimageresourcepages
+ \tex_let:D \pdftex_pdfxform:D \saveboxresource
+ \tex_let:D \pdftex_pdfximage:D \saveimageresource
+ \tex_let:D \pdftex_pdfrefxform:D \useboxresource
+ \tex_let:D \pdftex_pdfrefximage:D \useimageresource
+\tex_fi:D
+% \end{macrocode}
%
% For Con\TeX{}t, two tests are needed. Both Mark~II and Mark~IV move several
% primitives: these are all covered by the first test, again using \cs{end}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list