diff options
author | Karl Berry <karl@freefriends.org> | 2011-02-13 23:30:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-02-13 23:30:42 +0000 |
commit | 4d6ffda67a7c20ceb75a0a407c48814b4335a950 (patch) | |
tree | 62314231ad385eb7ad4a918353f384df6d647d3d /Master/texmf-dist/doc/latex/apa6e/README | |
parent | 40a836aa0762f91efc47feb34ffcd37a3e55074a (diff) |
new latex package apa6e (13feb11)
git-svn-id: svn://tug.org/texlive/trunk@21388 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/apa6e/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/apa6e/README | 35 |
1 files changed, 35 insertions, 0 deletions
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 <njs@pobox.com> |