Skip to content

Instantly share code, notes, and snippets.

@bengourley
Created April 6, 2012 15:07
Show Gist options
  • Save bengourley/2320653 to your computer and use it in GitHub Desktop.
Save bengourley/2320653 to your computer and use it in GitHub Desktop.
LaTex Stuff
\documentclass[doc]{apa}
\usepackage{url}
\usepackage{apacite}
\usepackage{setspace}
\onehalfspacing
\begin{document}
\title{
My Document:\\
\textbf{And its subtitle}
\author{
Joe Bloggs
}
\affiliation{Course: Computer Science}
\rightheader{Short version of title on all pages}
\maketitle
\section{Section Title Here}
\subsection{Sub section title here}
\bibliographystyle{apacite}
\bibliography{references}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment