Integrity check
Now I got this super-bibliography with thousands of entries and want to know if all entries are ok, or if one contains a weird character which is displayed incorrectly or even inhibits a successful compilation by LaTeX/BibTeX. How do I do that? Probably the easiest way is to run the following LaTeX file
\documentclass{amsart} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \begin{document} \nocite{*} \bibliographystyle{amsplain} \bibliography{bibliography} \end{document}
through the following script: