Skip to content

Instantly share code, notes, and snippets.

@shamrt
Created December 16, 2014 18:29
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 shamrt/8d09938336f35d3557a7 to your computer and use it in GitHub Desktop.
Save shamrt/8d09938336f35d3557a7 to your computer and use it in GitHub Desktop.
BibDesk preview template for APA style (version 6)
\documentclass{apa6e}
\pagestyle{empty}
\textwidth = 7in
\voffset = -90pt
\hoffset = -40pt
\renewcommand{\refname}{}
% The following command is provided for LaTeX2RTF compatibility with amslatex.
\newif\iflatextortf
\iflatextortf
\providecommand{\bysame}{\_\_\_\_\_}
\fi
\begin{document}
\nocite{<<CiteKeys>>}
\bibliographystyle{apacite}
\bibliography{<<File>>}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment