BibTeX, biblatex and biberHow can I generate references automatically in Overleaf?

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
cecilia0803
Posts: 2
Joined: Tue Jul 23, 2019 2:43 pm

How can I generate references automatically in Overleaf?

Post by cecilia0803 »

I used
```
\bibliographystyle{unsrt}
\bibliography{references}
```
in TexWorks and it works perfectly, but I recently started using Overleaf. I find it is not convenient if I type the details of every reference, something like:

\begin{thebibliography}{}
\bibitem[details of the reference
\end{thebibliography}

and I need to type them one by one, is there a way that I can use to do this automatically in Overleaf? Many thanks.

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

cecilia0803
Posts: 2
Joined: Tue Jul 23, 2019 2:43 pm

How can I generate references automatically in Overleaf?

Post by cecilia0803 »

Problem already solved, I didn't upload my .bib file.
Post Reply