summaryrefslogtreecommitdiff
path: root/language/tibetan/ctib/MIKTEX
diff options
context:
space:
mode:
Diffstat (limited to 'language/tibetan/ctib/MIKTEX')
-rw-r--r--language/tibetan/ctib/MIKTEX34
1 files changed, 34 insertions, 0 deletions
diff --git a/language/tibetan/ctib/MIKTEX b/language/tibetan/ctib/MIKTEX
new file mode 100644
index 0000000000..525b7c377b
--- /dev/null
+++ b/language/tibetan/ctib/MIKTEX
@@ -0,0 +1,34 @@
+REM This is the installation batch file skeleton for MikTeX
+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 MIKTEX to MIKTEX.BAT
+REM 4. Execute MIKTEX.BAT
+
+ECHO Creating following directories:
+
+md \localtexmf\texinput\ctib
+md \localtexmf\mfinput\ctib
+md \localtexmf\tfm\ctib
+md \localtexmf\doc\ctib
+
+ECHO Copying contents into newly created directories:
+
+copy texinput\*.* \localtexmf\tex\latex\ctib\
+copy mfinput\*.* \localtexmf\fonts\source\ctib\
+copy tfm\*.* \localtexmf\fonts\tfm\ctib\
+copy doc\*.* \localtexmf\doc\ctib\
+
+ECHO Remake file database:
+
+cd \texmf\miktex\config
+configure -u
+
+cd \temp\ctib
+
+ECHO Everything should be installed now!