DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: I T

⟦d9c973d19⟧ TextFile

    Length: 734 (0x2de)
    Types: TextFile
    Names: »Install_Macros«

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./tex82/Install_Macros« 

TextFile

#!/bin/sh
#
# Run this after initex has successfully compiled
#
# Look at the destination directory before running this
# and make sure that it is what you want
#
cp ./ctex/tex.pool /usr/local/lib/tex/tex.pool
TEXINPUTS=/usr/local/lib/tex/inputs; export TEXINPUTS
chmod 666 $TEXINPUTS/*.tex
chmod 666 $TEXINPUTS/*.sty
cp ./TeXmacros/*.tex $TEXINPUTS/.
cp ./TeXmacros/*.sty $TEXINPUTS/.
cp ./LaTeX/*.tex $TEXINPUTS/.
cp ./LaTeX/LaTeXmacros/*.tex $TEXINPUTS/.
cp ./LaTeX/LaTeXmacros/*.sty $TEXINPUTS/.
cp ./LaTeX/LaTeXslitex/*.tex $TEXINPUTS/.
cp ./LaTeX/LaTeXslitex/*.sty $TEXINPUTS/.
cp ../amsfonts/*.tex $TEXINPUTS/.
cp ../amsfonts/*.def $TEXINPUTS/.
chmod 444 $TEXINPUTS/*.tex
chmod 444 $TEXINPUTS/*.sty
chmod 444 $TEXINPUTS/*.def