latex-online
latex-online copied to clipboard
Allowing (u)platex
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
Oh, actually the support is much more involved than I though and will require migrating from latexrun to latexmk.