From 14b0232f27a4c482bcc604feaa9c99586ba34fb1 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 17 Sep 2009 00:34:32 +0000 Subject: [PATCH] and another Scribble unicode->latex hack svn: r16028 --- collects/scribble/latex-render.ss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/collects/scribble/latex-render.ss b/collects/scribble/latex-render.ss index bffdfe360c..6744d24316 100644 --- a/collects/scribble/latex-render.ss +++ b/collects/scribble/latex-render.ss @@ -765,6 +765,8 @@ [(#\uA7) "{\\S}"] [(#\〚) "$[\\![$"] [(#\〛) "$]\\!]$"] + [(#\↦) "$\\mapsto$"] + [(#\⊤) "$\\top$"] [else c]) c)]))) (loop (add1 i)))))))