issues
search
stefano-meschiari
/
latex2exp
Use LaTeX in R graphics.
Other
188
stars
10
forks
source link
Fix #40 and free-standing subscripts
#46
Closed
stefano-meschiari
closed
2 years ago
stefano-meschiari
commented
2 years ago
0.9.4 [01/03/2022]
Fixes bug where certain commands would fail outside of math mode (e.g.
TeX(r"(\alpha + \beta)")
) (fixes #45).
Fixes edge case where `TeX(r"($^{18}$ O)") (e.g. a free-standing superscript or subscript) would not render.
0.9.4 [01/03/2022]
TeX(r"(\alpha + \beta)")
) (fixes #45).