On comp.tex.text the following script was recommended to me for easily viewing sty and cls files within packages: #!/bin/sh emacs -f toggle-read-only `kpsewhich $*` & Is there a way to modify it to open the file in TeXShop instead of emacs? Thanks so much, Aaron Rendahl University of Minnesota School of Statistics