Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 851 Bytes

README.rst

File metadata and controls

49 lines (29 loc) · 851 Bytes

cosmobib

a curated bibliography list for cosmology

Use in Overleaf

  1. Choose File/Add from URL.
  2. Add the following bibtex files:
  1. Add the following macros (esp if you see errors on \mnras or \apj):
  1. Refresh the Overleaf cache of files by right-clicking on the file name ane select Refresh.

Example

\documentclass{article}

...
...
\usepackage{aas_macros}


...
\begin{document}
...
...

\bibliographystyle{revtex}
\bibliography{cosmo,cosmo_preprints}
...
\end{document}

...
...