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/stubs/unix/context
(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
_______________________________________________
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context

Reply via email to