Skip to content

Instantly share code, notes, and snippets.

@moewew
Created June 27, 2020 06:15
Show Gist options
  • Save moewew/c746233e135dbd86c7a75a32695762d6 to your computer and use it in GitHub Desktop.
Save moewew/c746233e135dbd86c7a75a32695762d6 to your computer and use it in GitHub Desktop.
\documentclass{article}
\usepackage{natbib}
\usepackage{bibentry}
\bibliographystyle{plain}
\begin{document}
\nobibliography*
\bibentry{incollection-full}
\bibliography{xampl}
\end{document}
\documentclass[british]{article}
\usepackage{natbib}
\usepackage{bibentry}
\bibliographystyle{plain}
\begin{document}
\nobibliography{xampl}
\bibentry{incollection-full}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment