Inline Math Rules / Reference / Cheat Sheet?

I’m not sure if I understand your question completely. Julia’s Markdown standard library can represent LaTeX, but you need to use something like Documenter.jl to render: LaTeX Syntax · Documenter.jl. The renderer should handle all of the usual TeX math expressions - if you’re looking for help on the TeX side, there are many good cheat sheets out there, e.g. https://tug.ctan.org/info/undergradmath/undergradmath.pdf.

5 Likes