#!/bin/csh # Bo Milvang-Jensen (milvang@astro.ku.dk) # For the RelViz Web exhibition, June 1996 # Last rev.: 11-Jun-1996 # Note: There is a .latex2html-init file in this directory echo "Starting latex 1st run ============================================== (a)" latex index echo "Starting latex 2nd run ============================================== (b)" latex index echo "Starting dvips ====================================================== (c)" dvips index -o index.ps echo "Starting latex2html ================================================= (d)" latex2html -html_version 2.2 -no_subdir -prefix 000_ \ -t "Null Geodesics Around a Kerr Black Hole" index.tex echo "Starting gzip ======================================================= (e)" gzip -c index.ps > index.ps.gz