#!/bin/tcsh
# bibtexc
# Claus Gerhardt
#
# filename without suffix


set path= ($path  /usr/local/bin  /usr/texbin)

bibtex  "$1"
