[OS X TeX] epstopdf and gnuplottex
Alain Matthes
alain.matthes at mac.com
Thu Jul 12 13:03:34 CEST 2007
hello
first in the terminal no problem :
$ epstopdf fic.eps works fine !
I've a problem with gnuplottex v0.1
in this file, we have :
\IfFileExists{\figname.gnuplot}{%
\immediate\write18{gnuplot \figname.gnuplot}
\IfFileExists{\figname.eps}{%
\ifpdf
\immediate\write18{epstopdf \figname.eps}
No problem with gnuplot but problem with epstopdf...
I try this example :
\documentclass[a4paper]{article}
\usepackage[pdf]{gnuplottex}
\begin{document}
\begin{gnuplot}[width=.3\textwidth]
plot sin(x)
\end{gnuplot}
\begin{gnuplot}
set grid
set title 'gnuplottex test'
set ylabel 'y'
set xlabel 'x'
plot exp(x) with linespoints
\end{gnuplot}
\end{document}
And I have this error :
Opening gnuplot stream=example-gnuplottex-fig1.gnuplot/bin/sh: Can't
open epstopdf
Can you help me, please
Alain Matthes
------------------------- Helpful Info -------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/
List Reminders & Etiquette: http://www.esm.psu.edu/mac-tex/list/
More information about the macostex-archives
mailing list