I've met a problem in the following example:
Code: Select all
Code, edit and compile here:
\documentclass[14pt,a4paper,oneside]{extarticle}\bibliographystyle{unsrt} %doesn't work\begin{document}\cite{MONACI.02} bla bla \cite{MONACI.01}\begin{thebibliography}{9}\bibitem{MONACI.01}MONACI.01\bibitem{MONACI.02}MONACI.02\end{thebibliography}\end{document}
Thank you in advance!