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:
Text File  |  1996-09-28  |  279 b   |  22 lines

  1. #!/bin/sh
  2. # Make sure that files will be found in the current directory, so the
  3. # trip test will run properly.
  4.  
  5. # trip.tex.
  6. TEXINPUTS=.
  7. export TEXINPUTS
  8.  
  9. # trip.tfm.
  10. TEXFONTS=.
  11. export TEXFONTS
  12.  
  13. # trip.fmt.
  14. TEXFORMATS=.
  15. export TEXFORMATS
  16.  
  17. # tex.pool.
  18. TEXPOOL=.
  19. export TEXPOOL
  20.  
  21.