-
Notifications
You must be signed in to change notification settings - Fork 482
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
MathJax3 support #1367
MathJax3 support #1367
Conversation
Everything should work now. Do you think that's the right approach? |
I don't really know how the tests here work, so please tell me what still needs to be added in that department. I was thinking that maybe we should already rename |
The front end is not really being systematically tested. What would be nice, though, is to make sure that one of the builds in Edit: I missed that you already have it. Just need to make sure that we have a build for both the old MathJax2 and the new build. This may mean adding another build with another combination of configuration options.
No, this would be good to do, if you don't mind. |
@@ -367,6 +367,7 @@ mathengine = Documenter.MathJax(Dict(:TeX => Dict( | |||
|
|||
```math | |||
\bra{x}\ket{y} | |||
\pdv[n]{f}{x} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this something that should only work in MathJax3?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just to double check that the physics package was actually working.
I have no clue what's going on with the test failures... |
🎉 Well, that took a while too figure out. Still don't really understand what was going on here, but it works now. |
Did you have time to take another look at this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay. I took the liberty of organizing the tests slightly. Just one doc question, but otherwise it's good to go as far as I can tell 🙂
Co-authored-by: Morten Piibeleht <morten.piibeleht@gmail.com>
Sorry for the delay! I went into a bit more detail about which options are set by default in the docstring. This should now be good to go from my side. |
LGTM, thanks a lot @simeonschaub! I will aim to tag a new release with this in the next few days. |
The options for MathJax3 are currently ignored, but the default rendering already works.
Should close #1362