gs> Can anybody try the script with LaTeX source with BibTeX, or
    else send me a test case? I want to make sure the BibTeX files are
    checked properly.

----------------
% bibsimple.tex
\documentclass{article}
\begin{document}
\nocite{*}
\bibliographystyle{plain}
\bibliography{xampl}
\end{document}
----------------

Standard process:
latex bibsimple
bibtex !$
latex !$
latex !$

(Or pdflatex.)

xampl.bib should be in your tex distribution, it's the example bib that
comes with bibtex, but just in case, it's also attached.

k

Attachment: xampl.bib
Description: Binary data

Reply via email to