|
.. contents::
|
|
LFAQ less frequently asked questions
|
|
|
|
========================================
|
|
|
|
|
|
The 'MathJax FAQ <http://www.mathjax.org/resources/faqs/>'_ answers many basic questions about MathJax.
|
|
The 'MathJax FAQ <http://www.mathjax.org/resources/faqs/>'_ answers many basic questions about MathJax.
|
|
|
|
|
|
The 'MathJax User Group <http://groups.google.com/group/mathjax-users/>'_ is the right place to ask further questions.
|
|
The 'MathJax User Group <http://groups.google.com/group/mathjax-users/>'_ is the right place to ask further questions.
|
|
|
|
|
|
On this page we collect some of these questions and their answers.
|
|
On this page we collect some of useful threads from the Mathjax User Group.
|
|
|
|
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
|
|
|
|
|
|
|
|
How can I configure a local fallback for the CDN?
|
|
|
|
---------------------------------------
|
|
|
|
You might want to check out 'this thread <http://groups.google.com/group/mathjax-users/browse_thread/thread/e9ef3ce9124c2a17/9da9e49d84039fe2?lnk=gst&q=+Local+fallback+for+MathJax+CDN#9da9e49d84039fe2>'_
|
|
|
|
|
|
|
|
::
|
|
|
|
<script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML"></script>
|
|
|
|
<script>window.MathJax || document.write('<script type="text/x-mathjax-config">MathJax.Hub.Config({"HTML-CSS":{imageFont:null }});<\/script>
|
|
|
|
<script src="<<PATH_TO_YOUR_LOCAL_MATHJAX>>MathJax.js?config=TeX-AMS_HTML-full"><\/ script>')</script>
|
|
|
|
|
|
* |
|
|
|
\ No newline at end of file |
|
|