[OS X TeX] TeXShop wish list

André Bellaïche abellaic at math.jussieu.fr
Mon Sep 4 12:45:40 CEST 2006


Le 4 sept. 06 à 12:24, Claus Gerhardt a écrit :

> The Applescript below closes the frontmost tex file and removes the  
> corresponding .aux files. You can add any other filename.xxx to be  
> removed by looking at the structure of the script.
>
> Save the script as a Macro to be called by a short key.

Dear Claus, T

Thanks for the script. I only have to learn how to save it as a short  
key. I'll look in Apple's help.

A.B.

Looking at the Applescript by Claus Gerhardt reminds me of a bug I  
have found in graphics.sty.

"graphics.sty"  thinks that the extension of a file named "image.X. 
14.eps" is "X.14.eps".  So I had to program my own version of  
graphics.sty.

Could it be possible to correct graphics.sty on the basis shown by  
Claus? (See below)


> set n to (number of characters of contents of theText)
> 	set i to n as number
> 	
> 	repeat while i > 0
> 		if character i of theText is equal to "." then
> 			set m to i
> 			exit repeat
> 		else
> 			set i to (i - 1)
> 		end if
> 	end repeat


André Bellaïche------------------------- 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