I'm using texmaker under windows vista.I have a weird problem with the bibliography...when i try to compile the tex file, the bibliography doesn't appear and when i use \cite{}, it appears [?] in the document.
Anyone has the same problem...or similar? How do you use to compile (F2-F11-F2-F2)?
Code: Select all
\addcontentsline{toc}{chapter}{Bibliography}
\bibliographystyle{plain}
\bibliography{myref}
\end{document}
Code: Select all
@book{schiller,
title ={Mobile Communications},
author = {Jochen Schiller},
publisher = {Addison Wesley},
year = {2003},
isbn = {9780321123817},
}