[OS X TeX] asymptote

Peter Dyballa Peter_Dyballa at Web.DE
Thu Jan 29 05:02:43 EST 2009


Am 29.01.2009 um 09:20 schrieb Sylvain CHAMBON:

> even it's in the list of engines, the 'typeset' button is not  
> available. it's like texshop does not recognize/manage asy files...


Maybe it helps to put as first line:

	%%!TEX TS-program=<your asy engine's file name>

Your suspicion that TeXShop does not recognise ASY files as type- 
settable files can also be true ...


BTW, you can simplify – and make consistent – your engine file to:

	#!/bin/bash
	# visit the working place
	cd "$(dirname "$1")"
	# process the job file
	asy -f pdf -noprc -render=0 "$(basename "$1")"

It makes no sense to remove a file's extension to add it later,  
again ...

--
Greetings

   Pete

If you don't find it in the index, look very carefully through the  
entire catalogue.
	–  Sears, Roebuck, and Co., Consumer's Guide, 1897







More information about the MacOSX-TeX mailing list