# mathjax-coordsep

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

[![Version](https://img.shields.io/npm/v/@innodoc/mathjax-coordsep?label=version)](https://www.npmjs.com/package/@innodoc/mathjax-coordsep)
[![License](https://img.shields.io/npm/l/@innodoc/mathjax-coordsep)](https://www.npmjs.com/package/@innodoc/mathjax-coordsep)

## Installation

Enable the extension by
[configuring MathJax](https://docs.mathjax.org/en/latest/web/configuration.html)
appropriately, e.g.:

```js
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
