Skip to content

x-projs/math

Repository files navigation

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