[OS X TeX] Adding to the TeXShop aux files deletion list

R. Vijay Krishna rvk at unc.edu
Mon Mar 7 15:07:07 EST 2011


On Mar 7, 2011, at 2:53 PM, Alan Munn wrote:

> I know that I can add to the list of file extensions that TeXShop deletes with its "Trash Aux Files" command.  From the example in the documentation:
> 
> defaults write TeXShop OtherTrashExtensions -array-add "dvi"
> 
> it appears that the . is implicit.
> 
> Biblatex produces quite a few aux files, and furthermore, often fails if they are not deleted.  But unfortunately, some have the following form.
> 
> -blx.bib
> .run.xml
> 
> Is there any way to have these aux files added to the list? (I thought that the second type might be possible simply by giving "run.xml" to the defaults command, but that seems not to be the case.)
> 
> Alan
> 

I had the same issue, and used the following commands.

  defaults write TeXShop OtherTrashExtensions -array-add "bbl"

  defaults write TeXShop OtherTrashExtensions -array-add "run"

and finally

  defaults write TeXShop AggressiveTrashAUX YES

which seemed to do the trick (although I had to restart TeXShop to trash everything).


Best
Vijay




More information about the MacOSX-TeX mailing list