Created
April 6, 2012 15:07
-
-
Save bengourley/2320653 to your computer and use it in GitHub Desktop.
LaTex Stuff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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