[OS X TeX] How to plot functions with PGF and TeXShop ?

Franck Pastor pastor at fusl.ac.be
Sun Jan 15 20:32:44 CET 2006


Le 15-janv.-06 à 19:44, Frank STENGEL a écrit :

>
> Le 15 janv. 06 à 17:59, Bernhard Barkow a écrit :
>
>>> Is there a recent binary distribution of Gnuplot for Mac OS X?
>>
>> if you don't use fink (or X11), there is a site with good  
>> instructions at
>> http://www.lee-phillips.org/info/Macintosh/gnuplot.html  ("Here it  
>> is").
>> As far as I remember, building it from sources was no problem at  
>> all (maybe using some ./configure options). I've been using  
>> Gnuplot 4.0 with X11 as well as Aquaterm for quite some time now,  
>> works great.
>
> I just tried with this. It works straight out of the box. Frank  
> Pastor's example runs flawlessly... Maybe its fink?

I suspect TeXShop is aware of the /usr/bin or /usr/local/bin  
directories, but not of /sw/bin... If I use the following script  
(named "pgfscript.engine" and placed in ~/Library/TeXShop/engines) to  
run the LaTeX exemple that uses pgf, it works fine :

#!/bin/tcsh
set path= ($path /sw/bin)
pdflatex --shell-escape "$1"

In that  case, is there any way to make TeXShop aware that gnuplot is  
in /sw/bin, or have I to install the other implementation of Gnuplot ?------------------------- 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 macostex-archives mailing list