[OS X TeX] How to make locate/spotlight search ~/Library/texmf
Claus Gerhardt
gerhardt at math.uni-heidelberg.de
Tue Aug 10 18:33:34 EDT 2010
On Aug 10, 2010, at 22:32, Michael Sharpe wrote:
> on run {input, parameters}
> set dq to ASCII character 34
> set AppleScript's text item delimiters to ASCII character 10
> set dat to input as text
> tell application "Terminal"
> activate
> delay 1
> do script ("echo " & dq & dat & dq) in window 1
> end tell
(*One should always restore the text item delimiters to its default value, otherwise unexpected errors are possible, hence add*)
set AppleScript's text item delimiters to ""
> end run
More information about the MacOSX-TeX
mailing list