[OS X TeX] Who Wrote These, Please?

Stefan Walsen stefan at walsen.net
Wed Mar 22 02:40:26 CET 2006


On 21. Mrz 2006, at 0:15 Uhr, Herbert Schulz wrote:
> Always ready to play with more macros! :-)

How about this? (only works in TeXShop because of the #NAMEPATH# bit,  
which could easily be replaced - but that would make the script longer)

--applescript direct
property exts :  
{"aux","bbl","blg","brf","glo","log","out","toc","pdfsync"} -- etc.
repeat with ext in exts
try
tell application "Finder" to delete ( (#NAMEPATH# & "." & ext) as  
text) as posix file
end try
end repeat


regards,
Stefan
------------------------- Info --------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
          & FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/




More information about the macostex-archives mailing list