Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@moewew
Last active May 15, 2020 15:18
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 moewew/12657f4181c8558788c678399d9ffa7c to your computer and use it in GitHub Desktop.
Save moewew/12657f4181c8558788c678399d9ffa7c to your computer and use it in GitHub Desktop.
\documentclass{article}
\usepackage{apacite}
\usepackage{bibentry}
\bibliographystyle{apacite}
\usepackage{filecontents}
\begin{filecontents}{\jobname.bib}
@article{thing,
author = {Someone},
title = {Something},
journal = {Some Journal},
year = {2018},
}
\end{filecontents}
\begin{document}
\nobibliography{\jobname}
Some text
\bibentry{thing}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment