mitex-rs / mitex

LaTeX support for Typst, powered by Rust and WASM. https://mitex-rs.github.io/mitex/
https://mitex-rs.github.io/mitex/tools/underleaf.html
Apache License 2.0
240 stars 8 forks source link

refactor: convert \text{} to \textmath[] #147

Closed OrangeX4 closed 3 months ago

OrangeX4 commented 3 months ago

Related to #46 and #128

OrangeX4 commented 3 months ago

There is bug in test for oi-wiki, so i make it draft.

Enter-tainer commented 3 months ago

There is bug in test for oi-wiki, so i make it draft.

what's the bug?

OrangeX4 commented 3 months ago

some escape bug, there are many escapes in text mode.

Enter-tainer commented 3 months ago

Will this fix #46 and #128 ?

OrangeX4 commented 3 months ago

the test case looks good to me. Did you test oiwiki locally?

Yes, there are no compilation errors.

OrangeX4 commented 3 months ago

Will this fix #46 and #128 ?

Fixed #128.

Fixed #46 partially, space at the end of \text is preserved.

But there is always one single space before #textmath[], but i guess it should be another issue.

image