[OS X TeX] Configure TeXshop to directly work from a .asy file?

William Adams will.adams at frycomm.com
Mon Sep 13 18:57:51 CEST 2010


Has anyone done this?

I'm getting tired of the whole embedded in a LaTeX file thing.

I tried creating a .engine file like:

#!/bin/tcsh

set path= ($path /usr/texbin /usr/local/bin)
set filename = "$1"
set epsname = "${filename:r}.eps"

asy -v "$filename"
ps2pdf "$epsname"

and it makes the .eps file --- but never distills to the .pdf --- why not?

ps2pdf triangle.eps

works...

William

-- 
William Adams
senior graphic designer
Fry Communications
Sphinx of black quartz, judge my vow.




More information about the macostex-archives mailing list