mitex icon indicating copy to clipboard operation
mitex copied to clipboard

LaTeX support for Typst, powered by Rust and WASM. https://mitex-rs.github.io/mitex/

Results 18 mitex issues
Sort by recently updated
recently updated
newest added

Does anyone think it'd be neat to have a script that converts #mitex(...) and #mi("...") excerpts in a Typst file to their Typst math equivalents? In pseudocode, a script like...

Can we add text conversion mode in https://mitex-rs.github.io/mitex/? I think it would be very helpful and straightforward, appreciate for your help!

Some (_breaking_) changes on `sym` indicates synchronization is needed in the future. - https://github.com/typst/typst/pull/3612 - https://github.com/typst/typst/pull/3628 - https://github.com/typst/typst/pull/3740 - https://github.com/typst/typst/pull/3870 - https://github.com/typst/typst/pull/4059 - https://github.com/typst/typst/pull/4083 - https://github.com/typst/typst/pull/4113

T Spec
upstream

Hi, I would suggest the parser to always split the situation when I use `equation` and `equation*` environment. This would not affect the default case when the numbering is set...

T Converter

- Preview documents on docs.rs: https://docs.rs/releases/search?query=mitex - now we can get `mitex` with `cargo`: ```bash cargo install mitex-cli --version 0.2.2-rc2 ```

``` #mi(`A\text{ B }C`) ``` renders to ![image](https://github.com/mitex-rs/mitex/assets/25521218/1ed30f70-9beb-438d-95e9-3d50c3bd57f4) In mathjax it is ![image](https://github.com/mitex-rs/mitex/assets/25521218/5fdbc087-83a5-4c5a-b033-4cd9f335807d)

T Spec

#147 ``` #mitex(`A\text{BC}D`) ``` ![image](https://github.com/mitex-rs/mitex/assets/25521218/b0132d87-f5ab-4fef-8a0a-6b0302e511a7)

T Converter

related: https://github.com/mitex-rs/mitex/issues/46#issuecomment-2021428828 #147

T Spec
upstream

mitex's design of spliting spec and parser/lexer is very clever and impressive. It however make it harder for people to understand what's happening. It would be better we can have...

https://github.com/mitex-rs/mitex/pull/144/files#diff-00d3b6021ae11836db29782a6a0801841fa1baffb3f62aa8178d995b74ddd242R976