
I need to work out a scheme to have my figures interactive on the 
web. This needs more work. At another day!! For now I do not even 
move out my Fig and Data directory. 

To see the web page go to 

http://sepwww.stanford.edu/sep/matt/sdi/proc/web/paper.idvi/
http://sepwww.stanford.edu/sep/matt/sdi/proc/web/paper_html/


Here we go. This directory is a mess right now. 

there are 2 paper.tex versions in here. Both hand edited. 
One for latex2html the other for latex2idvi:

paper.idvi.tex (paper.idvi.tex.save)
paper.latex2html.tex

depending on what version you want, you have to copy the 
correct one to paper.tex then invoke the correct rule such as 

	make paper.idvi
	make paper.html 

I have a longer version of the paper in paper.idvi.tex.save 
	(it includes a collapsable structure, a hyperlink. and 
	some additional text)

I added an paper_local. you can remake that file by first doing 
the paper_idvi and then by going into the paper_local file and 
invoking "idvi.local ../paper.dvi -title "A Paper" ". I have not 
yet written a make rule for this one. One of the reasons why I 
have not is that idvi.local requires some additional CLASSPATH 
items and I have not decided how to set them. Currently the user
needs to set an environment variable: 

setenv CLASSPATH /homes/sep/matt/sdi:/sepwww/pub/lib/idvi/classes/:usr/local/lib/idvi/

Environment variables are bad for portability. What did Stallman 
say about environment variables? 

