latex-online
latex-online copied to clipboard
Online latex compiler. You give it a link, it gives you PDF
Currently, there is no way to pass the data of the text parameter in /compile with a POST request (https://latexonline.cc/compile?text={latexCode}). This makes compiling long documents through this endpoint and without...
Bumps [async](https://github.com/caolan/async) from 3.2.0 to 3.2.4. Changelog Sourced from async's changelog. v3.2.4 Fix a bug in priorityQueue where it didn't wait for the result. (#1725) Fix a bug where unshiftAsync...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
I created a sample project at https://github.com/NiranjanTambe/latexonline.cc I committed [a file](https://github.com/NiranjanTambe/latexonline.cc/blob/57f1875059dcc00c49a52b819af596f2fbd475d3/test.tex) and formed [a build URL](https://latexonline.cc/compile?git=https://github.com/NiranjanTambe/latexonline.cc&target=test.tex&command=pdflatex) from the latexonline.cc Then I added [another commit](https://github.com/NiranjanTambe/latexonline.cc/commit/c13b957f1d2490da57144f4b455de5e5c6032c5b) and changed one word from the...
Would it be possible to pass arguments like, `-shell-escape` to pdflatex? I tried doing `pdflatex%20-shell-escape` but it treats this as only a command, not a command and an argument.
Just for information: I have created a small CLI tool named [lol](https://github.com/kpym/lol) very similar to `laton` that use `latexonline.cc` as service. The main differences with `laton` are the following: -...
The program currently only supports GitHub, which is a non-free (free as in free speech) tool. Many developers find GitLab a better and a safer place to release their codes....
The documentation states that include doesn't work. Any plans on implementing that functionality?
Texindy is makeindex thing, which can sort cyrillic letters. So it will be nice if your compiler works fine with this. Link for my repo (again): http://latex.aslushnikov.com/compile?git=https://github.com/DidenkoAndre/GOS_book&target=_main.tex However, if I...
Hi again, I have a use case that does not seem totally covered by the current API, but I'm pretty sure it could do it: > Given a json describing...