Max Chernoff wrote:
> Hi Abdelhak,
> 
> On Sat, 2025-08-09 at 10:11 +0000, Abdelhak Ferhat wrote:
> > While running the script below,
> > -----
> > \starttext
> > \centerdot\centerdot\centerdot
> > \neg\neg\neg
> > \stoptext
> > -----
> > I encountered the following issues with different versions of context:
> > *  With version 1.04 (2023.07.14), the script runs successfully.
> > *  With version 1.06 (2024.02.27), \neg is not recognized.
> > *  With version 1.06 (2025.07.27), neither \neg nor \centerdot are 
> > recognized.
> > \neg works properly inside math for me, and while I also can't get
> \centerdot to work properly, there are quite a few alternatives:
> 
>     \startTEXpage
>         ·
>         \char"00B7
>         \cdot
>         \periodcentered
>         \scalarproduct
>         \tochar{x:00B7}
>         \tochar{u:middle dot}
>         \tochar{u:midpoint}
> 
>         \usemodule[mathml]
>         \startbuffer
>             <math>·</math>
>         \stopbuffer
>         \processxmlbuffer
> 
>         $\neg\neg\neg$
>     \stopTEXpage
> 
> Thanks,
> -- Max
Thank you Max
 
These alternatives has been tested and work for me but for backward 
compatibility it seems that the workaround definitions are better.

Hope this issue gets fixed in later versions

Best regards
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to