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
___


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

2013-03-20 Thread JIN Xiao-Yong
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'
fontslatin modern fonts are not preloaded
languageslanguage 'en' is active
(bulk_trans.tex
resolversmodules  '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.
___
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
___