ember-cli-latex-maths

1.1.0 • Public • Published

ember-cli-latex-maths

Build Status Dependency Status devDependency Status Ember Observer Score

Ember CLI addon to typeset LaTeX maths expressions using KaTeX.

Compatibility

  • Ember.js v2.18 or above
  • Ember CLI v2.13 or above

Installation

ember install 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}}

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

Package Sidebar

Install

npm i ember-cli-latex-maths

Weekly Downloads

2

Version

1.1.0

License

MIT

Unpacked Size

7.23 kB

Total Files

9

Last publish

Collaborators

  • andybluntish