Kolaru / MathTeXEngine.jl

A latex math mode engine in pure Julia.
MIT License
96 stars 20 forks source link

[Feature Request] \textrm #52

Closed ValentinKaisermayer closed 2 years ago

ValentinKaisermayer commented 2 years ago

$...\textrm{normal text}...$

caused by: TeXParseError: unsupported command \textrm
Moelf commented 2 years ago

simiarly:

julia> generate_tex_elements(L"\tetxit{2}")
ERROR: TeXParseError: unexpected error while parsing
at position 8 (string index 8)
\tetxit{2}
       ^
Stack before
[1] TeXExpr :expr
jariji commented 2 years ago

\text{a} throws, too.