From f90a7fc86a24e4d43d04936a17b04c8960a3b6f3 Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Tue, 23 Mar 2021 17:10:40 +0000 Subject: [PATCH] Fixed bug in $-mathjax and $$-mathjax (the LaTeX header was expecting the wrong \texMath instead of \math and was lacking the \ensuremath{}) --- dollar.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dollar.rkt b/dollar.rkt index 7afd062db..23de83f26 100644 --- a/dollar.rkt +++ b/dollar.rkt @@ -261,7 +261,7 @@ EOJS (define tex-commands (string->bytes/utf-8 #<