Hello again,

> I don't know enough of perl, perhaps the hash %Files should be sorted before
> output (texutil.pl)?

good point, Patrick :-)

this does the trick:

sub FlushFiles
  { print TUO "%\n" . "% $Program / Files\n" . "%\n" ;
    foreach $File (sort keys %Files)
      { print TUO "% $File ($Files{$File})\n" }
    print TUO "%\n" ;
    $NOfFiles = keys %Files ;

(in texutil.pl, see the _sort_ keys %Files)

But I don't know if this is a good solution.

Patrick
(no more "8 runs")
-- 
ConTeXt wiki: http://contextgarden.net
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to