mathpix-markdown-it icon indicating copy to clipboard operation
mathpix-markdown-it copied to clipboard

PR into master from dev/olga/Fixed-spaces-for-operatorname-in-asciimath

Open OlgaRedozubova opened this issue 2 years ago • 0 comments

branch: dev/olga/Fixed-spaces-for-operatorname-in-asciimath

Why:

  • Improved conversion to asciimath for operatorname

What's being changed:

latex: a \operatorname { \lambda mod } b ascimath: a lambda mod b instead of alambda modb

latex: a \operatorname{m} b ascimath: a m b instead of amb

Fixed:

latex: i \oint ascimath: i oint instead of ioint

OlgaRedozubova avatar May 24 '23 16:05 OlgaRedozubova