# L'extension `refcheck`
Pour des bibliographies avec `thebibliography`
\documentclass{article}
\usepackage{refcheck}
\begin{document}
\cite{einstein}
\begin{thebibliography}{9}
\bibitem{latexcompanion}
Michel Goossens, Frank Mittelbach, and Alexander Samarin.
\textit{The \LaTeX\ Companion}.
Addison-Wesley, Reading, Massachusetts, 1993.
\bibitem{einstein}
Albert Einstein.
\textit{Zur Elektrodynamik bewegter K{\"o}rper}. (German)
[\textit{On the electrodynamics of moving bodies}].
Annalen der Physik, 322(10):891–921, 1905.
\bibitem{knuthwebsite}
Knuth: Computers and Typesetting, \texttt{http://www-cs-faculty.stanford.edu/\~{}uno/abcde.html}
\end{thebibliography}
\end{document}
![alt text][1]
<img src="/upfiles/Screen_Shot_2020-02-19_at_16.29.44.png" style="width: 100%;"/>
# Le programme `checkcites`
Pour des bibliographies avec bibtex ou biblatex. Après que vous avez compilé votre document, utilisez
checkcites document.aux
sur une ligne de commande. Vous obtiendrez une liste de références inutilisées
Unused references in your TeX document: 1
=> knuth
[1]: https://texnique.fr/osqa/upfiles/Screen_Shot_2020-02-19_at_16.29.44.png