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

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

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