I'm trying to create a LaTeX-compatible file from a plot that uses
filledcurve.
Processing the resulting file (using \input in my do***ent) produces a
pstricks object that appears to be undefined:
! Undefined control sequence.
l.1062 \polypmIIId
{0}(0.159,0.4881)(0.159,0.4881)(0.161,0.4912)
(0.1629,0.494...
Replacing the filled curve option with a line option eliminates the
problem.
Thanks in advance for any tips!
--Scott
P.S. Here are the options used in the LaTeX source file:
\usepackage{amsmath,array,pstricks,pst-node,fullpage}
I'm using gnuplot-4.2.2 under a FC9 installation of Linux. Version
information for the LaTeX installation is given below:
latex --version
pdfTeX using libpoppler 3.141592-1.40.3-2.2 (Web2C 7.5.6)
kpathsea version 3.5.6
Copyright 2007 Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX).
Kpathsea is copyright 2007 Karl Berry and Olaf Weber.
There is NO warranty. Redistribution of this software is
covered by the terms of both the pdfTeX using libpoppler copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the pdfTeX using libpoppler source.
Primary author of pdfTeX using libpoppler: Peter Breitenlohner (eTeX)/
Han The Thanh (pdfTeX).
Kpathsea written by Karl Berry, Olaf Weber, and others.
Compiled with libpng 1.2.24; using libpng 1.2.24
Compiled with zlib 1.2.3; using zlib 1.2.3
Compiled with libpoppler version 3.00


|