From 9ff3df0fe055947a44a85aea3b1907e29e593e18 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 11 Jan 2006 23:52:05 +0000 Subject: trunk/Master/texmf-dist/source/latex/ctib git-svn-id: svn://tug.org/texlive/trunk@209 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/ctib/EMTEX | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Master/texmf-dist/source/latex/ctib/EMTEX (limited to 'Master/texmf-dist/source/latex/ctib/EMTEX') diff --git a/Master/texmf-dist/source/latex/ctib/EMTEX b/Master/texmf-dist/source/latex/ctib/EMTEX new file mode 100644 index 00000000000..3a910d78407 --- /dev/null +++ b/Master/texmf-dist/source/latex/ctib/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\ctib +md \emtex\mfinput\ctib +md \emtex\tfm\ctib +md \emtex\doc\ctib + +ECHO Copying contents into newly created directories: + +copy texinput\*.* \emtex\texinput\ctib\ +copy mfinput\*.* \emtex\mfinput\ctib\ +copy tfm\*.* \emtex\tfm\ctib\ +copy doc\*.* \emtex\doc\ctib\ -- cgit v1.2.3