x-projs / math

Image service to vonvert AsciiMath notation to SVG: https://math.justforfun.click

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AsciiMath to SVG

Convert AsciiMath or LaTeX notation to svg online.

Usage:

Convert AsciiMath notation:

<img src="https://math.justforfun.click/$/<ascii math notation>">

For example:

<img src="https://math.justforfun.click/$/sum_{i=1}^10 a_{i} + b_{i}">

will get:

Convert LateX notation:

<img src="https://math.justforfun.click/$$/<latex notation>">

For example:

<img src="https://math.justforfun.click/$$/A_{m,n} = \begin{pmatrix} a_{1,1} & a_{1,2} & \cdots & a_{1,n} -- a_{2,1} & a_{2,2} & \cdots & a_{2,n} -- \vdots  & \vdots  & \ddots & \vdots -- a_{m,1} & a_{m,2} & \cdots & a_{m,n} \end{pmatrix}">

will get:

Build

npm install browserify -g
npm install
npm run build
npm start

About

Image service to vonvert AsciiMath notation to SVG: https://math.justforfun.click

License:MIT License


Languages

Language:HTML 66.6%Language:JavaScript 25.9%Language:Dockerfile 7.5%