Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!cbmvax!higgin From: higgin@cbmvax.commodore.com (Paul Higginbottom - CATS) Newsgroups: comp.sys.amiga Subject: Re: Problems with TeX on Amiga Keywords: TeX, AmigaTeX, SKsh Message-ID: <13959@cbmvax.commodore.com> Date: 22 Aug 90 21:28:44 GMT References: <4140@ifi.informatik.uni-stuttgart.de> Reply-To: higgin@cbmvax (Paul Higginbottom - CATS) Organization: Commodore, West Chester, PA Lines: 26 In article <4140@ifi.informatik.uni-stuttgart.de> zinkv@azu22.informatik.uni-stuttgart.de (Volker Zink) writes: $ $ Hello, $ $ - AmigaTeX uses Environment-Variables which are set with the $ [various problems with environment variables when using a special $ shell.] $ The problem is because TeX (the version I use) uses a Manx C way of doing environment variables and the set/setenv type commands that are probably built into the shell you're using do not set the same global environment variables. One trick you could use is the do an alias such as: alias set tex:c/set [] Or something similar so that you override (hopefully your shell would allow this) the built-in commands. $--------------------------------------------------------------------------- $Volker Zink Email: zinkv@azu.informatik.uni-stuttgart.dbp.de $Student local: zinkv@azu $Universitaet Stuttgart Hope this helps. Paul.