[NTG-context] Re: context-on-web broken

2023-07-08 Thread Max Chernoff
On Sat, 2023-07-08 at 08:38 +0200, Mikael Sundqvist wrote:
> David kindly made available
> 
> https://texlive.net/run?context
> 
> to start with a minimal context file.

There's also 

   https://live.contextgarden.net/
   
which is pretty much the exact same thing. Not very up to date though:

   system  > ConTeXt  ver: 2021.10.28 10:19 LMTX  fmt: 2021.10.28  int: 
english/english

-- Max


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


[NTG-context] Re: context-on-web broken

2023-07-08 Thread Mikael Sundqvist
On Fri, Jul 7, 2023 at 11:19 PM Aditya Mahajan  wrote:
>
> 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%5Cstarttext%0A%5Ccontextversion%0A%5Cstoptext%0A
>
> Aditya

David kindly made available

https://texlive.net/run?context

to start with a minimal context file. This is very convenient for
small tests if one happens to be at a computer that does not have
context installed (why that would be).

/Mikael
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___

[NTG-context] Re: context-on-web broken

2023-07-07 Thread Aditya Mahajan
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%5Cstarttext%0A%5Ccontextversion%0A%5Cstoptext%0A

Aditya
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


[NTG-context] Re: context-on-web broken

2023-07-04 Thread Fabrice L
Dear Aditya,

> Le 26 juin 2023 à 13:53, Aditya Mahajan via ntg-context  
> a écrit :
> 
> 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;
> ```

This is a very precious information, thanks a lot  ! Most often, I’m isolated 
working with ConTeXt, most collaborators using LaTeX. Of course, some have seen 
the amazing things we can do with ConTeXt, and are using it a bit, but 
installation remains a challenge for most of them. Being able to work and share 
an overleaf project is a way to work in a collaborative way in ConTeXt (and 
Metafun of course !).

> 
> Aditya

Tanks agin for the tip ! 
Fabrice.

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___