home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / textprocess / armtex / texsrc1 / Src / tex / tripenv < prev   
Encoding:
Text File  |  1993-05-03  |  391 b   |  27 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.  
  6. |# trip.tex.
  7. |TEXINPUTS=.
  8. |export TEXINPUTS
  9.  
  10. |# trip.tfm.
  11. |TEXFONTS=.
  12. |export TEXFONTS
  13.  
  14. |# trip.fmt.
  15. |TEXFORMATS=.
  16. |export TEXFORMATS
  17.  
  18. |# tex.pool.
  19. |TEXPOOL=.
  20. |export TEXPOOL
  21.  
  22. |RISC OS:
  23. set TeXInputs$Path @.
  24. set TeXFonts$Path @.
  25. set TeXFormats$Path @.
  26. set TeXPool$Path ^.
  27.