BibTeX, biblatex and biber ⇒ Creating bibliography
Creating bibliography
I am trying to create bibliography at the end of a document. The main LaTex document has following commands in the end.
\bibliographystyle{plain}
\bibliography{refs}
\end{document}
I have created another file with reference details and saved as "refs.bib".
However, I have not been able to get the list of references in my main document. The final output PDF gives me the heading "References", but not a list of references.
I am not sure if I am following a correct procedure to create bibliography. May I get some help in this regard?
Thank you,
Omkar
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: Creating bibliography
Re: Creating bibliography
Thank you very much for the reply. Based on the questions in your reply to my starting post, I could resolve the issues.
Regards,
Omkar