Created
December 16, 2014 18:29
-
-
Save shamrt/8d09938336f35d3557a7 to your computer and use it in GitHub Desktop.
BibDesk preview template for APA style (version 6)
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{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