Skip to content

Instantly share code, notes, and snippets.

@moewew
Created March 9, 2020 05:56
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/3387d93db36e34327173d41e87aa6c7d to your computer and use it in GitHub Desktop.
Save moewew/3387d93db36e34327173d41e87aa6c7d to your computer and use it in GitHub Desktop.
\documentclass{article}
\usepackage[natbibapa]{apacite}
\begin{filecontents}{\jobname.bib}
@article{citation1,
author = {Jane Smith},
title = {Lorem},
journal = {Ipsum},
volume = {8},
pages = {40-52},
year = {2000},
}
@book{citation2,
author = {Jane Smith},
title = {Dolor},
publisher = {Pub Pub},
year = {2006},
}
\end{filecontents}
\begin{document}
Something important has been shown \citep{citation1, citation2}.
\bibliographystyle{apacite}
\bibliography{\jobname}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment