跳到内容

You can upload a .bib file via the files menu, and then it should all work as normal - see the LaTeX Wikibook for more detailed information on bibliographies in LaTeX.

As an example, if you're using the natbib package, the relevant commands would look like:

...
\usepackage{natbib}
...
\begin{document}
...
\bibliographystyle{plainnat}
\bibliography{name-of-your-bib-file-here}
\end{document}

You can edit the bib file directly via the files menu - see this video for more details.

Overleaf guides

LaTeX Basics

Mathematics

Figures and tables

References and Citations

Languages

Document structure

Formatting

Fonts

Presentations

Commands

Field specific

Class files

Advanced TeX/LaTeX