MicroTeX icon indicating copy to clipboard operation
MicroTeX copied to clipboard

a mistyped error

Open yifungkhong opened this issue 2 years ago • 1 comments

https://github.com/NanoMichael/MicroTeX/blob/e3199b8b80d58717440a506fc7523d9f01b49bd6/src/atom/atom_char.cpp#L34

'it' is not belonged to symbolFormulaMappings, is the statement always true?

yifungkhong avatar Feb 24 '23 10:02 yifungkhong

You are right. This code is searching in the cache to see if a 'SymbolAtom' has already been created, which does not affect the main process 😄.

By the way, the master branch is going to be deprecated, if you're interested, take a look at openmath branch.

NanoMichael avatar Jun 21 '23 03:06 NanoMichael