11 Jun
2009
11 Jun
'09
11:03 a.m.
On Thu, 11 Jun 2009, Hans van der Meer wrote:
When loading minimals with a shell script it appears that setuptex takes arguments from the calling shell script:
Indeed. 2 solutions: - treat or save your arguments before calling setuptex, for example: ARG1="$1" ARG2="$2" shift $# source /opt/context/tex/setuptex - or setuptex should be rather an executable, that prints out the environment to apply, then one would do something like this: eval `setuptex` (cleaner solution, but some work to do and all minimal-users must change their habits...) Cheers, Peter -- Contact information: http://pmrb.free.fr/contact/