commit 083e6bb8a4bbabb9db8a6677e08004545a6f7c9a
Author: Georg Baum <[email protected]>
Date:   Sat Jul 2 14:37:05 2016 +0200

    Fix MathML for imaginary part
    
    image is the HTML image element
---
 lib/symbols |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/symbols b/lib/symbols
index 5cc63a1..a648fb5 100644
--- a/lib/symbols
+++ b/lib/symbols
@@ -268,7 +268,7 @@ jmath              cmm         124   0 mathord  &jmath;
 ell                cmm          96   0 mathord  &ell;
 wp                 cmm         125 195 mathord  &weierp;
 Re                 cmsy         60 194 mathord  &real;
-Im                 cmsy         61 193 mathord  &image;
+Im                 cmsy         61 193 mathord  &imaginary;
 partial            cmm          64 182 mathord  &part;
 infty              cmsy         49 165 mathord  &infin;
 prime              cmsy         48 162 mathord  &prime;

Reply via email to