mathjax-node-cli
mathjax-node-cli copied to clipboard
CLI tools for mathjax-node
fixes #19
would you consider committing the `package-lock.json` file to the repo? npm docs [suggest to do this](https://docs.npmjs.com/cli/v7/configuring-npm/package-lock-json) and it eases the burden for downstream consumers by publishing a known-good dependency configuration....
Hi! Do you need another maintainer?
I have been using `tex2svg` provided by `mathjax-node` for years to render multiple SVG formulae for use in a single XHTML document. Recently, I was forced to move to `tex2svg`...
This resolves issue https://github.com/mathjax/mathjax-node-cli/issues/15, exposing the popular SVG configuration `blacker` as the option `--blacker` to the `tex2svg` command.
From https://github.com/mathjax/MathJax-node/issues/23: > It would be nice to allow the command-line tools to specify additional MathJax configuration (like left-side alignment, etc.)
* how to install * what the CLI tools basically do
The test does not pass on Node < 6.
This is because it uses an unbounded version of `yargs` in package.json, but yargs v18+ removes `.demand` which this package relies on. Need to bind yargs to