I am using TeXworks and JabRef. I compiled .bbl file however I cant see citation numbers and bibliography in output. This is the code I used.
Code: Select all
\usepackage[super]{natbib}
\begin{document}
bu bir denemedir.\cite{Sripirom20112402}.
\bibliographystyle{plane}
\thebibliography{tryin}
\end{document}