texlive[48877] Master/bin/win32/runscript.tlu: update runscript.tlu

commits+preining at tug.org commits+preining at tug.org
Wed Oct 10 09:25:30 CEST 2018


Revision: 48877
          http://tug.org/svn/texlive?view=revision&revision=48877
Author:   preining
Date:     2018-10-10 09:25:30 +0200 (Wed, 10 Oct 2018)
Log Message:
-----------
update runscript.tlu for cluttex

Modified Paths:
--------------
    trunk/Master/bin/win32/runscript.tlu

Modified: trunk/Master/bin/win32/runscript.tlu
===================================================================
--- trunk/Master/bin/win32/runscript.tlu	2018-10-10 07:25:23 UTC (rev 48876)
+++ trunk/Master/bin/win32/runscript.tlu	2018-10-10 07:25:30 UTC (rev 48877)
@@ -270,6 +270,9 @@
     2018/06/20
         - support also scripts in trees other than TEXMFDIST:
           https://tug.org/pipermail/tex-live/2018-June/041922.html
+    2018/10/10
+        - support cluttex scripts
+
 ]]
 
 -- HELPER SUBROUTINES --
@@ -762,6 +765,12 @@
 elseif progname == 'latexdef' then
   progname = 'texdef'
   argline = ' --tex latex ' .. argline
+elseif progname == 'cllualatex' then
+  progname = 'cluttex'
+  argline = ' --engine=lualatex ' .. argline
+elseif progname == 'clxelatex' then
+  progname = 'cluttex'
+  argline = ' --engine=xelatex ' .. argline
 end
 
 -- general case



More information about the tex-live-commits mailing list