[NTG-context] Re: TeX run : 8
Patrick Gundlach
patrick at gundla.ch
Thu Mar 3 12:17:35 CET 2005
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
More information about the ntg-context
mailing list