a curated bibliography list for cosmology
- Choose File/Add from URL.
- Add the following bibtex files:
- Main : https://www.dropbox.com/s/t25p3aq92ndpl8y/cosmo.bib?dl=0
- Preprints : https://www.dropbox.com/s/5m12gkht1zh48h5/cosmo_preprints.bib?dl=0
- Add the following macros (esp if you see errors on
\mnras
or\apj
):
- Refresh the Overleaf cache of files by right-clicking on the file name ane select Refresh.
\documentclass{article}
...
...
\usepackage{aas_macros}
...
\begin{document}
...
...
\bibliographystyle{revtex}
\bibliography{cosmo,cosmo_preprints}
...
\end{document}
...
...