diff options
-rwxr-xr-x | Master/bin/win32/exatools.bat | 2 | ||||
-rwxr-xr-x | Master/bin/win32/luatools.bat | 2 | ||||
-rwxr-xr-x | Master/bin/win32/wcontext.bat | 3 |
3 files changed, 7 insertions, 0 deletions
diff --git a/Master/bin/win32/exatools.bat b/Master/bin/win32/exatools.bat new file mode 100755 index 00000000000..36230a528f4 --- /dev/null +++ b/Master/bin/win32/exatools.bat @@ -0,0 +1,2 @@ +@echo off
+texmfstart exatools.rb %*
diff --git a/Master/bin/win32/luatools.bat b/Master/bin/win32/luatools.bat new file mode 100755 index 00000000000..383bcb113b2 --- /dev/null +++ b/Master/bin/win32/luatools.bat @@ -0,0 +1,2 @@ +@echo off
+texmfstart luatools.lua %*
diff --git a/Master/bin/win32/wcontext.bat b/Master/bin/win32/wcontext.bat new file mode 100755 index 00000000000..5fcb29eb785 --- /dev/null +++ b/Master/bin/win32/wcontext.bat @@ -0,0 +1,3 @@ + call texexec --arg="opt-arg=%2" --use=tex4ht %5 %1
+ tex4ht %1 -i/tex4ht/ht-fonts/%3 -ewin32/tex4ht.env -csymhtf
+ t4ht %1 %4 -ewin32/tex4ht.env -cvalidate
|