[OS X TeX] OT: Applescript help
Claus Gerhardt
gerhardt at math.uni-heidelberg.de
Tue Mar 9 14:49:13 EST 2010
A simpler solution might be to specify the option at the beginning of the Applescript
set O to "......." as string -- Use this if the $ sign should not be escaped
set O to " " as string -- Use this if the $ sign should be escaped (the default).
and then use the command
do shell script "~/Library/TeXShop/bin/csv2latex" & O & tablestyle
Claus
On Mar 9, 2010, at 20:33, Claus Gerhardt wrote:
> The Applescript can contain two do shell script calls where one command is always commented depending on the users preferences, or one could have have two different Applescripts for csv2latex and csv2latexe.
More information about the MacOSX-TeX
mailing list