Add missing character to the table.

Used by the DrRacket docs, and was broken when making the table extensible.
This commit is contained in:
Vincent St-Amour 2016-08-25 09:53:19 -05:00
parent cce1eff495
commit a69f6c6982

View File

@ -1088,6 +1088,7 @@
[(#\ϱ) "$\\varrho$"] [(#\ϱ) "$\\varrho$"]
[(#\ϵ) "$\\epsilon$"] [(#\ϵ) "$\\epsilon$"]
[(#\ε) "$\\varepsilon$"] [(#\ε) "$\\varepsilon$"]
[(#\ϖ) "$\\varpi$"]
[(#\χ) "$\\chi$"] [(#\χ) "$\\chi$"]
[(#\ψ) "$\\psi$"] [(#\ψ) "$\\psi$"]
[(#\ζ) "$\\zeta$"] [(#\ζ) "$\\zeta$"]