Open soegaard opened 4 years ago
Hi,
I attempted to use MathJax in a manual using:
#lang scribble/manual @(require scribble-math) @(use-mathjax) @${a^2+b^2=c^2}
However it seems the generated HTML refers to KaTeX instead.
/Jens Axel
Turns out MathJax works if I use with-html5. From the documentation I got the impression that with-html5 was needed only for Katex.
with-html5
@title[#:style (with-html5 manual-doc-style)]{Some Title}
Hi,
I attempted to use MathJax in a manual using:
However it seems the generated HTML refers to KaTeX instead.
/Jens Axel