-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Code ExampleContains an illustrative code example, solution, or work-aroundContains an illustrative code example, solution, or work-aroundQuestionv4
Description
Issue Summary
MathJax SVG manual typeset removes equations instead of typesetting them. I am implementing some typing animation, where I call MathJax.typeset() after an equation is typed. But instead of the equations being typeset, they are removed. It worked fine in v3.2.2.
Output
mathjax-4-svg-typeset.mp4
Expected Output
Equations should be typeset when MathJax.typeset() is called.
Technical details:
- MathJax Version: 4.0.0-beta.4
- Client OS: Android 13
I am using the default MathJax configuration and loading MathJax via
<script src="https://cdn.jsdelivr.net/npm/[email protected]/tex-svg.js"></script>
Metadata
Metadata
Assignees
Labels
Code ExampleContains an illustrative code example, solution, or work-aroundContains an illustrative code example, solution, or work-aroundQuestionv4