Re: [NTG-context] [***SPAM***] Continuous preview

2013-08-29 Thread john Culleton
On Tue, 27 Aug 2013 15:21:38 -0400 (EDT) Aditya Mahajan adit...@umich.edu wrote: On Tue, 27 Aug 2013, H. Özoguz wrote: For LaTex there exists a tool, named latexmk, which allows a preview continuous mode, that is to update the compiled pdf automatically. It is really very helpful!

Re: [NTG-context] [***SPAM***] Continuous preview

2013-08-29 Thread Aditya Mahajan
On Wed, 28 Aug 2013, H. Özoguz wrote: I use the perl program `atchange`[1] for continous preview. For simple documents, you can just run atchange filename.tex context --batch filename Thanks Aditja. Because I have no experience with Pearl: What to do with this text-file of your link?

Re: [NTG-context] [***SPAM***] Continuous preview

2013-08-28 Thread H. Özoguz
I use the perl program `atchange`[1] for continous preview. For simple documents, you can just run atchange filename.tex context --batch filename Thanks Aditja. Because I have no experience with Pearl: What to do with this text-file of your link? Should I just copy it as text-file in the

[NTG-context] [***SPAM***] Continuous preview

2013-08-27 Thread H. Özoguz
For LaTex there exists a tool, named latexmk, which allows a preview continuous mode, that is to update the compiled pdf automatically. It is really very helpful! Because it is open-source: It is possible to addapt this tool for context, too? Maybe one of the programmers have time for this

Re: [NTG-context] [***SPAM***] Continuous preview

2013-08-27 Thread Marco Patzer
On 2013–08–27 H. Özoguz wrote: For LaTex there exists a tool, named latexmk, which allows a preview continuous mode, that is to update the compiled pdf automatically. It is really very helpful! I don't know latexmk, but updating the pdf is a feature of the pdf reader, not of context. If you

Re: [NTG-context] [***SPAM***] Continuous preview

2013-08-27 Thread Marco Patzer
On 2013–08–27 Marco Patzer wrote: while true do inotifywait --event modify somefile.tex; context --batchmode somefile.tex done Better: file='somefile.tex' while inotifywait --event modify $file; do context --batchmode $file done For BSDs/MacOS:

Re: [NTG-context] [***SPAM***] Continuous preview

2013-08-27 Thread Thangalin
When using the evince PDF reader on Linux, reloading the PDF is as simple as: context filename.tex -- Generate for the first time evince filename.pdf -- Open the reader in the background context filename.tex -- The evince process automatically refreshes with new content

Re: [NTG-context] [***SPAM***] Continuous preview

2013-08-27 Thread Aditya Mahajan
On Tue, 27 Aug 2013, H. Özoguz wrote: For LaTex there exists a tool, named latexmk, which allows a preview continuous mode, that is to update the compiled pdf automatically. It is really very helpful! Because it is open-source: It is possible to addapt this tool for context, too? Maybe one

Re: [NTG-context] [***SPAM***] Continuous preview

2013-08-27 Thread Romain Diss
Le mardi 27 août 2013 12:12:32 Thangalin a écrit : When using the evince PDF reader on Linux, reloading the PDF is as simple as: context filename.tex -- Generate for the first time evince filename.pdf -- Open the reader in the background context filename.tex -- The evince process