[OS X TeX] engines vs macros/Applescripts

Claus Gerhardt gerhardt at math.uni-heidelberg.de
Mon May 24 14:40:01 EDT 2010


One can easily incorporate shell scripts into Applescripts whereas the opposite is a pain. Hence, I prefer Applescripts to engines which are by definition shell scripts. The only reason why TeXShop users might prefer engines is that an engine can be permanently chosen in the pop-up menu.

Hence, let me describe how to use Applescripts like engines: Save the Applescript as an application in the Applescript Editor and then define an engine calling this application.

One might define a new Application folder in ~/Library/TeXShop for these applications.

Attached is my pdflatex_error.app, which can be opened in Applescript Editor, which shows the errors in the source file. 

Let me also mention that ~/Flashmode/Applescript-modular contains a whole library of Applescripts which could be either used directly or could be modified.

The engine should look like (the path to the application has to be modified)

#!/bin/bash
# name of the engine


PATH="$PATH:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin"
export PATH

open -a ~/Library/Flashmode/Applescripts-modular/pdflatex_error.app


Claus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pdflatex_error.app.zip
Type: application/zip
Size: 43710 bytes
Desc: not available
URL: <http://email.esm.psu.edu/pipermail/macosx-tex/attachments/20100524/25c34b08/attachment.zip>
-------------- next part --------------









More information about the MacOSX-TeX mailing list