[OS X TeX] Installing Asymptote

Peter Dyballa Peter_Dyballa at Web.DE
Tue Sep 14 19:27:38 CEST 2010


Am 14.09.2010 um 14:15 schrieb Herbert Schulz:

> Actually, combining the two as you suggest shouldn't be too hard but  
> I'm not familiar with tcsh syntax (and often use a book for help  
> with bash too :-)).


Here is a possible skeleton (substitute the echo's with real code):

	if ("$1" =~ *.asy) then
	    echo File is ASY type.
	else if ("$1" =~ *.tex) then
	    echo File is TeX type.
	#else
	#    echo File is of no useful type.
	#    exit 1
	endif

--
Greetings

   Pete

Isn't vi that text editor with two modes... one that beeps and one  
that corrupts your file?
				– Dan Jacobson, on comp.os.linux.advocacy




More information about the macostex-archives mailing list