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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- 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