home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 9
/
FreshFishVol9-CD2.bin
/
bbs
/
gnu
/
unixtex-6.1b-src.lha
/
unixtex-6.1b
/
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
|
1990-05-14
|
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