summaryrefslogtreecommitdiffstats
path: root/latex/texlive/wrappers/platex
diff options
context:
space:
mode:
Diffstat (limited to 'latex/texlive/wrappers/platex')
-rwxr-xr-xlatex/texlive/wrappers/platex3
1 files changed, 3 insertions, 0 deletions
diff --git a/latex/texlive/wrappers/platex b/latex/texlive/wrappers/platex
new file mode 100755
index 0000000000..ae37b3f77f
--- /dev/null
+++ b/latex/texlive/wrappers/platex
@@ -0,0 +1,3 @@
+#!/bin/sh
+test -f "`kpsewhich platex.fmt`" || fmtutil --byfmt platex
+exec tex -fmt=platex -progname=latex "$@"