[OS X TeX] epstopdf and gnuplottex

Axel E. Retif axretif at igo.com.mx
Thu Jul 12 13:50:05 CEST 2007


On  12 Jul, 2007, at 06:03, Alain Matthes wrote:

> \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}

This works for me:

\documentclass[a4paper]{article}
\usepackage[shell]{gnuplottex} %% <-- shell, not pdf
\begin{document}
\begin{gnuplot}[scale=.75]     %% <-- not a ``relative'' scale.
...
...


Best,

Axel

------------------------- 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