Hello Norbert, that's not too important (you may ignore it if you want), but there's one more thing that came to my mind concerning the packaging of ConTeXt. There is a rather recent context "stub". See http://minimals.contextgarden.net/current/context/current/scripts/context/st... (and other files in the same folder). The content is a bit buggy. It says #!/bin/sh mtxrun --script context $@ but should be #!/bin/sh mtxrun --script context "$@" context filename.tex is supposed to do almost the same as texexec, except that it calls luatex by default instead of pdftex. The contents of scripts/context/stubs/unix, as well as mtxrun and luatools, are supposed to be present somewhere in binary path. If you think that it's worth considering that addition (given the fact that you also have luatex available now), feel free to add it. If not, it's also OK without it. It might also be that you have already added that, I don't know as I don't have debian to try it out. Mojca
HI Mojca, On Fr, 18 Apr 2008, Mojca Miklavec wrote:
one more thing that came to my mind concerning the packaging of ConTeXt. There is a rather recent context "stub". See
The Debian package installs the all the stubs found in scripts/context/stubs/unix/ i.e.: context makempy pdftools rlxtools texfind textools xmltools ctxtools mpstools pdftrimwhite runtools texfont texutil exatools mptopdf pstopdf texexec texshow tmftools
#!/bin/sh mtxrun --script context $@
but should be
#!/bin/sh mtxrun --script context "$@"
Ok, I will patch that in, thanks for reminding me.
luatex by default instead of pdftex. The contents of scripts/context/stubs/unix, as well as mtxrun and luatools, are supposed to be present somewhere in binary path. If you think that
They are, copied to /usr/bin.
Is there any other change to the stubs necessary?
Best wishes
Norbert
-------------------------------------------------------------------------------
Dr. Norbert Preining
On Sa, 19 Apr 2008, Norbert Preining wrote:
Ok, I will patch that in, thanks for reminding me.
Fixed packages are on the previous location, please reinstall.
Best wishes
Norbert
-------------------------------------------------------------------------------
Dr. Norbert Preining
participants (2)
-
Mojca Miklavec
-
Norbert Preining