summaryrefslogtreecommitdiff
path: root/Master/tlpkg/dviout/gen_pk
blob: 2357e63c5d23fd15320eac8fcfc9aa8e74f3a020 (plain)
1
2
3
4
5
6
7
8
%1st
setlocal
for %%I in (mktexpk.exe) do set "MKTEXPK_EXE=%%~$PATH:I"
if not defined MKTEXPK_EXE exit 1
%2nd
"%MKTEXPK_EXE%" --mfmode / --dpi ^d --bdpi ^D --mag ^M "^s"
%3rd
del %0 & exit %errorlevel%