|
|
|
|
|
by ygra
4130 days ago
|
|
Dear people who write math: Don't write text as-is in math mode. Either use \mathrm/\mathit (for LaTeX) or "" (for Word) to prevent random text being interpreted (and typeset as) variables adjacent to each other. The spacing for $numberOfYellowPegs$ is particularly horrifying. |
|
Even better, use `\text`, which re-sizes properly.