Updated readme

This commit is contained in:
Joseph Rautenbach 2019-01-20 23:25:45 +02:00
parent 5c65e4790c
commit cdc070767a

View File

@ -10,7 +10,7 @@ Bootstrap and jQuery are used in the web interface, with AJAX calls made to the
## Live Version ## Live Version
The application is up and running at [https://latex2image.joeraut.com/](https://latex2image.joeraut.com/). The application is accessible at [https://latex2image.joeraut.com/](https://latex2image.joeraut.com/)
## Dependencies ## Dependencies
@ -79,6 +79,15 @@ The container is only able to access the local `temp/<id>/` directory and has no
Additionally, the compilation process will be killed after 5 seconds if not complete; this is to safeguard against infinite loops and other troublesome LaTeX quirks. Additionally, the compilation process will be killed after 5 seconds if not complete; this is to safeguard against infinite loops and other troublesome LaTeX quirks.
## Internals
Commands used:
* `latex` - Converts `.tex` source file to `.dvi` intermediate
* `dvisvgm` - Converts `.dvi` file to `.svg` vector image
* `svgexport` - Converts `.svg` to `.png` or `.jpg` raster images
* `imagemin` - Compresses `.png` and `.jpg` images
## Notes ## Notes
* The directories `temp/` and `output/` will be generated automatically inside the `latex2image-web/` directory upon first launch. * The directories `temp/` and `output/` will be generated automatically inside the `latex2image-web/` directory upon first launch.