summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/clock/EMTEX
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/clock/EMTEX
Initial commit
Diffstat (limited to 'macros/latex/contrib/clock/EMTEX')
-rw-r--r--macros/latex/contrib/clock/EMTEX25
1 files changed, 25 insertions, 0 deletions
diff --git a/macros/latex/contrib/clock/EMTEX b/macros/latex/contrib/clock/EMTEX
new file mode 100644
index 0000000000..d59c00de4b
--- /dev/null
+++ b/macros/latex/contrib/clock/EMTEX
@@ -0,0 +1,25 @@
+REM This is the installation batch file skeleton for emtex
+REM users. Please check this file carefully whether it
+REM matches your system before you commit any changes.
+REM
+REM How to proceed:
+REM
+REM 1. Check for your drives and paths.
+REM 2. Correct the following md and copy statements where
+REM necessary.
+REM 3. Rename this file from EMTEX to EMTEX.BAT
+REM 4. Execute EMTEX.BAT
+
+ECHO Creating following directories:
+
+md \emtex\texinput\clock
+md \emtex\mfinput\clock
+md \emtex\tfm\clock
+md \emtex\doc\clock
+
+ECHO Copying contents into newly created directories:
+
+copy texinput\*.* \emtex\texinput\clock\
+copy mfinput\*.* \emtex\mfinput\clock\
+copy tfm\*.* \emtex\tfm\clock\
+copy doc\*.* \emtex\doc\clock\