Christian Mondrup wrote:

A major type 1 font update was released February 2002 followed by a minor elease February 2003. In order to reflect those 2 update events I've generated 2 lists of pdf files, one containing _all_ pdf scores published and staying unchanged before February 2003 and another list of scores published unmodified between February 2002 and February 2003. I've added a link to those lists near the top of the archive main page (http://icking-music-archive.org/pdf-errs.html)


For generating the lists I've been using the *nix 'find' utility from within the archive score directory area. For determining and selecting only those files typeset with MusiXTeX, PMX or M-Tx using type 1 fonts I've scanned the pdf files for font names referring to musixtex:

Scores before Feb. 2002:

find /usr/www/html/scores/ -name '*.pdf' -exec grep -q -i texmusix {} \; -mtime +679 -printf "%Tx %h/%f\n"

Scores between Feb. 2002 and Feb. 2003:

find /usr/www/html/scores/ -name '*.pdf' -exec grep -q -i texmusix {} \; -mtime -679 -mtime +314 -printf "%Tx %h/%f\n"

If any of you *nix wizzards have objections to or suggestions for improved file selection please inform me at once!

A perl script doing basically the same as the above described commands is now executed daily: all musixtex etc. typeset scores based on type 1 fonts remaining unchanged since Feb. 2003 will be listed in 2 files: 1. scores published before Feb. 2002 and 2. scores published between Feb. 2002 and Feb. 2003. The lists will be accessible from the above mentioned web page, http://icking-music-archive.org/pdf-errs.html


The honoured audience will notice these lists shrink along with contributors uploading updates of their musixtex scores dating from before Feb. 2003:-)

Bye
--
Christian Mondrup, Computer Programmer
Scandiatransplant, Skejby Hospital, University Hospital of Aarhus
Brendstrupgaardsvej, DK 8200 Aarhus N, Denmark
Phone: +45 89 49 53 01 - http://www.scandiatransplant.org

_______________________________________________
Tex-music mailing list
[EMAIL PROTECTED]
http://icking-music-archive.org/mailman/listinfo/tex-music

Reply via email to