Package: pgf
Version: 2.00-1
Severity: important
Tags: patch
When using appropriate commands, pgf tries to invoke gnuplot with
some commands/options that does not exist anymore leading to an error.
It seems (not checked) that it has been fixed in recent version of pgf.
From http://www.texample.net/tikz/examples/gnuplot-basics/ , I saw
(and tested) that it is enought to modify pgfmoduleplot.code.tex
changing from
xdef...@gnuplot@head#1{set terminal table; set output...
to
xdef...@gnuplot@head#1{set table; set output...
I recommand to push this change for squeeze:
- if this part of code is used, the old one ("set terminal table;...") always
lead to an error with the squeeze (and future) version of gnuplot whereas
the patch makes it working
- if this part of code is not used in pgf document, there will be no change.
- without this patch, it is impossible to invoke gnuplot from pgf whereas this
is a very interesting feature (used a lot in my lab to create scientific
reports).
Regards,
Vincent
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.35-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages pgf depends on:
ii latex-xcolor 2.11-1 Easy driver-independent TeX class
ii texlive-latex-recommended 2009-10 TeX Live: LaTeX recommended packag
pgf recommends no packages.
pgf suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]