diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2023-02-18 23:00:02 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2023-02-18 23:00:02 +0000 |
commit | 047aa87fc09c5a339556abbd9f7efd9173c3a30f (patch) | |
tree | f9e5a7f9a1275937d5bb67ac1a22b54c794648d5 /Master/bin/win32/xelatex-unsafe.bat | |
parent | c161d2075c9aa004f188810883a543b5a0cfbec3 (diff) |
windows binaries for TL2023
git-svn-id: svn://tug.org/texlive/trunk@65891 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/win32/xelatex-unsafe.bat')
-rwxr-xr-x | Master/bin/win32/xelatex-unsafe.bat | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/Master/bin/win32/xelatex-unsafe.bat b/Master/bin/win32/xelatex-unsafe.bat deleted file mode 100755 index 9b902e6ccd6..00000000000 --- a/Master/bin/win32/xelatex-unsafe.bat +++ /dev/null @@ -1,29 +0,0 @@ -@echo off
-rem
-rem Public domain. Originally written by A. Kakuto, 2021.
-rem Run XeLaTeX unsafely, for pstricks/transparency. See man page for more.
-if x%1 == x--help (
-echo Usage: xelatex-unsafe [XETEX-ARGUMENT]...
-echo Run XeLaTeX unsafely, that is, using dvipdfmx-unsafe.cfg. All
-echo command-line arguments, except --help and --version, are passed as-is to
-echo XeLaTeX.
-echo.
-echo As of TeX Live 2022, doing this is needed only when running XeLaTeX on
-echo documents using PSTricks features which require transparency. We
-echo recommend using LuaLaTeX with PSTricks instead of XeLaTeX in this case.
-echo.
-echo At all costs, avoid using this, or any, unsafe invocation with documents
-echo off the net or that are otherwise untrusted in any way.
-echo.
-echo For more details on this, please see the xetex-unsafe man page,
-echo or "texdoc xetex-unsafe".
-echo.
-echo For more about XeTeX: https://tug.org/xetex
-echo For more about PSTricks: https://tug.org/PSTricks
-echo Email for xelatex-unsafe specifically: https://lists.tug.org/dvipdfmx
-exit 0
-) else if x%1 == x--version (
-echo 0.001
-exit 0
-)
-xelatex -output-driver="xdvipdfmx -i dvipdfmx-unsafe.cfg -q -E" %*
|