The paper is due to appear in the February issue of "Foundations of Physics" dedicated to the 65th birthday of Larry Horwitz. Below you find a LaTeX source file and two postscript figures wrapped (tarred, gzipped, and uuencoded) into a single file. BODY #!/bin/csh -f # this uuencoded Z-compressed .tar file created by csh script uufiles # for more information, see e.g. http://xxx.lanl.gov/faq/uufaq.html # if you are on a unix machine this file will unpack itself: # strip off any mail header and call resulting file, e.g., lasso.uu # (uudecode ignores these header lines and starts at begin line below) # then say csh lasso.uu # or explicitly execute the commands (generally more secure): # uudecode lasso.uu ; uncompress lasso.tar.Z ; # tar -xvf lasso.tar # on some non-unix (e.g. VAX/VMS), first use an editor to change the # filename in "begin" line below to lasso.tar_Z , then execute # uudecode lasso.uu # compress -d lasso.tar_Z # tar -xvf lasso.tar # uudecode $0 chmod 644 lasso.tar.Z zcat lasso.tar.Z | tar -xvf - rm $0 lasso.tar.Z exit