Ilia Zaichuk: I’ve made the appropriate changes to the markup to make text display in MathJax (which is the LaTeX-syntax markup language used for maths on this site and on Stack Exchange). However, I think it’s a bug in Arbital (which I’ve just pointed out to the developers) that it’s not rendering correctly. (EDIT: I’ve altered the markup into a form that works around the bug. It just makes the markup look a bit less nice.)
In general, you can use \text{text here}
; if you want to put maths inline with the text here
, you can use dollar signs:
\text{Heinz $57$ Varieties}
Additionally, if you have a mathematical string you want to typeset, like “sin”, you can use \mathrm{sin}
which shows up as . (It so happens that there is already a built-in symbol that does that for sin: \sin
.)
Ilia Zaichuk Thanks for the edit! I made a couple of linguistic changes, and made the “uniqueness of ∅” a bit less compact.