-
-
Save tdwiser/57750f8b36f0ac5e87315900c5a8cbed to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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