项目作者: justforfunclick

项目描述 :
Image service to vonvert AsciiMath notation to SVG: https://math.justforfun.click
高级语言: HTML
项目地址: git://github.com/justforfunclick/math.git
创建时间: 2020-11-10T02:00:33Z
项目社区:https://github.com/justforfunclick/math

开源协议:MIT License

下载


AsciiMath to SVG

Convert AsciiMath or LaTeX notation to svg online.

Usage:

Convert AsciiMath notation:

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

For example:

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

will get:

Convert LateX notation:

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

For example:

  1. <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

  1. npm install browserify -g
  2. npm install
  3. npm run build
  4. npm start