|
From: Mojca M. <moj...@gm...> - 2011-03-02 19:16:36
|
On Wed, Mar 2, 2011 at 15:26, kthesnake wrote:
>
> Hello,
>
> I compile a CVS version of Gnuplot (either development or stable) under
> ubuntu. The compilation and the installation went right. I can generate a
> tex file representing my figure. Everything goes ok until the LaTeX
> compilation. I have a tons of error because xcolor does not recognize the
> "new way" of setting the colors in the teX file.
>
> \gpcolor{rgb color={0.000,0.000,0.000}}
You need to make sure that:
- you have TikZ version >= 2.0 (you may check the file
/usr/local/texlive/2010/texmf-dist/doc/generic/pgf/ChangeLog or
equivalent; mine starts with "2010-10-25 ... Released version 2.10")
- you have regenerated the style (if you have created the style files
in past and put them into your TeX tree, you need to generate new
ones)
There have been substantial changes in the terminal recently which
require new tex support files.
Mojca
|