Back to Mathjax

Examples of MathJax in a Browser

web/examples.rst

latest2.8 KB
Original Source

.. _web-examples:

################################ Examples of MathJax 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 within this documentation:

|btight|

  • :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:Configuring TeX Macros at Startup <tex-startup-macros>
  • :ref:Running TeX Code at Startup <tex-ready-macros>

..

  • :ref:Automatic section numbering <tex-tagformat-section-numbers>
  • :ref:Better display of Unicode full-width numbers <full-width-numbers>
  • :ref:Creating stand-alone SVG images <stand-alone-svg>

..

  • :ref:Printing all the TeX code in the page <print-all-math>
  • :ref:Printing all the TeX errors in the page <tex-error-report>
  • :ref:Printing all merror messages <listing-all-errors>
  • :ref:Reporting all undefined macros <report-undefined-macros>
  • :ref:Reporting all MathML structural errors <verifying-mathml>
  • :ref:Trapping compilation and typesetting errors <trap-errors>

..

  • :ref:Defining both in-line and display-mode AsciiMath delimiters <asciimath-display-delimiters>
  • :ref:A replacement for the NativeMML output jax <NativeMML>

..

  • :ref:Building a custom component <custom-component>
  • :ref:Building a custom extension <custom-extension>
  • :ref:Building a custom MathJax file <custom-build>

..

  • :ref:A renderAction for tooltips <renderaction-tooltip>
  • :ref:A renderAction to collapse complex subexpressions <renderaction-collapse>
  • :ref:A renderAction to use tags for math delimiters <renderaction-findtags>

..

  • :ref:Allowing spaces in numbers <filter-number-space>
  • :ref:Converting Unicode full-width characters to ASCII equivalents <filter-fullwidth>
  • :ref:Converting Unicode numeric superscripts to TeX ones <filter-number-scripts>
  • :ref:Converting SVG size from ex to px units <filter-svg-size>
  • :ref:An Autobold extension replacement <filter-autobold>
  • :ref:Convert mathvariant text to Unicode equivalents <filter-mathvariant>

..

  • :ref:Backward Compatibility for TeX input <v2-compatibility-example>
  • :ref:Locating MathJax v2 math script tags <math-script-example>

|etight|

|-----|