From 4d6ffda67a7c20ceb75a0a407c48814b4335a950 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 13 Feb 2011 23:30:42 +0000 Subject: new latex package apa6e (13feb11) git-svn-id: svn://tug.org/texlive/trunk@21388 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/apa6e/README | 35 ++++++++++++++++++++++++++++ Master/texmf-dist/doc/latex/apa6e/apa6e.pdf | Bin 0 -> 242379 bytes 2 files changed, 35 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/apa6e/README create mode 100644 Master/texmf-dist/doc/latex/apa6e/apa6e.pdf (limited to 'Master/texmf-dist/doc/latex') diff --git a/Master/texmf-dist/doc/latex/apa6e/README b/Master/texmf-dist/doc/latex/apa6e/README new file mode 100644 index 00000000000..1c63925f530 --- /dev/null +++ b/Master/texmf-dist/doc/latex/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 diff --git a/Master/texmf-dist/doc/latex/apa6e/apa6e.pdf b/Master/texmf-dist/doc/latex/apa6e/apa6e.pdf new file mode 100644 index 00000000000..312dd9e24a2 Binary files /dev/null and b/Master/texmf-dist/doc/latex/apa6e/apa6e.pdf differ -- cgit v1.2.3