1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
.. _web-examples:
#####################
Examples in a Browser
#####################
There are a number of example files in the `MathJax web demo repository
<https://github.com/mathjax/MathJax-demos-web>`__ (see the `list of demos
<https://github.com/mathjax/MathJax-demos-web#samples-of-mathjax-v3>`__).
These include documentation as well as live examples that you can
run.
In addition, there are examples for:
* :ref:`Configuring MathJax using an external script <local-configuration-file>`
* :ref:`Configuring and loading MathJax using one local file <config-loads-mathjax>`
* :ref:`Synchronizing with MathJax using promises <typeset-async>`
* :ref:`Resetting TeX equation numbering <tex-reset>`
* :ref:`Updating previously typeset content <typeset-clear>`
* :ref:`Looking up the math on the page <get-math-items>`
* :ref:`Loading MathJax only on pages with math <load-for-math>`
* :ref:`Automatic Section Numbering<tex-tagformat-section-numbers>`
..
* :ref:`A replacement for the NativeMML output jax <NativeMML>`
..
* :ref:`Backward Compatibility for TeX input <v2-compatibility-example>`
* :ref:`Locating MathJax v2 math script tags <math-script-example>`
|-----|
|