13  Special characters

This chapter deals with special characters and symbols.

A guiding principle: try to use LaTeX formulas for maths, but only for maths.

For non-math symbols, “HTML entities” are useful: these are codes of the form &..; for special characters, e.g.   for a non-breakable space or → and ← for right and left arrows. Various websites allow you to search for HTML entities; try this one for instance.

Using HTML entities requires a font with fairly good unicode support. If your font miss a particular HTML entity, you will get a warning. If that’s the case you can try using a LaTeX formula instead (e.g. $\rightarrow$). But for non-math content HTML entities are preferable. because they make your content more machine-readable.

13.1 Schematic letters

Schematic letters in the text, as in:

\(S\) knows that \(p\)

should normally be typset as math formulas. See Chapter 26.

If there are very few schematic letters in an article, it’s acceptable to typeset them as caps and/or emphasis:

S knows that p.

13.2 Hyphens and dashes

See Section 12.5.

13.3 Split fractions

Inline fractions look better when split as in ½ than straight as in \(\frac{1}{2}\). For ½, ¼ and ¾ you can use the HTML entites ½, ¼ and ¾ respectively.

For more see Section 26.4.