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

echo version = 1.00 of mkpdflatex 2011 Dec 20
# 2011 Dec 20, 1.00: origin 

pdflatex latexdemo
bibtex latexdemo
pdflatex latexdemo
pdflatex latexdemo
open latexdemo.pdf

