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>&centerdot;</math>
        \stopbuffer
        \processxmlbuffer

        $\neg\neg\neg$
    \stopTEXpage

Thanks,
-- Max
___________________________________________________________________________________
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