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

Percent in text mode #160

Closed Myriad-Dreamin closed 2 months ago

Myriad-Dreamin commented 2 months ago

\% is converted into percent, but this is correct only if in the equation environment.

Myriad-Dreamin commented 2 months ago

solution:

(
  "%": define-sym("%"),
)
Myriad-Dreamin commented 2 months ago

Also occurs on +, -, and other math commands.