Guest User

Untitled

a guest
Sep 24th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. \documentclass[doc]{apa}
  2. \usepackage{url}
  3. \usepackage{apacite}
  4. \usepackage{setspace}
  5. \onehalfspacing
  6.  
  7. \begin{document}
  8.  
  9. \title{
  10. My Document:\\
  11. \textbf{And its subtitle}
  12. \author{
  13. Joe Bloggs
  14. }
  15. \affiliation{Course: Computer Science}
  16.  
  17. \rightheader{Short version of title on all pages}
  18.  
  19. \maketitle
  20.  
  21. \section{Section Title Here}
  22.  
  23. \subsection{Sub section title here}
  24.  
  25. \bibliographystyle{apacite}
  26. \bibliography{references}
  27.  
  28. \end{document}
Add Comment
Please, Sign In to add comment