This repository has been archived by the owner on Nov 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
How to enable MathaJax configurations? #7
Comments
Any progress on this? I'd like to be able to use the amsmath extension. |
This is important to me as well. Specifically, I'd like to have (auto) numbered equations with the \label syntax so that I could reference them in the text body; for example the LaTeX would be:
The equation could then be referenced within the text using |
I'm also interested in having this functionality. I'm need this line to work with Gitbooks Mathjax so that I can use the
|
Untested workaround: try writing `\require{AMSmath}\require{AMSsymbols}`
somewhere *inside* your math.
This is MathJax's internal counterpart of `\usepackage` for loading
optional MathJax extensions without having to change the MathJax config
[http://docs.mathjax.org/en/latest/tex.html#tex-and-latex-extensions]
EDIT: I don't think it will give you `\qed`, AFAICT MJ doesn't implement it [mathjax/MathJax#1052].
You can try `$\square$` or `$\blacksquare$`; see http://meta.math.stackexchange.com/questions/3582/qed-for-mathjax-here-on-stackexchange
for a hack to right-align it.
|
Thanks @cben, I'll try that workaround |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi guys!
How to enable MathJax configurations for TeX/LaTeX?
The text was updated successfully, but these errors were encountered: