mathjax-node-cli icon indicating copy to clipboard operation
mathjax-node-cli copied to clipboard

unify the tools

Open pkra opened this issue 8 years ago • 2 comments

A unified tool would seem to make more sense.

pkra avatar Feb 28 '17 16:02 pkra

This should cover most of it already.

pkra avatar Mar 01 '17 08:03 pkra

Hey @pkra, is this still wanted and would be merged?

I'm interested in having all these tools in one. I imagine something like mathjax [command] [options] 'math' > file.svg with

Commands:
  am2htmlcss
  am2mml
  am2svg
  mml2html
  mml2htmlcss
  mml2mml
  mml2svg
  mml2svg-html5
  tex2html
  tex2htmlcss
  tex2mml
  tex2svg 

Looking at https://github.com/yargs/yargs/issues/225, this could be implemented with copying most of the existing code.

knoxell avatar Oct 30 '22 11:10 knoxell