[NTG-context] pgfplots module needs update from December

2021-08-20 Thread Gavin via ntg-context
Hello list,

The module pgfplots has a bug that produces an error for polar plots, and 
perhaps in other situations.

tex error   > tex error on line 20 in file 
./chapter02-t-b-728d71c9823ff6bed735c6d6e1758718.tmp: Undefined control sequence

 \pgfplots@environment@polaraxis@ [#1]->\begin 
{axis}[#1,data cs=polar,axis type=polar]
  ]

This bug was described and fixed on the pgfplots GitHub repository in December 
(https://github.com/pgf-tikz/pgfplots/pull/382). I fixed the bug on my personal 
installation, but when I update the modules using the wiki instructions, the 
bug returns. In the LMTX installation, the file requiring the fix is:

context-osx-64/tex/texmf-modules/generic/pgfplots/pgfplots.code.tex

The fix is:

Line 7928: change “\begin{axis}" to “\axis”
Line 7934: change “\end{axis}" to “\endaxis”

Is there anything I can do to aid in getting this fixed in the distribution?

Thanks,
Gavin
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] ConTeXt support for Panic's Nova editor

2021-08-20 Thread Felix Krause via ntg-context

Hi folks,

I made a TeX extension for Panic's Nova editor (https://nova.app) with 
explicit ConTeXt support, available here:


https://extensions.panic.com/extensions/org.flyx/org.flyx.tex/

It features syntax highlighting, suggestions for builtin commands, code 
folding, auto-completion of stop commands, and structural overview of 
headings in the symbols sidebar. It also enables the editor's spell 
checking for non-command text.


I don't recommend buying this editor specifically for your TeX needs, 
but since I own it anyway I thought it would be nice for it to have TeX 
support.


Cheers,
Felix
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___