Home | History | Annotate | Download | only in util

Lines Matching refs:bibtex

72 The values of the BIBTEX, LATEX (or PDFLATEX), MAKEINDEX, MAKEINFO,
138 # Likewise for bibtex and makeindex.
496 # Assume a LaTeX file. LaTeX needs bibtex and uses latex for
499 bibtex=${BIBTEX:-bibtex}
514 bibtex=
642 # Run bibtex on current file.
648 # We run bibtex first, because I can see reasons for the indexes
649 # to change after bibtex is run, but I see no reason for the
652 # Don't try to be too smart. Running bibtex only if the bbl file
658 if test -n "$bibtex" \
667 $verbose "Running $bibtex $filename_noext ..."
668 $bibtex "$filename_noext" >&5 ||
669 fatal "$bibtex exited with bad status, quitting."