summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex')
-rwxr-xr-xMaster/texmf-dist/tex/context/texlive/stubs-mkiv/unix/contextjit3
-rwxr-xr-xMaster/texmf-dist/tex/context/texlive/stubs-mkiv/unix/luatools2
-rwxr-xr-xMaster/texmf-dist/tex/context/texlive/stubs-mkiv/unix/mtxrunjit3
-rwxr-xr-xMaster/texmf-dist/tex/context/texlive/stubs-mkiv/win64/contextjit.cmd4
-rwxr-xr-xMaster/texmf-dist/tex/context/texlive/stubs-mkiv/win64/luatools.cmd2
-rwxr-xr-xMaster/texmf-dist/tex/context/texlive/stubs-mkiv/win64/mtxrunjit.cmd4
-rwxr-xr-xMaster/texmf-dist/tex/context/texlive/stubs/unix/ctxtools2
-rwxr-xr-xMaster/texmf-dist/tex/context/texlive/stubs/unix/pstopdf2
-rwxr-xr-xMaster/texmf-dist/tex/context/texlive/stubs/unix/texexec2
-rwxr-xr-xMaster/texmf-dist/tex/context/texlive/stubs/unix/texmfstart2
-rwxr-xr-xMaster/texmf-dist/tex/context/texlive/stubs/win64/ctxtools.cmd2
-rwxr-xr-xMaster/texmf-dist/tex/context/texlive/stubs/win64/pstopdf.cmd2
-rwxr-xr-xMaster/texmf-dist/tex/context/texlive/stubs/win64/texexec.cmd2
-rwxr-xr-xMaster/texmf-dist/tex/context/texlive/stubs/win64/texmfstart.cmd2
14 files changed, 34 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/texlive/stubs-mkiv/unix/contextjit b/Master/texmf-dist/tex/context/texlive/stubs-mkiv/unix/contextjit
new file mode 100755
index 00000000000..d1374801b2e
--- /dev/null
+++ b/Master/texmf-dist/tex/context/texlive/stubs-mkiv/unix/contextjit
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+luajittex --luaonly `kpsewhich mtxrun.lua` --script context "$@"
diff --git a/Master/texmf-dist/tex/context/texlive/stubs-mkiv/unix/luatools b/Master/texmf-dist/tex/context/texlive/stubs-mkiv/unix/luatools
new file mode 100755
index 00000000000..c17b483be53
--- /dev/null
+++ b/Master/texmf-dist/tex/context/texlive/stubs-mkiv/unix/luatools
@@ -0,0 +1,2 @@
+#!/bin/sh
+mtxrun --script base "$@"
diff --git a/Master/texmf-dist/tex/context/texlive/stubs-mkiv/unix/mtxrunjit b/Master/texmf-dist/tex/context/texlive/stubs-mkiv/unix/mtxrunjit
new file mode 100755
index 00000000000..06cd8a8acbb
--- /dev/null
+++ b/Master/texmf-dist/tex/context/texlive/stubs-mkiv/unix/mtxrunjit
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+luajittex --luaonly `kpsewhich mtxrun.lua` "$@"
diff --git a/Master/texmf-dist/tex/context/texlive/stubs-mkiv/win64/contextjit.cmd b/Master/texmf-dist/tex/context/texlive/stubs-mkiv/win64/contextjit.cmd
new file mode 100755
index 00000000000..ec963b1a62a
--- /dev/null
+++ b/Master/texmf-dist/tex/context/texlive/stubs-mkiv/win64/contextjit.cmd
@@ -0,0 +1,4 @@
+@echo off
+
+for /f "usebackq tokens=*" %%M in (`kpsewhich mtxrun.lua`) do set MTX=%%M
+luajittex --luaonly --socket %MTX% --script context %*
diff --git a/Master/texmf-dist/tex/context/texlive/stubs-mkiv/win64/luatools.cmd b/Master/texmf-dist/tex/context/texlive/stubs-mkiv/win64/luatools.cmd
new file mode 100755
index 00000000000..a20c7e0c901
--- /dev/null
+++ b/Master/texmf-dist/tex/context/texlive/stubs-mkiv/win64/luatools.cmd
@@ -0,0 +1,2 @@
+@echo off
+mtxrun --script base %*
diff --git a/Master/texmf-dist/tex/context/texlive/stubs-mkiv/win64/mtxrunjit.cmd b/Master/texmf-dist/tex/context/texlive/stubs-mkiv/win64/mtxrunjit.cmd
new file mode 100755
index 00000000000..39507f2214a
--- /dev/null
+++ b/Master/texmf-dist/tex/context/texlive/stubs-mkiv/win64/mtxrunjit.cmd
@@ -0,0 +1,4 @@
+@echo off
+
+for /f "usebackq tokens=*" %%M in (`kpsewhich mtxrun.lua`) do set MTX=%%M
+luajittex --luaonly --socket %MTX% %*
diff --git a/Master/texmf-dist/tex/context/texlive/stubs/unix/ctxtools b/Master/texmf-dist/tex/context/texlive/stubs/unix/ctxtools
new file mode 100755
index 00000000000..048e0ff8561
--- /dev/null
+++ b/Master/texmf-dist/tex/context/texlive/stubs/unix/ctxtools
@@ -0,0 +1,2 @@
+#!/bin/sh
+mtxrun --script ctxtools --usekpse "$@"
diff --git a/Master/texmf-dist/tex/context/texlive/stubs/unix/pstopdf b/Master/texmf-dist/tex/context/texlive/stubs/unix/pstopdf
new file mode 100755
index 00000000000..116f5f4a32e
--- /dev/null
+++ b/Master/texmf-dist/tex/context/texlive/stubs/unix/pstopdf
@@ -0,0 +1,2 @@
+#!/bin/sh
+mtxrun --script pstopdf "$@"
diff --git a/Master/texmf-dist/tex/context/texlive/stubs/unix/texexec b/Master/texmf-dist/tex/context/texlive/stubs/unix/texexec
new file mode 100755
index 00000000000..083e500c69c
--- /dev/null
+++ b/Master/texmf-dist/tex/context/texlive/stubs/unix/texexec
@@ -0,0 +1,2 @@
+#!/bin/sh
+mtxrun --usekpse --execute texexec.rb "$@"
diff --git a/Master/texmf-dist/tex/context/texlive/stubs/unix/texmfstart b/Master/texmf-dist/tex/context/texlive/stubs/unix/texmfstart
new file mode 100755
index 00000000000..1799b357915
--- /dev/null
+++ b/Master/texmf-dist/tex/context/texlive/stubs/unix/texmfstart
@@ -0,0 +1,2 @@
+#!/bin/sh
+mtxrun --usekpse "$@"
diff --git a/Master/texmf-dist/tex/context/texlive/stubs/win64/ctxtools.cmd b/Master/texmf-dist/tex/context/texlive/stubs/win64/ctxtools.cmd
new file mode 100755
index 00000000000..ed7a9c561c4
--- /dev/null
+++ b/Master/texmf-dist/tex/context/texlive/stubs/win64/ctxtools.cmd
@@ -0,0 +1,2 @@
+@echo off
+mtxrun --script ctxtools %*
diff --git a/Master/texmf-dist/tex/context/texlive/stubs/win64/pstopdf.cmd b/Master/texmf-dist/tex/context/texlive/stubs/win64/pstopdf.cmd
new file mode 100755
index 00000000000..2296b6d9e6c
--- /dev/null
+++ b/Master/texmf-dist/tex/context/texlive/stubs/win64/pstopdf.cmd
@@ -0,0 +1,2 @@
+@echo off
+mtxrun --script pstopdf %*
diff --git a/Master/texmf-dist/tex/context/texlive/stubs/win64/texexec.cmd b/Master/texmf-dist/tex/context/texlive/stubs/win64/texexec.cmd
new file mode 100755
index 00000000000..0baa4cc5d57
--- /dev/null
+++ b/Master/texmf-dist/tex/context/texlive/stubs/win64/texexec.cmd
@@ -0,0 +1,2 @@
+@echo off
+mtxrun --usekpse --execute texexec.rb %*
diff --git a/Master/texmf-dist/tex/context/texlive/stubs/win64/texmfstart.cmd b/Master/texmf-dist/tex/context/texlive/stubs/win64/texmfstart.cmd
new file mode 100755
index 00000000000..12b243cbdda
--- /dev/null
+++ b/Master/texmf-dist/tex/context/texlive/stubs/win64/texmfstart.cmd
@@ -0,0 +1,2 @@
+@echo off
+mtxrun --usekpse %*