Re: [NTG-context] problem with t-gnuplot.tex

2013-03-21 Thread 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.


Marco


signature.asc
Description: Digital signature
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] problem with t-gnuplot.tex

2013-03-21 Thread Xiao-Yong Jin

On Mar 21, 2013, at 6:43 PM, Marco Patzer home...@lavabit.com wrote:

 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.
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___