Skip to content

Using mathjax-node as server-end and react app as client to transform tex equation to MathML(which can be used in Microsoft Word)

License

Notifications You must be signed in to change notification settings

xuyumeng/latex-eq2word-eq

Repository files navigation

latex-eq2word-eq

Using mathjax-node as server-end and react app as client to transform tex equation to MathML which can be used in Microsoft Word

install

npm install
npm install babel-cli --save-dev

Webpack dev server

npm start

Compile Client

npm run-script build

Run server in local (Require babel-cli)

npm run-script server

Compile Server (Compile server side with webpack will throw error when running because of jsdom)

babel server/app.js --out-file dist/server.js

About

Using mathjax-node as server-end and react app as client to transform tex equation to MathML(which can be used in Microsoft Word)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published