Last active
October 27, 2017 14:20
-
-
Save rpapallas/75ae5bcb035823dc597e5678f8a37836 to your computer and use it in GitHub Desktop.
Cite numeric with author
This file contains hidden or 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
\usepackage[numbers]{natbib} | |
\usepackage{cleveref} | |
\usepackage{hyperref} | |
\begin{document} | |
Some cite \cite{somepaper} and then with author et al \citet{somepaper}. | |
\bibliographystyle{unsrtnat} | |
\bibliography{refs} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment