Skip to content

Instantly share code, notes, and snippets.

@tdwiser
Created September 8, 2019 22:41
Show Gist options
  • Save tdwiser/57750f8b36f0ac5e87315900c5a8cbed to your computer and use it in GitHub Desktop.
Save tdwiser/57750f8b36f0ac5e87315900c5a8cbed to your computer and use it in GitHub Desktop.
\documentclass{revtex4-1}
\usepackage{hyperref}
\begin{filecontents}{\jobname.bib}
@unpublished{mcnees,
author = {{McNees}, Robert},
title = {Conventions, Definitions, Identities, and Formulas},
url = {http://jacobi.luc.edu/Useful.html},
note = {{http://jacobi.luc.edu/Useful.html}}
}
\end{filecontents}
\begin{document}
A nifty website.~\cite{mcnees}
\bibliographystyle{apsrev4-1}
\bibliography{\jobname}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment