[latex3-commits] [l3svn] branch master updated: Adjust format-mode setup for LuaTeX v0.85

noreply at latex-project.org noreply at latex-project.org
Tue Nov 17 08:12:05 CET 2015


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  003ab0a   Adjust format-mode setup for LuaTeX v0.85
003ab0a is described below

commit 003ab0a8ad079e99aed20dd82e6c8f2d027a8aa3
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Nov 17 07:10:55 2015 +0000

    Adjust format-mode setup for LuaTeX v0.85
---
 l3kernel/l3drivers.dtx |   24 +++++++++++++++++-------
 1 file changed, 17 insertions(+), 7 deletions(-)

diff --git a/l3kernel/l3drivers.dtx b/l3kernel/l3drivers.dtx
index bbc2368..43c4648 100644
--- a/l3kernel/l3drivers.dtx
+++ b/l3kernel/l3drivers.dtx
@@ -206,13 +206,23 @@
 %    \begin{macrocode}
 %<*initex>
 %<*pdfmode>
-\pdftex_pdfhorigin:D          = 1 true in \scan_stop:
-\pdftex_pdfvorigin:D          = 1 true in \scan_stop:
-\pdftex_pdfdecimaldigits:D    = 3         \scan_stop:
-\pdftex_pdfpkresolution:D     = 600       \scan_stop:
-\pdftex_pdfminorversion:D     = 5         \scan_stop:
-\pdftex_pdfcompresslevel:D    = 9         \scan_stop:
-\pdftex_pdfobjcompresslevel:D = 2         \scan_stop:
+\group_begin:
+  \cs_set_proteced:Npx \@@_tmp:w #1 =
+    {
+      \tex_global:D
+      \cs_if_exist:NTF \luatex_pdfvariable:D
+        { \exp_not:N \luatex_pdfvariable:D #1 }
+        { \exp_not:c { pdftex_pdf #1 :D } }
+          =
+    }
+  \@@_tmp:w horigin          = 1 true in \scan_stop:
+  \@@_tmp:w vorigin          = 1 true in \scan_stop:
+  \@@_tmp:w decimaldigits    = 3         \scan_stop:
+  \@@_tmp:w pkresolution     = 600       \scan_stop:
+  \@@_tmp:w minorversion     = 5         \scan_stop:
+  \@@_tmp:w compresslevel    = 9         \scan_stop:
+  \@@_tmp:w objcompresslevel = 2         \scan_stop:
+\group_end:
 %</pdfmode>
 %</initex>
 %    \end{macrocode}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list