@innodoc/mathjax-coordsep

0.0.1 • Public • Published

mathjax-coordsep

A MathJax v3 extension that adds a \coordsep command for printing a custom coordination point separator.

Version License

Installation

Enable the extension by configuring MathJax appropriately, e.g.:

MathJax = {
   loader: {
      load: '[mathjaxcoordsep]/coordsep.min.js'],
      paths: {
        mathjaxcoordsep: 'https://cdn.jsdelivr.net/npm/@innodoc/mathjax-coordsep@latest/dist',
      },
   },
   tex: {
      packages: {
        '[+]': ['coordsep'],
      },
   },
};

Usage

The \coordsep currently just produces a ; character. In the future the output can be customized.

License

MIT

/@innodoc/mathjax-coordsep/

    Package Sidebar

    Install

    npm i @innodoc/mathjax-coordsep

    Weekly Downloads

    3

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    13.5 kB

    Total Files

    6

    Last publish

    Collaborators

    • tumidi