From 855f5cccf6a736c20864bf75b0fcd606c83caf3e Mon Sep 17 00:00:00 2001 From: Christian Lawson-Perfect Date: Fri, 13 Dec 2024 08:10:36 +0000 Subject: [PATCH] MathJax: use the CommonHTML renderer by default It does better on windows when rendering the vinculum of a square root symbol. --- themes/default/templates/scripts.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default/templates/scripts.html b/themes/default/templates/scripts.html index c467ce5dd..87c23bd48 100644 --- a/themes/default/templates/scripts.html +++ b/themes/default/templates/scripts.html @@ -9,7 +9,7 @@ displayMath: [['\\[','\\]'], ['$$','$$']], processEscapes: true }, - "HTML-CSS": { + "CommonHTML": { mtextFontInherit: true }, skipStartupTypeset: true, @@ -18,7 +18,7 @@ }); MathJax.Hub.processSectionDelay = 0; - +