#!/bin/tcsh -f
#(ie run the tshell on this but don't read the .cshrc or .tcshrc)

echo version = 1.01 of mk 2011 Feb 1
# 2011 Feb  1, 1.01: add comments
# 2011 Feb  1, 1.00: origin 

latex latexdemo     # run latex to produce .log, .aux, .dvi
bibtex latexdemo    # get the bibliography references, make .bbl, .blg
latex latexdemo     # incorporate bibtex results
latex latexdemo     # get cross references
dvips latexdemo     # convert from .dvi to .ps
ps2pdf latexdemo.ps # convert from .ps to .pdf
