I am writting an article and I got a weird problem: my texmaker doesnt print my bibliography, nor claims for any error.
Here is what I wrote in my test.tex file:
Code: Select all
\documentclass{article}
\begin{document}
\cite[p. 2]{bar}
\bibliography{foo}
\bibliographystyle{plain}
\end{document}
Code: Select all
@BOOK{bar,
AUTHOR = "Star, R. M.",
TITLE = "Foo Bar Baz",
PUBLISHER = {MIT Press},
ADDRESS = {Cambridge, MA},
YEAR = 1989}
as content. However, when I put exactly the same files in exactly the same paths in http://www.sharelatex.com, it correctly returns the content[?, p. 2]
which is what I expected TaXmaker to do.[1, p. 2]
References
1. R. M. Star. Foo Bar Bras. MIT Press, Cambridge, MA, 1989.
Any idea of what is going wrong?