From a69f6c6982b0c07050d721c3b6f7c9971883c04a Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Thu, 25 Aug 2016 09:53:19 -0500 Subject: [PATCH] Add missing character to the table. Used by the DrRacket docs, and was broken when making the table extensible. --- scribble-lib/scribble/latex-render.rkt | 1 + 1 file changed, 1 insertion(+) diff --git a/scribble-lib/scribble/latex-render.rkt b/scribble-lib/scribble/latex-render.rkt index 95711f2e..a176a24f 100644 --- a/scribble-lib/scribble/latex-render.rkt +++ b/scribble-lib/scribble/latex-render.rkt @@ -1088,6 +1088,7 @@ [(#\ϱ) "$\\varrho$"] [(#\ϵ) "$\\epsilon$"] [(#\ε) "$\\varepsilon$"] + [(#\ϖ) "$\\varpi$"] [(#\χ) "$\\chi$"] [(#\ψ) "$\\psi$"] [(#\ζ) "$\\zeta$"]