Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with primes in tex-svg #2432

Closed
ulthiel opened this issue May 11, 2020 · 2 comments
Closed

Issue with primes in tex-svg #2432

ulthiel opened this issue May 11, 2020 · 2 comments

Comments

@ulthiel
Copy link

ulthiel commented May 11, 2020

Typesetting $$y''$$ with tex-mml-chtml.js works fine but doesn't work with tex-svg.js.

Minimal example:

<html>
<head>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"></script>
</head>

<body>
$$y''$$
</body>

</html>
@ulthiel ulthiel closed this as completed May 11, 2020
@ulthiel ulthiel reopened this May 11, 2020
@ulthiel
Copy link
Author

ulthiel commented May 11, 2020

Sorry, duplicate of #2409.

@ulthiel ulthiel closed this as completed May 11, 2020
@dpvc
Copy link
Member

dpvc commented May 11, 2020

Thanks for spotting it yourself. It will be fixed in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants