Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blixt/tex.la
LaTeX service
https://github.com/blixt/tex.la
Last synced: about 1 month ago
JSON representation
LaTeX service
- Host: GitHub
- URL: https://github.com/blixt/tex.la
- Owner: blixt
- Created: 2015-06-30T18:42:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-01T16:11:19.000Z (over 9 years ago)
- Last Synced: 2024-04-21T10:12:36.520Z (7 months ago)
- Language: JavaScript
- Homepage: http://tex.la/
- Size: 110 KB
- Stars: 10
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```