problem with t-gnuplot.tex
Using the new beta from context-minimal This is LuaTeX, Version beta-0.75.0-2013030308 (rev 4589) \write18 enabled. (/Users/jin/pkgs/ConTeXt/tex/texmf-context/tex/context/base/cont-yes.mkiv ConTeXt ver: 2013.03.20 21:07 MKIV fmt: 2013.3.21 int: english/english system > 'cont-new.mkiv' loaded (/Users/jin/pkgs/ConTeXt/tex/texmf-context/tex/context/base/cont-new.mkiv system > beware: some patches loaded from cont-new.mkiv ) system > files > jobname 'bulk_trans', input 'bulk_trans', result 'bulk_trans' fonts > latin modern fonts are not preloaded languages > language 'en' is active (bulk_trans.tex resolvers > modules > 'gnuplot' is loaded (/Users/jin/pkgs/ConTeXt/tex/texmf-modules/tex/context/third/gnuplot/t-gnuplot.tex loading > Gnuplot module ! Undefined control sequence. log system > tex > error on line 99 in file /Users/jin/pkgs/ConTeXt/tex/texmf-modules/tex/context/third/gnuplot/t-gnuplot.tex: Undefined control sequence ... <argument> ...:= \@@GNUPLOT@term@context@linejoin ; gp_use_dashed := \@@GNUP... \meta_start_extensions ...extensions("#1",\!!bs #2 \!!es )} l.99 \stopMPextensions ? This happens with context running on a file generated by gnuplot 4.6.1. I have been using context in the texlive 2012 without any problem.
On 2013–03–21 JIN Xiao-Yong wrote:
Using the new beta from context-minimal
[…]
This happens with context running on a file generated by gnuplot 4.6.1. I have been using context in the texlive 2012 without any problem.
The gnuplot module is broken at the moment. I posted a workaround some time ago. Before loading the module: \unprotected \def\@@GNUPLOT@term@context@linejoin{rounded} \def\@@GNUPLOT@term@context@is@dashed{true} \def\@@GNUPLOT@term@context@linewidth{1} \def\@@GNUPLOT@term@context@fontscale{1} \def\@@GNUPLOT@term@context@points{metapost} \protected This, however invalidates any later setup. I am working on fixing the module. Marco
On Mar 21, 2013, at 6:43 PM, Marco Patzer
On 2013–03–21 JIN Xiao-Yong wrote:
Using the new beta from context-minimal
[…]
This happens with context running on a file generated by gnuplot 4.6.1. I have been using context in the texlive 2012 without any problem.
The gnuplot module is broken at the moment. I posted a workaround some time ago. Before loading the module:
\unprotected \def\@@GNUPLOT@term@context@linejoin{rounded} \def\@@GNUPLOT@term@context@is@dashed{true} \def\@@GNUPLOT@term@context@linewidth{1} \def\@@GNUPLOT@term@context@fontscale{1} \def\@@GNUPLOT@term@context@points{metapost} \protected
This, however invalidates any later setup. I am working on fixing the module.
Thanks for the info. I hope you can fix it soon.
participants (3)
-
JIN Xiao-Yong
-
Marco Patzer
-
Xiao-Yong Jin