File: components.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 (26 lines) | stat: -rw-r--r-- 989 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
.. _node-components:

################################
Using MathJax Components in Node
################################

**This page is still under construction.**

It is possible to use MathJax in a `node` application in essentially
the same was that it is used in a browser.  in particular, you can
load MathJax components and configure MathJax using a global
:data:`MathJax` object and loading the :ref:`startup-component`
component or a :ref:`combined component <combined-components>` file
via node's ``require()`` command.

See the `MathJax node demos
<https://github.com/mathjax/MathJax-demos-node#MathJax-demos-node>`__ for
examples of how to use MathJax from a `node` application.  in
particular, see the `component-based examples
<https://github.com/mathjax/MathJax-demos-node/tree/master/component#component-based-examples>`__
for illustrations of how to use MathJax components in a `node`
application.
  
More information will be coming to this section in the future.

|-----|