home *** CD-ROM | disk | FTP | other *** search
- |#!/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
-
- |RISC OS:
- set TeXInputs$Path @.
- set TeXFonts$Path @.
- set TeXFormats$Path @.
- set TeXPool$Path ^.
-