latex-online icon indicating copy to clipboard operation
latex-online copied to clipboard

Allowing (u)platex

Open davidcarlisle opened this issue 4 years ago • 1 comments

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

davidcarlisle avatar May 31 '20 10:05 davidcarlisle

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

aslushnikov avatar May 23 '21 09:05 aslushnikov