MathJax #9

Open
opened 2020-06-01 22:04:18 +01:00 by soegaard · 1 comment
soegaard commented 2020-06-01 22:04:18 +01:00 (Migrated from github.com)

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

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
soegaard commented 2020-06-01 22:59:37 +01:00 (Migrated from github.com)

Turns out MathJax works if I use with-html5. From the documentation
I got the impression that with-html5 was needed only for Katex.

@title[#:style (with-html5 manual-doc-style)]{Some Title}
Turns out MathJax works if I use `with-html5`. From the documentation I got the impression that `with-html5` was needed only for Katex. @title[#:style (with-html5 manual-doc-style)]{Some Title}
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: suzanne.soy/scribble-math#9
No description provided.