# READ THIS FIRST: If you are on a unix system or if you can handle # a uuencoded file proceed according to these instructions. # Otherwise delete everything from the mailheader to the line marked # ``CUT HERE'' (approximately 918 lines below). Then you will have # an ordinary plain TeX file and not be able to get the figures. # # Note: this uuencoded compressed tar file was created by the csh script # uufiles. If you are using a unix machine this file will unpack itself. # In order to TeX this file, begin by stripping off any mail header, # as you normally would. The name you should give this file is qdots.uu # Then simply give the command: csh qdots.uu # You should then find that three files are generated: # qdots-review.tex (plain TeX), fig1.ps and fig2.ps # You may now tex the file qdots-review.tex in the normal way # and then print the resulting dvifile using dvips. # If you do not have dvips you can still print, but the figures # will not materialize. # # If you are not on a unix machine, you should explicitly unpack # this file by executing the commands: # uudecode qdots.uu; uncompress qdots.tar.Z; tar -xvf qdots.tar. # Then proceed as above. BODY #!/bin/csh -f # READ THIS FIRST: If you are on a unix system or if you can handle # a uuencoded file proceed according to these instructions. # Otherwise delete everything from the mailheader to the line marked # ``CUT HERE'' (approximately 918 lines below). Then you will have # an ordinary plain TeX file and not be able to get the figures. # # Note: this uuencoded compressed tar file was created by the csh script # uufiles. If you are using a unix machine this file will unpack itself. # In order to TeX this file, begin by stripping off any mail header, # as you normally would. The name you should give this file is qdots.uu # Then simply give the command: csh qdots.uu # You should then find that three files are generated: # qdots-review.tex (plain TeX), fig1.ps and fig2.ps # You may now tex the file qdots-review.tex in the normal way # and then print the resulting dvifile using dvips. # If you do not have dvips you can still print, but the figures # will not materialize. # # If you are not on a unix machine, you should explicitly unpack # this file by executing the commands: # uudecode qdots.uu; uncompress qdots.tar.Z; tar -xvf qdots.tar. # Then proceed as above. # uudecode $0 chmod 644 qdots.tar.Z zcat qdots.tar.Z | tar -xvf - rm $0 qdots.tar.Z exit