On Fri, Jan 13, 2012 at 14:35, zs wrote:
Hello,
it seem like gnuplot module does not work with recent ConTeXt Standalone.
Thank you very much for the report.
------- error message --------
! Undefined control sequence.
system > tex > error on line 110 in file pokus_min.tex: Undefined control sequence ...
l.110 \runMPgraphicstrue
This one seems easy to fix - just comment out \runMPgraphicstrue in t-gnuplot.tex. But I have other problems with buffers after trying that. (See the topic "buffer broken?" from two days ago.) I'm using 2012.01.12 15:48 and it bails out in the same way: ! Extra }, or forgotten \endgroup. system > tex > error on line 14 in file gptest.tex: Extra }, or forgotten ... 4 5 \startGNUPLOTscript[aaa] 6 plot [0:5] "-" 7 0 1 8 1 2 9 2 5 10 3 10 11 4 17 12 5 26 13 e 14 >> \stopGNUPLOTscript 15 16 \useGNUPLOTgraphic[aaa] 17 18 \stoptext 19 \stopGNUPLOTscript ->\egroup \ifx \savebuffer \undefined \else \savebuffer [... \buff_finish ...oup \buff_stop {stopGNUPLOTscript} \endgroup l.14 \stopGNUPLOTscript ? Mojca
------- example ---------
\usemodule[gnuplot]
\starttext
\startGNUPLOTscript[aaa] plot [0:5] "-" 0 1 1 2 2 5 3 10 4 17 5 26 e \stopGNUPLOTscript
\useGNUPLOTgraphic[aaa]
\stoptext