Skip to content

Ember CLI addon to typeset LaTeX maths expressions using KaTeX.

License

Notifications You must be signed in to change notification settings

74monkeys/ember-cli-latex-maths

 
 

Repository files navigation

ember-cli-latex-maths

Build Status Dependency Status devDependency Status Ember Observer Score

Ember CLI addon to typeset LaTeX maths expressions using KaTeX.

Installation

ember install:addon ember-cli-latex-maths

Usage

Inline equation

{{latex-maths expr="a^2 + b^2 = c^2"}}

Block equation

{{latex-maths expr="c = \sqrt{a^2 + b^2}" display=true}}

Color Latex errors rather than throw an exception

{{latex-maths expr="c = \sqrt{a^2 + b^2  \illegal}" throwOnError=false}}

For more information on using ember-cli, visit http://www.ember-cli.com/.

About

Ember CLI addon to typeset LaTeX maths expressions using KaTeX.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.7%
  • HTML 15.3%