Skip to content

Instantly share code, notes, and snippets.

@danmosergist
Last active January 23, 2019 16:32
Show Gist options
  • Save danmosergist/d4d66aea74b15b145e1a to your computer and use it in GitHub Desktop.
Save danmosergist/d4d66aea74b15b145e1a to your computer and use it in GitHub Desktop.
Latex: natbib astronomy journals
\usepackage{natbib}
\newcommand{\aap}{A\&A}
\newcommand{\apj}{ApJ}
\newcommand{\apjl}{ApJ Letters}
\newcommand{\mnras}{MNRAS}
\newcommand{\aapr}{A\&A Rev.}
\newcommand{\pasp}{PASP}
\newcommand{\araa}{Annu. Rev. Astron. Astrophys}
\newcommand{\zap}{Zeitschrift f\"ur Astrophysik}
\newcommand{\apss}{Astrophysics and Space Science}
\bibliographystyle{apalike} % plainnat, apj, ...
% \renewcommand\refname{List of Publications} % rename the Bibliography section name
\bibliography{/home/user/file} % file.bib path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment