tex-equation-to-svg icon indicating copy to clipboard operation
tex-equation-to-svg copied to clipboard

Convert a TeX or LaTeX string to an SVG.

Results 2 tex-equation-to-svg issues
Sort by recently updated
recently updated
newest added

After installing globally, I keep getting this error, ``` ~/Documents $ tex2svg 'ax^2+bx+c=0. Error: TypeError: speech.processExpression is not a function at GetSpeech (/usr/local/lib/node_modules/tex-equation-to-svg/node_modules/mathjax-node/lib/mj-single.js:540:29) at Function.execute (file:///usr/local/lib/node_modules/tex-equation-to-svg/node_modules/mathjax/unpacked/MathJax.js:243:26) at cb (file:///usr/local/lib/node_modules/tex-equation-to-svg/node_modules/mathjax/unpacked/MathJax.js:225:59) at...

For example: ``` $ tex2svg '2' /usr/lib/node_modules/tex-equation-to-svg/lib/factory.js:51 throw new TypeError( 'invalid input argument. Must provide a string primitive. Value: `' + str + '`.' ); TypeError: invalid input argument. Must...