aslushnikov / latex-online

Online latex compiler. You give it a link, it gives you PDF
http://latexonline.cc
MIT License
486 stars 86 forks source link

Allowing (u)platex #63

Open davidcarlisle opened 4 years ago

davidcarlisle commented 4 years ago

https://github.com/aslushnikov/latex-online/blob/1f032e51d0112628e181561e9b066d9b142703e8/lib/CompilationRequest.js#L105

Would it be possible to allow platex and uplatex here?

I think the necessary support files such as the jsarticle.cls are already there but it fails at this first hurdle.

You can use lualatex for Japanese, but the platex formats are still the most commonly used formats, especially for beginners.

An example showing platex, uplatex and lualatex is at

https://davidcarlisle.github.io/ll/ja/language-01

aslushnikov commented 3 years ago

Oh, actually the support is much more involved than I though and will require migrating from latexrun to latexmk.