BibTeX, biblatex and biberReferences still not showing

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
StylishGiraffe
Posts: 3
Joined: Mon Apr 18, 2016 11:35 am

References still not showing

Post by StylishGiraffe »

I am using an ACM Template working on Overleaf.
At this point I need to put all of my references into the paper.
I already create a new .bib file, called it on the .text file under the command of:

Code: Select all

\bibliographystyle{plain}
\bibliography{references.bib}
But still not working :cry:

One thing that still bugs me is there is this instruction:

Code: Select all

% You must have a proper ".bib" file
%  and remember to run:
% latex bibtex latex latex
% to resolve all references
I don't get that part. How to execute it with Overleaf?

Thank you

Recommended reading 2024:

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

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

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

References still not showing

Post by Johannes_B »

When using \bibliography, you should not use the file ending. Remove the .bib.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply