Skip to content

Instantly share code, notes, and snippets.

@mcnees
Forked from tdwiser/apsrev_cite_website.tex
Created September 9, 2019 14:33
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 mcnees/6f28060a3fd61f9d5054b3b792fa804a to your computer and use it in GitHub Desktop.
Save mcnees/6f28060a3fd61f9d5054b3b792fa804a 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