From a69b6fad193757de5a62b6a1cabacb7557d02ff7 Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Tue, 6 Apr 2021 00:03:45 +0100 Subject: [PATCH] Fixed bugs reported by @encomer on Slack. Thanks! --- dollar.rkt | 4 +++- scribblings/scribble-math.scrbl | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dollar.rkt b/dollar.rkt index 3a347c672..06ae3ae2d 100644 --- a/dollar.rkt +++ b/dollar.rkt @@ -26,7 +26,9 @@ $$-mathjax use-katex use-mathjax - with-html5) + with-html5 + use-external-katex + use-external-mathjax) (define-syntax (if-versionā‰„6.12 stx) (syntax-case stx () diff --git a/scribblings/scribble-math.scrbl b/scribblings/scribble-math.scrbl index 67c27c258..cc324789a 100644 --- a/scribblings/scribble-math.scrbl +++ b/scribblings/scribble-math.scrbl @@ -250,7 +250,7 @@ details see the documentation of @racket[with-html5]. @defproc[(use-tex2svg) void?]{ This shorthand calls @racket[($-html-handler $-tex2svg)] and - @racket[($$-html-handler $$-tex2svg)]. The mathematical forumulas passed to + @racket[($$-html-handler $$-tex2svg)]. The mathematical formulas passed to @racket[$] and @racket[$$] which appear later in the document will therefore be typeset using @tt{tex2svg}.