Lines Matching refs:bibtex
67 The values of the BIBTEX, LATEX (or PDFLATEX), MAKEINDEX, MAKEINFO,
423 # Assume a LaTeX file. LaTeX needs bibtex and uses latex for
425 bibtex=${BIBTEX:-bibtex}
437 bibtex=
517 # Run bibtex on current file.
523 # We run bibtex first, because I can see reasons for the indexes
524 # to change after bibtex is run, but I see no reason for the
527 # Don't try to be too smart. Running bibtex only if the bbl file
533 if test -n "$bibtex" \
542 $verbose "Running $bibtex $filename_noext ..."
543 if $bibtex "$filename_noext" >&5; then :; else
544 echo "$0: $bibtex exited with bad status, quitting." >&2