home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
unixtex-6.1b-src.tgz
/
tar.out
/
contrib
/
unixtex
/
web2c
/
tex
/
tripenv
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-28
|
279 b
|
22 lines
#!/bin/sh
# Make sure that files will be found in the current directory, so the
# trip test will run properly.
#
# trip.tex.
TEXINPUTS=.
export TEXINPUTS
# trip.tfm.
TEXFONTS=.
export TEXFONTS
# trip.fmt.
TEXFORMATS=.
export TEXFORMATS
# tex.pool.
TEXPOOL=.
export TEXPOOL