Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lopezjurip/tex-element
Render TeX live on the web using Polymer
https://github.com/lopezjurip/tex-element
katex latex polymer
Last synced: 5 days ago
JSON representation
Render TeX live on the web using Polymer
- Host: GitHub
- URL: https://github.com/lopezjurip/tex-element
- Owner: lopezjurip
- License: mit
- Created: 2015-11-02T02:10:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-13T14:11:26.000Z (about 9 years ago)
- Last Synced: 2025-01-05T21:35:46.573Z (10 days ago)
- Topics: katex, latex, polymer
- Language: HTML
- Homepage: http://mrpatiwi.github.io/tex-element
- Size: 3.49 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tex-element
Render TeX live on the web using KaTeX.
> [Live **Demo** using a text-input in Polymer.](http://mrpatiwi.github.io/tex-element)
## Usage
Install via Bower:
```sh
bower install --save tex-element
```Import it directly:
```html
```
This may change if you are using a tools like Gulp, Grunt or Webpack.
#### Use it
```html
```
#### Inline use
```html
This is a inline formula.
```## Dependencies
Element dependencies are managed via [Bower](http://bower.io/). You can
install that via:```sh
npm install -g bower
```Then, go ahead and download the element's dependencies:
```sh
bower install
```## Playing With Your Element
If you wish to work on your element in isolation, we recommend that you use
[Polyserve](https://github.com/PolymerLabs/polyserve) to keep your element's
bower dependencies in line. You can install it via:```sh
npm install -g polyserve
```And you can run it via:
```sh
polyserve
```Once running, you can preview your element at
`http://localhost:8080/components/tex-element/`, where `tex-element` is the name of the directory containing it.