Skip to content

Instantly share code, notes, and snippets.

@rpapallas
Last active October 27, 2017 14:20
Show Gist options
  • Save rpapallas/75ae5bcb035823dc597e5678f8a37836 to your computer and use it in GitHub Desktop.
Save rpapallas/75ae5bcb035823dc597e5678f8a37836 to your computer and use it in GitHub Desktop.
Cite numeric with author
\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