Skip to content

Instantly share code, notes, and snippets.

@liammcinroy
Created March 28, 2023 16:06
Show Gist options
  • Save liammcinroy/fc87dc4a9d1c20420e9c3cfa7f8a765c to your computer and use it in GitHub Desktop.
Save liammcinroy/fc87dc4a9d1c20420e9c3cfa7f8a765c to your computer and use it in GitHub Desktop.
APA tex
\documentclass[12pt]{apa}
\usepackage{apacite}
\usepackage[margin=1in]{geometry}
\usepackage{setspace}
\usepackage{times}
\doublespacing
\title{}
\author{}
\affiliation{}
\begin{document}
\maketitle
...
\newpage
\nocite{*}
\bibliographystyle{apacite}
\bibliography{bib.bib}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment