summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/pslatex/shell/pslatex.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/pslatex/shell/pslatex.bat')
-rw-r--r--Master/texmf-dist/source/latex/pslatex/shell/pslatex.bat14
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/pslatex/shell/pslatex.bat b/Master/texmf-dist/source/latex/pslatex/shell/pslatex.bat
new file mode 100644
index 00000000000..e84932e869b
--- /dev/null
+++ b/Master/texmf-dist/source/latex/pslatex/shell/pslatex.bat
@@ -0,0 +1,14 @@
+
+@echo off
+
+echo
+echo *************************************
+echo * Using LaTeX, with pslatex package *
+echo *************************************
+echo
+
+rem emtex default setup calls this latex2e rather than latex
+
+rem latex2e \AtBeginDocument{\RequirePackage{pslatex}}\input %1 %2 %3 %4 %5 %6
+latex \AtBeginDocument{\RequirePackage{pslatex}}\input %1 %2 %3 %4 %5 %6
+