From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/apa6e/README | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 macros/latex/contrib/apa6e/README (limited to 'macros/latex/contrib/apa6e/README') diff --git a/macros/latex/contrib/apa6e/README b/macros/latex/contrib/apa6e/README new file mode 100644 index 0000000000..1c63925f53 --- /dev/null +++ b/macros/latex/contrib/apa6e/README @@ -0,0 +1,35 @@ +This is a minimalist class file for formatting manuscripts in the +style described the American Psychological Association (APA) 6th +edition guidelines. Perhaps someday the more traditional (and capable) +apa.cls will gain support for the 6th edition of the APA guidelines, +in which case you should probably use it instead. But in the mean +time, this class may be useful. + +Here's a sample document to get you started: +\begin{verbatim} + \documentclass{apa6e} + \usepackage{apacite} % This is not done automatically! + \bibliographystyle{apacite} + \title{A simple, correct explanation for every aspect of mental function} + \shorttitle{Psychology: the end} + \author{Over J.~Optimistic\\Pie in the Sky University} + \authornote{\dots} + \abstract{\dots} + \begin{document} + \maketitle + I have discovered a truly remarkable theory which + this example is too small to contain. + \bibliography{my-refs} + \end{document} +\end{verbatim} + +This class file is licensed under the 2-clause BSD license, which +basically means you can do whatever you want with it, so long as you +leave my copyright on it and don't expect there to be any +warranty. However, if you're going to make any changes, then it would +probably be less confusing all around if you either send those changes +to me to incorporate into the 'official' version, and/or change the +name of any 'unofficial' versions to something besides apa6e.cls. + +Have fun, +-- Nathaniel J. Smith -- cgit v1.2.3