Hi Patrick, Occasionally, while browsing sources at source.contextgarden.net, I feel the need of seeing the pdf copy of that file. I wonder how difficult will it be to add a link, say "View pdf" with each file listing, so that if I click that link, I see the output of texexec --module filename.tex I do not know if the perl scripts support this. From what I remember, in perl texutil kept care of generate module listing. Maybe, the pdf files can be cached (no idea how) so that they are not regenerated, or maybe they can be autogenerated each time the source files are updated. Do not spend too much time on this, I can always do it on my own machine :-) Aditya
Aditya Mahajan wrote:
Hi Patrick,
Occasionally, while browsing sources at source.contextgarden.net, I feel the need of seeing the pdf copy of that file. I wonder how difficult will it be to add a link, say "View pdf" with each file listing, so that if I click that link, I see the output of
texexec --module filename.tex
I do not know if the perl scripts support this. From what I remember, in perl texutil kept care of generate module listing.
texutil functionality has been split over ctxtools., rlstools, tmftools, textools, whatevertools and texexec; this particular feature in in ctxtools
Maybe, the pdf files can be cached (no idea how) so that they are not regenerated, or maybe they can be autogenerated each time the source files are updated.
Do not spend too much time on this, I can always do it on my own machine :-)
Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hi Aditya,
Occasionally, while browsing sources at source.contextgarden.net, I feel the need of seeing the pdf copy of that file. I wonder how difficult will it be to add a link, say "View pdf" with each file listing, so that if I click that link, I see the output of
texexec --module filename.tex
Well, from what is available now, it is still a very big step. But I'll write this feature request down and when I've got too much time.... Until then, please generate those by yourself (but now I start thinking on it, I could generate the files with a script and just create this link ... just thinking aloud). OK, its a nice idea and it shouldn't be too hard. Patrick -- ConTeXt wiki and more: http://contextgarden.net
On Fri, 13 Oct 2006, Patrick Gundlach wrote:
Hi Aditya,
Occasionally, while browsing sources at source.contextgarden.net, I feel the need of seeing the pdf copy of that file. I wonder how difficult will it be to add a link, say "View pdf" with each file listing, so that if I click that link, I see the output of
texexec --module filename.tex
Well, from what is available now, it is still a very big step. But I'll write this feature request down and when I've got too much time.... Until then, please generate those by yourself (but now I start thinking on it, I could generate the files with a script and just create this link ... just thinking aloud).
OK, its a nice idea and it shouldn't be too hard.
I was playing around with a script, some observations. Some Context files do not compile, I will make a list of them and see how they can be corrected. The new mkii and mkiv means that the script needs to be more intelligent than a simple for FILE in *.* do texmfstart texexec --module $FILE ; done; If the file ends in mkii, you need to add --result $FILE-mkii.pdf (or something like that) Wasn't there a project somewhere with the compiled pdf of all sources? Aditya
Aditya Mahajan wrote:
I was playing around with a script, some observations. Some Context files do not compile, I will make a list of them and see how they can be corrected. The new mkii and mkiv means that the script needs to be more intelligent than a simple
ah, good point Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On 10/14/06, Aditya Mahajan wrote:
Wasn't there a project somewhere with the compiled pdf of all sources?
Do you mean this one? http://wiki.contextgarden.net/User:Luigi.scarso/modules.pdf Mojca
On Tue, 17 Oct 2006, Mojca Miklavec wrote:
On 10/14/06, Aditya Mahajan wrote:
Wasn't there a project somewhere with the compiled pdf of all sources?
Do you mean this one? http://wiki.contextgarden.net/User:Luigi.scarso/modules.pdf
Yes. I noticed that Luigi also has a file for making the sources. I always wondered what was the purpose of s-mod-2.tex and this document explains it. I will work with this and see if this document can be kept up to date. Aditya
participants (4)
-
Aditya Mahajan
-
Hans Hagen
-
Mojca Miklavec
-
Patrick Gundlach