# # Commands needed to access Dale's SGI install of teTeX # from Solaris boxes at ND. Add this to your .cshrc # file after the source /usr/local/Startup/Cshrc section. # Comments to dsouth@nd.edu # if ( `uname` == SunOS ) then set path=(/afs/nd.edu/sgi_65/opt/tex/teTeX/bin/sparc-sun-solaris2.6 $path) setenv MANPATH /afs/nd.edu/sgi_65/opt/tex/teTeX/man:${MANPATH} setenv INFOPATH /afs/nd.edu/sgi_65/opt/tex/teTeX/info:${INFOPATH} endif