Skip to content

cheminfo/tex-to-svg-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tex-to-svg-docker

Allows to generate a SVG from a latex string.

Installation

This project uses docker. After cloning the project you should do:

docker-compose up --build -d

This will start a webserver on port 3043 that will convert the query parameter 'tex' to a svg

For the browser you can test for example:

```http://localhost:3043/?tex=\frac{n!}{k!(n-k)!}````

Use our webservice to include formula in github

<img src="https://tex.cheminfo.org/?tex=\frac{n!}{k!(n-k)!}>

License

MIT

About

Docker instance to convert latex to SVG

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors