0.0.1 • Published 5 years ago

@innodoc/mathjax-coordsep v0.0.1

Weekly downloads
2
License
MIT
Repository
gitlab
Last release
5 years ago

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