... | ... | @@ -7,12 +7,24 @@ The `MathJax User Group <http://groups.google.com/group/mathjax-users/>`_ is the |
|
|
|
|
|
On this page we collect some of useful threads from the Mathjax User Group.
|
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
|
|
Can I use MathJax with my Javascript program?
|
|
|
---------------------------------------------
|
|
|
|
|
|
Yes, but MathJax performs much of its activity asynchronously so be sure to
|
|
|
`synchronize your code with MathJax <http://www.mathjax.org/docs/2.0/synchronize.html>`_.
|
|
|
See also `these examples <http://cdn.mathjax.org/mathjax/latest/test/examples.html>`_
|
|
|
|
|
|
I modified/created a formula using Javascript but it is not displayed correctly by MathJax. Why?
|
|
|
------------------------------------------------------------------------------------------------
|
|
|
|
|
|
MathJax processes the formulas when the page is loaded but you must ask
|
|
|
MathJax to reprocess the formulas that are modified/created later. See `Modifying Math on the Page <http://www.mathjax.org/docs/1.1/typeset.html>`_
|
|
|
See also `these examples <http://cdn.mathjax.org/mathjax/latest/test/examples.html>`_
|
|
|
|
|
|
How can I configure a local fallback for the CDN?
|
|
|
---------------------------------------
|
|
|
-------------------------------------------------
|
|
|
You might want to read `this thread <http://groups.google.com/group/mathjax-users/browse_thread/thread/e9ef3ce9124c2a17/9da9e49d84039fe2?lnk=gst&q=+Local+fallback+for+MathJax+CDN#9da9e49d84039fe2>`_
|
|
|
|
|
|
::
|
... | ... | |