[OS X TeX] Newbie questions:

Alex Scorpan scorpan at gmail.com
Thu Jun 8 16:54:38 EDT 2006


> Le 8 juin 06 à 20:29, Gerben Wierda a écrit :
>
>> On Jun 8, 2006, at 19:35, Robert Bruner wrote:
>>
>>> Xaw3d Library         i-Installer
>>> Ghostscript for X11R6  i-Installer
>>
>> I have no idea if it matters, but Xaw3d and ghostview are both  
>> still ppc-only as I have had no time to work on them to make them  
>> x86+ppc, mainly because the 10.4.4-10.4.6 troubles that have  
>> plagued i-Installer and other apps.
>
> Just to add to the confusion, I just tested my setup (iMac G5) and  
> gv seems to have the same problem: empty pages with empty dialogs  
> (one per page). I tried after re-installing the gv i-package and it  
> changes nothing...


It might be that gv cannot find gs.

I fixed gv on X11 by adding /usr/local/bin to the PATH  
in  .bash_profile (actually, .bashrc, sourced in .bash_profile).   
Apparently, X11 reads these at startup.

Concretely, create a file called .bash_profile in your home directory  
containing the line:
	PATH="PATH:/usr/local/bin"
You might want to add "export" in front of it, as in
	export PATH="PATH:/usr/local/bin"
or you can put this line in a file called .bashrc and  
have .bash_profile contain the line
	source .bashrc
See what works, I'm too lazy to think it through.

Alex------------------------- 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 Archive: http://tug.org/pipermail/macostex-archives/




More information about the MacOSX-TeX mailing list