BibTeX, biblatex and bibernatbib | Neither Citations nor Bibliography show up

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
ahmetsadik
Posts: 2
Joined: Sun Jan 29, 2012 9:45 pm

natbib | Neither Citations nor Bibliography show up

Post by ahmetsadik »

also I have a problem with BibTeX and I hope someone to help me.
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}
if I type like above in .tex, I can see only the title of bibliography and when type \bibliography{tryin}, I get nothing. Where am I wrong?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: natbib | Neither Citations nor Bibliography show up

Post by josephwright »

Did you run BibTeX then LaTeX again twice after the first LaTeX run? If not, you need to.
Joseph Wright
ahmetsadik
Posts: 2
Joined: Sun Jan 29, 2012 9:45 pm

Re: natbib | Neither Citations nor Bibliography show up

Post by ahmetsadik »

yes, i did it. and problem has been sorted out, thanks.
I had written \bibliographystyle{plane} instead of {plain}. and now it is working but the new question is about abreviations. \citet asks for authors eventhough I wrote it in JabRef. have any suggestions?
Post Reply