Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@moewew
Created March 12, 2019 06:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moewew/c94fa5387b5a2f31e76826aea37efc72 to your computer and use it in GitHub Desktop.
Save moewew/c94fa5387b5a2f31e76826aea37efc72 to your computer and use it in GitHub Desktop.
\documentclass{article}
\usepackage{bibentry}
\nobibliography*
\usepackage{natbib}
\usepackage{filecontents}
\begin{filecontents}{\jobname.bib}
@article{Soderblom2010TheStars,
title = "The Ages of Stars",
year = "2010",
journal = aar,
author = "Soderblom, David R.",
month = "3",
volume = "48",
pages = "581--629",
doi = "10.1146/annurev-astro-081309-130806",
}
\end{filecontents}
\begin{document}
\bibentry{Soderblom2010TheStars}
\bibliographystyle{astron}
\bibliography{\jobname}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment