Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blixt/tex.la

LaTeX service
https://github.com/blixt/tex.la

Last synced: about 1 month ago
JSON representation

LaTeX service

Awesome Lists containing this project

README

        

# tex.la
LaTeX as SVGs on the fly.

## Example

If you need to render some LaTeX on the fly, this service is the easiest way to do so.

![](http://tex.la/%5Cint%5C!%5Cleft(%20%5Csum%5En_%7Bk%3D0%7D%20a_k%20x%5Ek%5Cright)%5C%2Cdx%3D%20%5Csum%5En_%7Bk%3D0%7D%20%5Cfrac%7Ba_k%20x%5E%7Bk%2B1%7D%7D%7Bk%2B1%7D%20%20%2B%20C)

HTML:

```html

```

Markdown:

```markdown
![](http://tex.la/%5Cint%5C!%5Cleft(%20%5Csum%5En_%7Bk%3D0%7D%20a_k%20x%5Ek%5Cright)%5C%2Cdx%3D%20%5Csum%5En_%7Bk%3D0%7D%20%5Cfrac%7Ba_k%20x%5E%7Bk%2B1%7D%7D%7Bk%2B1%7D%20%20%2B%20C)
```