Showing posts with label bibtex. Show all posts
Showing posts with label bibtex. Show all posts
Wednesday, April 18, 2007
The Latex Bibtex cycle and camera ready postscript ( Shell file)
#! /usr/bin/tcsh -f
set file1 = ${1}
echo $file1
set file = $file1:r
latex $file
bibtex $file
latex $file
latex $file
dvips $file -P pdf -G0 -t letter -o
echo done latex bibtex latex latex
Subscribe to:
Posts (Atom)