[OS X TeX] X11

Peter Dyballa Peter_Dyballa at Web.DE
Fri May 27 20:31:55 CEST 2005


Am 27.05.2005 um 17:39 schrieb Rodrigo Banuelos:

> Now, when I type "latex", "tex" or xdvi on an X11 terminal I get back
> "bash: latex: command not found," and the same for the others.  I know 
> this
> to do with bash vs tcsh but, what is the permanent solution?

/etc/csh.login needs:

## TeX modifications start at Sa Mär 19 17:57:34 CET 2005C
## Do not remove the previous line
if ("${uid}" != "0") then
   set path = ( ${path} 
/usr/local/teTeX/bin/powerpc-apple-darwin-current )
endif
## Do not remove the next line
## TeX modifications end at Sa Mär 19 17:57:34 CET 2005C


/etc/profile needs:

## TeX modifications start at Sa Mär 19 17:57:34 CET 2005T
## Do not remove the previous line
if [ `whoami` != "root" ]
then
   PATH="$PATH:/usr/local/teTeX/bin/powerpc-apple-darwin-current"
   export PATH
fi
## Do not remove the next line
## TeX modifications end at Sa Mär 19 17:57:34 CET 2005

--
Greetings

   Pete

Bake Pizza not war!

--------------------- Info ---------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
           & FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Post: <mailto:MacOSX-TeX at email.esm.psu.edu>





More information about the macostex-archives mailing list