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

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

User avatar
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