From 8a35d2af2688326a291ff14a5cf242cb95c3c794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Thu, 1 Sep 2016 11:30:41 +0200 Subject: [PATCH] Fixes #2 --- scribblings/scribble-math.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scribblings/scribble-math.scrbl b/scribblings/scribble-math.scrbl index b8b6a9b51..d7f598eb6 100644 --- a/scribblings/scribble-math.scrbl +++ b/scribblings/scribble-math.scrbl @@ -83,7 +83,7 @@ details see the documentation of @racket[with-html5]. @(use-mathjax) @$${\sum_{i=0}^n x_i^3} - The syntax accepted by @racket[$] is a subset of the + The syntax accepted by @racket[$$] is a subset of the commands supported by LaTeX, and depends on the backend used (MathJax should support more commands than KaTeX). For details, see their respective documentation.}