On Mon, 26 Jun 2023, Hans Hagen via ntg-context wrote:
On 6/26/2023 7:53 PM, Aditya Mahajan via ntg-context wrote:
On Mon, 26 Jun 2023, Miguel Diaz via ntg-context wrote:
indeed it is a simple simulation of overleaf (for latex).
FWIW, context works on overleaf as well!
Simply create a `latexmkrc` file with the following content:
``` $pdflatex="context --synctex=1 --result=output %S; cp output.log /compile/output.log;cp output.pdf /compile/output.pdf"; $recorder=0; $pdf_mode=1; I found back this link:
https://davidcarlisle.github.io/latexcgi/testc
% !TEX mtxrun --script context
\starttext
\dorecurse{500}{\samplefile{tufte}\par}
\stoptext
Runs 113 pages in 1.13 sec so quite ok for a remote un I guess.
I'm not sure how up to date it is.
2023.05.05 18:36, so very recent. https://texlive.net/run?%25!TEX%20mtxrun%20--script%20context%0A%0A%5Cstartt... Aditya