File: examples.rst

package info (click to toggle)
mathjax-docs 3.2%2B20240903-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,184 kB
  • sloc: python: 31; javascript: 28; sh: 20; makefile: 8
file content (34 lines) | stat: -rw-r--r-- 1,180 bytes parent folder | download
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>`


|-----|