summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-apa
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-03-08 01:16:47 +0000
committerKarl Berry <karl@freefriends.org>2010-03-08 01:16:47 +0000
commitf8781b660c74ce51709b40d75de1d58597a54eaa (patch)
treebc5c72c372ceaa786bd6bb29c543306aa9e87dfe /Master/texmf-dist/doc/latex/biblatex-apa
parent4e7ace252f5bb59a3813d0d829a5343667755499 (diff)
biblatex-apa .09 (7mar10)
git-svn-id: svn://tug.org/texlive/trunk@17375 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-apa')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-apa/README35
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-citations.bib314
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-references.bib974
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test.pdfbin0 -> 337830 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test.tex262
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.pdfbin0 -> 311654 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex377
7 files changed, 1962 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-apa/README b/Master/texmf-dist/doc/latex/biblatex-apa/README
new file mode 100644
index 00000000000..12b88b8a703
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-apa/README
@@ -0,0 +1,35 @@
+Version 0.9
+
+Permission is granted to copy, distribute and/or modify this software under
+the terms of the LaTeX Project Public License, version
+1.3c (http://www.latex-project.org/lppl.txt). The current
+maintainer is Philip Kime (© 2010).
+
+This package is a biblatex style for APA (American Psychological
+Association) style compliant documents typeset in LaTeX. It
+implements a citation style (apa.cbx) and a references section style
+(apa.bbx). The styles are loaded just like any other biblatex
+styles but I wouldn't try to use the citation and references styles
+separately as they rely on each other, macro-wise, in places.
+
+In this document and in the code, the specific APA requirements are
+referred to by the section and (if appropriate) the example number of the
+APA Style Guide 6th Edition).
+
+You will need to be using csquotes >= 4.3 and biblatex >= 0.9. If you want
+to take advantage of the biblatex \DeclareQuotePunctuation facility
+to enforce the APA required "American punctuation", you should use the
+babel package with the "american" option (see biblatex manual
+section |3.9.1|). You can of course use other languages but in such cases,
+to adhere to APA "American" punctuation rules (following commas moved
+inside closing quotes etc.), then you should set up
+\DeclareQuotePunctuation yourself as per section 4.6.5 of the
+biblatex manual.
+
+You can also use this with apa.cls version 1.3.4 or greater by using the
+"noapacite" class option to that class package (which prevents it from
+trying to use plain bibtex with the apacite package).
+
+Please refer first to biblatex-apa.pdf for the main documentation.
+
+
diff --git a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-citations.bib b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-citations.bib
new file mode 100644
index 00000000000..332dcc9bbd8
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-citations.bib
@@ -0,0 +1,314 @@
+% (APA 6.11)
+@BOOK{6.11,
+ AUTHOR = {Kessler, Jr., A},
+ TITLE = {Title},
+ YEAR = {2003},
+ KEYWORDS = {noinclude}
+}
+
+% (APA 6.12)
+@BOOK{6.12a,
+ AUTHOR = {A. Smith and B. Jones},
+ TITLE = {Title},
+ YEAR = {2007},
+ KEYWORDS = {noinclude}
+}
+
+@BOOK{6.12b,
+ AUTHOR = {A. Kisangau and B. Lyaruu and C. Hosea and D. Joseph},
+ TITLE = {Title},
+ YEAR = {2007},
+ KEYWORDS = {noinclude}
+}
+
+@BOOK{6.12c,
+ AUTHOR = {A. Ireys and B. Chernoff and C. DeVet and D. Kim},
+ TITLE = {Title},
+ YEAR = {2001},
+ KEYWORDS = {noinclude}
+}
+
+@BOOK{6.12d,
+ AUTHOR = {A. Ireys and B. Chernoff and E. Stein and C. DeVet and F. Silver},
+ TITLE = {Title},
+ YEAR = {2001},
+ KEYWORDS = {noinclude}
+}
+
+@BOOK{6.12e,
+ AUTHOR = {A. Kurtines and B. Szapocznik},
+ TITLE = {Title},
+ YEAR = {2003},
+ KEYWORDS = {noinclude}
+}
+
+@BOOK{6.12f,
+ AUTHOR = {A. Jöreskog and B. Sörbon},
+ TITLE = {Title},
+ YEAR = {2007},
+ KEYWORDS = {noinclude}
+}
+
+@BOOK{6.12g,
+ AUTHOR = {A. Kosslyn and B. Koenig and C. Barrett and D. Cave and E. Tang and F. Gabrieli},
+ TITLE = {Title},
+ YEAR = {1996},
+ KEYWORDS = {noinclude}
+}
+
+@BOOK{6.12h,
+ AUTHOR = {A. Kosslyn and B. Koenig and F. Gabrieli and E. Tang and G. Marsolek and H. Daly},
+ TITLE = {Title},
+ YEAR = {1996},
+ KEYWORDS = {noinclude}
+}
+
+% (APA 6.13)
+@BOOK{6.13a,
+ AUTHOR = {A. Walker},
+ TITLE = {Title},
+ YEAR = {2007},
+ KEYWORDS = {noinclude}
+}
+
+@BOOK{6.13b,
+ AUTHOR = {A. Walker and B. Allen},
+ TITLE = {Title},
+ YEAR = {2004},
+ KEYWORDS = {noinclude}
+}
+
+@BOOK{6.13c,
+ AUTHOR = {A. Bradley and B. Ramirez and C. Soo},
+ TITLE = {Title},
+ YEAR = {1999},
+ KEYWORDS = {noinclude}
+}
+
+@BOOK{6.13d,
+ AUTHOR = {A. Bradley and B. Ramirez and C. Soo and D. Walsh},
+ TITLE = {Title},
+ YEAR = {2006},
+ KEYWORDS = {noinclude}
+}
+
+@BOOK{6.13e,
+ AUTHOR = {A. Walker and B. Allen and C. Bradley and D. Ramirez and E. Soo},
+ TITLE = {Title},
+ YEAR = {2008},
+ KEYWORDS = {noinclude}
+}
+
+@BOOK{6.13f,
+ AUTHOR = {Z. Wasserstein and A. Walker and B. Allen and C. Bradley and D. Ramirez and E. Soo},
+ TITLE = {Title},
+ YEAR = {2005},
+ KEYWORDS = {noinclude}
+}
+
+@BOOK{6.13g,
+ AUTHOR = {{National Institute of Mental Health}},
+ SHORTAUTHOR = {NIMH},
+ TITLE = {Title},
+ YEAR = {2003},
+ KEYWORDS = {noinclude}
+}
+
+@BOOK{6.13h,
+ AUTHOR = {{University of Pittsburgh}},
+ TITLE = {Title},
+ YEAR = {2005},
+ KEYWORDS = {noinclude}
+}
+
+% (APA 6.14)
+% The second example from this section is repeated in the APA manual in section 7.01
+% and the bib entry for that example is given below
+@BOOK{6.14,
+ AUTHOR = {I. Light},
+ TITLE = {Deflecting Immigration},
+ SUBTITLE = {Networks, Markets, and regulation in Los Angeles},
+ YEAR = {2006},
+ LOCATION = {New York, NY},
+ PUBLISHER = {Russell Sage Foundation},
+ KEYWORDS = {noinclude}
+}
+
+% (APA 6.15)
+@ARTICLE{6.15a,
+ TITLE = {Study Finds Something Interesting},
+ SHORTTITLE = {Study Finds},
+ YEAR = {2007},
+ KEYWORDS = {noinclude}
+}
+
+@BOOK{6.15b,
+ TITLE = {College Bound Seniors},
+ YEAR = {2008},
+ KEYWORDS = {noinclude}
+}
+
+@BOOK{6.15c,
+ AUTHOR = {Anonymous},
+ TITLE = {Title},
+ YEAR = {1998},
+ KEYWORDS = {noinclude}
+}
+
+% (APA 6.16)
+@BOOK{6.16a,
+ AUTHOR = {{Department of Veterans Affairs}},
+ TITLE = {Title1},
+ YEAR = {2001},
+ KEYWORDS = {noinclude}
+}
+
+@BOOK{6.16b,
+ AUTHOR = {{Department of Veterans Affairs}},
+ TITLE = {Title1},
+ YEAR = {2003},
+ KEYWORDS = {noinclude}
+}
+
+@BOOK{6.16c,
+ AUTHOR = {A. Gogel},
+ TITLE = {Title1},
+ YEAR = {1990},
+ KEYWORDS = {noinclude}
+}
+
+@BOOK{6.16d,
+ AUTHOR = {A. Gogel},
+ TITLE = {Title2},
+ YEAR = {2006},
+ KEYWORDS = {noinclude}
+}
+
+@BOOK{6.16e,
+ AUTHOR = {A. Gogel},
+ TITLE = {Title3},
+ YEAR = {in press},
+ KEYWORDS = {noinclude}
+}
+
+@BOOK{6.16f,
+ AUTHOR = {A. Derryberry and B. Reed},
+ TITLE = {Title1},
+ YEAR = {2005},
+ KEYWORDS = {noinclude}
+}
+
+@BOOK{6.16g,
+ AUTHOR = {A. Derryberry and B. Reed},
+ TITLE = {Title2},
+ YEAR = {2005},
+ KEYWORDS = {noinclude}
+}
+
+@BOOK{6.16h,
+ AUTHOR = {A. Derryberry and B. Reed},
+ TITLE = {Title3},
+ YEAR = {in press},
+ KEYWORDS = {noinclude}
+}
+
+@BOOK{6.16i,
+ AUTHOR = {A. Rothbart},
+ TITLE = {Title1},
+ YEAR = {2003},
+ KEYWORDS = {noinclude}
+}
+
+@BOOK{6.16j,
+ AUTHOR = {A. Rothbart},
+ TITLE = {Title2},
+ YEAR = {2003},
+ KEYWORDS = {noinclude}
+}
+
+@BOOK{6.16k,
+ AUTHOR = {A. Miller},
+ TITLE = {Title},
+ YEAR = {1999},
+ KEYWORDS = {noinclude}
+}
+
+@BOOK{6.16l,
+ AUTHOR = {A. Shafrankse and B. Mahoney},
+ TITLE = {Title},
+ YEAR = {1998},
+ KEYWORDS = {noinclude}
+}
+
+@BOOK{6.16m,
+ AUTHOR = {A. Minor},
+ TITLE = {Title},
+ YEAR = {2001},
+ KEYWORDS = {noinclude}
+}
+
+@BOOK{6.16n,
+ AUTHOR = {A. Adams},
+ TITLE = {Title},
+ YEAR = {1999},
+ KEYWORDS = {noinclude}
+}
+
+@BOOK{6.16o,
+ AUTHOR = {A. Storandt},
+ TITLE = {Title},
+ YEAR = {2007},
+ KEYWORDS = {noinclude}
+}
+
+% (APA 6.17)
+@BOOK{6.17,
+ AUTHOR = {A. Nicholson},
+ TITLE = {Title},
+ YEAR = {2003},
+ KEYWORDS = {noinclude}
+}
+
+% (APA 6.18)
+@BOOK{6.18a,
+ AUTHOR = {Aristotle},
+ TITLE = {Ethics},
+ TRANSLATOR = {S. Translator},
+ YEAR = {1931},
+ KEYWORDS = {noinclude}
+}
+
+@BOOK{6.18b,
+ AUTHOR = {H. James},
+ TITLE = {Novel},
+ ORIGDATE = {1890},
+ YEAR = {1983},
+ KEYWORDS = {noinclude}
+}
+
+% Last two examples need no references entry
+
+% (APA 6.19)
+@BOOK{6.19a,
+ AUTHOR = {{Centers for Disease Control and Prevention}},
+ TITLE = {Title},
+ YEAR = {2005},
+ KEYWORDS = {noinclude}
+}
+
+@BOOK{6.19b,
+ AUTHOR = {A. Shimamura},
+ TITLE = {Title},
+ YEAR = {1989},
+ KEYWORDS = {noinclude}
+}
+
+% (APA 6.20) - No examples need references entry
+
+% (APA 6.21)
+@BOOK{6.21,
+ AUTHOR = {{U.S. Department of Labor}},
+ TITLE = {Title},
+ YEAR = {2007},
+ KEYWORDS = {noinclude}
+}
diff --git a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-references.bib b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-references.bib
new file mode 100644
index 00000000000..566badd0045
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-references.bib
@@ -0,0 +1,974 @@
+% (APA 7.01 Example 1)
+@ARTICLE{7.01:1,
+ AUTHOR = {K. L. Herbst-Damm and J. A. Kulik},
+ TITLE = {Volunteer Support, Marital Status, and the Survival Times of Terminally Ill Patients},
+ JOURNALTITLE = {Health Psychology},
+ VOLUME = {24},
+ PAGES = {225--229},
+ YEAR = {2005},
+ DOI = {10.1037/0278-6133.24.2.225}
+}
+
+% (APA 7.01 Example 2)
+@ARTICLE{7.01:2,
+ AUTHOR = {D. G. Gilbert and J. F. McClernon and N. E. Rabinovich and C. Sugai and L. C. Plath and G. Asgaard and D. Dickinson and N. Botros},
+ TITLE = {Effects of Quitting Smoking and {EEG} Activation and Attention Last for More Than 31 Days and are More Severe With Stress, Depedence, {DRD2 A1} Allele, and Depressive Traits},
+ JOURNALTITLE = {Nicotine and Tobacco Research},
+ VOLUME = {6},
+ PAGES = {249--267},
+ YEAR = {2004},
+ DOI = {10.1080/14622200410001676305}
+}
+
+% (APA 7.01 Example 3)
+@ARTICLE{7.01:3a,
+ AUTHOR = {T. J. Sillick and N. S. Schutte},
+ TITLE = {Emotional Intelligence and Self-esteem Mediate Between Perceived Early Parental Love and Adult Happiness.},
+ JOURNALTITLE = {E-Journal of Applied Psychology},
+ VOLUME = {2},
+ NUMBER = {2},
+ PAGES = {38--48},
+ YEAR = {2006},
+ URL = {http://ojs.lib.swin.edu.au/index.php/ejap}
+}
+
+@ARTICLE{7.01:3b,
+ AUTHOR = {M. A. Light and I. H. Light},
+ TITLE = {The Geographic Expansion of Mexican Immigration in the United States and its Implications for Local Law Enforcement},
+ YEAR = {2008},
+ JOURNALTITLE = {Law Enforcement Executive Forum Journal},
+ VOLUME = {8},
+ NUMBER = {1},
+ PAGES = {73--82},
+}
+
+% (APA 7.01 Example 4)
+@ARTICLE{7.01:4,
+ AUTHOR = {P. Guimard and A. Florin},
+ ORIGTITLE = {Les évaluations des enseignants en grande section de maternelle sont-elles prédictives des difficultés de lecture au cours préparatoire?},
+ TITLE = {Are Teacher Rating in Kindergarten Predictive of Reading Dificulties in First Grade?},
+ JOURNALTITLE = {Approche Neuropsychologique des Apprentissages chez l'Enfant},
+ VOLUME = {19},
+ PAGES = {5--17},
+ YEAR = {2007},
+}
+
+% (APA 7.01 Example 5)
+@ARTICLE{7.01:5,
+ AUTHOR = {S. C. {Von Ledebur}},
+ TITLE = {Optimizing Knowledge Transfer by New Employees in Companies},
+ JOURNALTITLE = {Knowledge Management Research and Practice},
+ YEAR = {2007},
+ NOTE = {Advance online publication},
+ DOI = {10.1057/palgrave.kmrp.8500141}
+}
+
+% (APA 7.01 Example 6)
+@ARTICLE{7.01:6,
+ AUTHOR = {R. Briscoe},
+ YEAR = {in press},
+ TITLE = {Egocentric Spatial Representation in Action and Perception},
+ JOURNALTITLE = {Philosophy and Phenomenological Research},
+ URL = {http://cogprints.org/5780/1/ECSRAP.F07.pdf}
+}
+
+% (APA 7.01 Example 7)
+@ARTICLE{7.01:7,
+ AUTHOR = {J. Chamberlin and A. Novotney and E. Packard and M. Price},
+ TITLE = {Enhancing Worker Well-being},
+ SUBTITLE = {Occupational Health Psychologists Convene to Share Their Research on Work, Stress, and Health},
+ JOURNALTITLE = {Monitor on Psychology},
+ VOLUME = {39},
+ NUMBER = {5},
+ PAGES = {26-29},
+ DATE = {2008-05}
+}
+
+% (APA 7.01 Example 8)
+@ARTICLE{7.01:8,
+ AUTHOR = {R. Clay},
+ TITLE = {Science vs. Ideology},
+ SUBTITLE = {Psychologists Fight Back About the Misuse of Research},
+ JOURNALTITLE = {Monitor on Psychology},
+ VOLUME = {39},
+ NUMBER = {6},
+ DATE = {2008-06},
+ URL = {http://www.apa.org/monitor/}
+}
+
+% (APA 7.01 Example 9)
+@ARTICLE{7.01:9,
+ TITLE = {Six Sites Meet for Comprehensive Anti-gang Initiative Conference},
+ SHORTTITLE = {Six Sites Meet},
+ JOURNALTITLE = {OJJDP News {@} a Glance},
+ DATE = {2006-11/2006-12},
+ URL = {http://www.ncjrs.gov/html/ojjdp/news_at_glance/216684/topstory.html}
+}
+
+% (APA 7.01 Example 10)
+% Use ENTRYSUBTYPE "newspaper" for newspaper articles so that the pages specification
+% is formatted correctly (needs "p/pp" whereas normal articles don't)
+% Numeral format is redefined to allow page number starting in letters
+% Discontinuous pages are ok
+@ARTICLE{7.01:10,
+ ENTRYSUBTYPE = {newspaper},
+ AUTHOR = {J. Schwartz},
+ TITLE = {Obesity Affects Economic, Social Status},
+ JOURNALTITLE = {The Washington Post},
+ PAGES = {A1, A4},
+ DATE = {1993-09-30},
+}
+
+% (APA 7.01 Example 11)
+@ARTICLE{7.01:11,
+ ENTRYSUBTYPE = {newspaper},
+ AUTHOR = {J. E. Brody},
+ TITLE = {Mental Reserves Keep Brain Agile},
+ JOURNALTITLE = {The New York Times},
+ DATE = {2007-12-11},
+ URL = {http://www.nytimes.com}
+}
+
+% (APA 7.01 Example 12)
+% Use the TITLEADDON field for things in brackets after the title. This has many
+% uses in the APA style.
+@ARTICLE{7.01:12a,
+ EDITOR = {C. Haney and R. L. Wiener},
+ TITLE = {Capital Punishment in the United States},
+ TITLEADDON = {Special issue},
+ JOURNALTITLE = {Psychology, Public Policy and Law},
+ VOLUME = {10},
+ NUMBER = {4},
+ YEAR = {2004}
+}
+
+@ARTICLE{7.01:12b,
+ EDITOR = {P. Greenfield and Z. Yan},
+ TITLE = {Children, Adolescents, and the {I}nternet},
+ TITLEADDON = {Special section},
+ JOURNALTITLE = {Developmental Psychology},
+ VOLUME = {42},
+ PAGES = {391--458},
+ YEAR = {2006}
+}
+
+% Implicit example made explicit - no editors
+@ARTICLE{7.01:12c,
+ TITLE = {Capital Punishment in the United Kingdom},
+ SHORTTITLE = {Capital Punishment},
+ TITLEADDON = {Special issue},
+ JOURNALTITLE = {Psychology, Public Policy and Law},
+ VOLUME = {10},
+ NUMBER = {4},
+ YEAR = {2005}
+}
+
+% (APA 7.01 Example 13)
+% Monographs can be specified as articles with appropriate NUMBER fields
+@ARTICLE{7.01:13a,
+ AUTHOR = {D. C. Ganster and J. Schaubroeck and W. E. Sime and B. T. Mayes},
+ TITLE = {The Nomological Validity of the Type A Personality Among Employed Adults},
+ TITLEADDON = {Monograph},
+ JOURNALTITLE = {Journal of Applied Psychology},
+ VOLUME = {76},
+ PAGES = {143--168},
+ YEAR = {1991},
+ DOI = {10.1037/0021-9010.76.1.143}
+}
+
+% Implicit example made explicit (Given in APA 5th Ed. Manual)
+@ARTICLE{7.01:13b,
+ AUTHOR = {P. L. Harris and R. D. Kavanaugh},
+ TITLE = {Young Children's Understanding of Pretense},
+ JOURNALTITLE = {Monographs of the Society for Research in Child Development},
+ VOLUME = {58},
+ NUMBER = {1, Serial No. 231},
+ YEAR = {1993}
+}
+
+% Implicit example made explicit (Given in APA 5th Ed. Manual)
+@ARTICLE{7.01:13c,
+ AUTHOR = {W. F. Battig and W. E. Montague},
+ TITLE = {Category Norms for Verbal Items in 56 Categories},
+ SUBTITLE = {A Replication and Extension of the {C}onnecticut Category Norms},
+ JOURNALTITLE = {Journal of Experimental Psychology Monographs},
+ VOLUME = {80},
+ NUMBER = {3, Pt. 2},
+ YEAR = {1969}
+}
+
+% (APA 7.01 Example 14)
+@ARTICLE{7.01:14,
+ TITLE = {Editorial: {"}{W}hat a Disaster{"} and Why Does This Question Matter?},
+ TITLEADDON = {Editorial},
+ JOURNALTITLE = {Journal of Contingencies and Crisis Management},
+ VOLUME = {14},
+ PAGES = {1--2},
+ YEAR = {2006}
+}
+
+% (APA 7.01 Example 15)
+% Note use of font change
+@ARTICLE{7.01:15,
+ AUTHOR = {S. Marshall-Pescini and A. Whiten},
+ TITLE = {Social Learning of Nut-Cracking Behaviour in {E}ast {A}frican Sanctuary-living Chimpanzees (\textsl{Pan troglodytes schweinfurthii})},
+ TITLEADDON = {Supplemental material},
+ JOURNALTITLE = {Journal of Comparitive Psychology},
+ VOLUME = {122},
+ PAGES = {186--194},
+ YEAR = {2008},
+ DOI = {10.1037/0735-7036.122.2.186.supp}
+}
+
+% (APA 7.01 Example 16)
+@ARTICLE{7.01:16a,
+ AUTHOR = {N. J. Woolf and S. L. Young and M. S. Fanselow and L. L. Butcher},
+ TITLE = {{MAP-2} Expression in Cholinoceptive Pyramidal Cells of Rodent Cortex and Hippocampus is Altered by {P}avlovian Conditioning},
+ TITLEADDON = {Abstract},
+ JOURNALTITLE = {Society for Neuroscience Abstracts},
+ VOLUME = {17},
+ PAGES = {480},
+ YEAR = {1991}
+}
+
+% Note use of ABSTRACT to get the "Abstract retrieved from" instead of just
+% "retrieved from"
+@ARTICLE{7.01:16b,
+ ABSTRACT = {yes},
+ AUTHOR = {S. R. Lassen and M. M. Steele and W. Sailor},
+ TITLE = {The Relationship of School-wide Positive Behavour Support to Academic Achievement in an Urban Middle School},
+ JOURNALTITLE = {Psychology in the Schools},
+ VOLUME = {43},
+ PAGES = {701--712},
+ YEAR = {2006},
+ URL = {http://www.interscience.wiley.com}
+}
+
+% (APA 7.01 Example 17)
+% It's a bit clumsy but such extra information can be included in the NOTE field.
+% If the abstract/article was retreived from a standard online URI, things are little
+% better defined - see examples 7.01:16*).
+@ARTICLE{7.01:17,
+ AUTHOR = {L. R. Hare and K. O'Neill},
+ TITLE = {Effectiveness and Efficiency in Small Academic Peer Groups},
+ JOURNALTITLE = {Small Group Research},
+ VOLUME = {31},
+ PAGES = {24--53},
+ YEAR = {2000},
+ NOTE = {Abstract retrieved from {S}ociological {A}bstracts database. (Accession No. 200010185)}
+}
+
+% (APA 7.02 Example 18)
+@BOOK{7.02:18,
+ AUTHOR = {M. A. Shotton},
+ TITLE = {Computer Addiction? A Study of Computer Dependency},
+ LOCATION = {London, England},
+ PUBLISHER = {Taylor \& Francis},
+ YEAR = {1989}
+}
+
+% (APA 7.02 Example 19)
+% Note the different year to the actual example to stop bibaltex generating extrayear
+% since the APA examples pretend each example is effectively an entry from a
+% different bibliography
+@BOOK{7.02:19a,
+ AUTHOR = {M. A. Shotton},
+ TITLE = {Computer Addiction? A Study of Computer Dependency},
+ TITLEADDON = {{DX} {R}eader version},
+ YEAR = {1990},
+ URL = {http://www.ebbokstore.tandf.co.uk/html/index.asp}
+}
+
+@BOOK{7.02:19b,
+ AUTHOR = {G. R. Schiraldi},
+ TITLE = {The Post-traumatic Stress Disorder Sourcebook},
+ SUBTITLE = {A Guide to Healing, Recovery, and Growth},
+ TITLEADDON = {{A}dobe {D}igital {E}ditions version},
+ YEAR = {2001},
+ DOI = {10.1036/0071393722}
+}
+
+% (APA 7.02 Example 20)
+@BOOK{7.02:20,
+ AUTHOR = {E. O'Keefe},
+ TITLE = {Egoism \& the Crisis in Western Values},
+ URL = {http://www.onlineoriginals.com/showitem.asp?itemID=135}
+}
+
+% (APA 7.02 Example 21)
+% NOTE is automatically generated from ORIGDATE
+@INBOOK{7.02:21,
+ AUTHOR = {S. Freud},
+ EDITOR = {J. Strachey},
+ TRANSLATOR = {J. Strachey},
+ TITLE = {The Method of Interpreting Dreams},
+ BOOKTITLE = {The Standard Edition of the Complete Psychological Works of {S}igmund {F}reud},
+ VOLUME = {4},
+ PAGES = {96--121},
+ SUBTITLE = {An Analysis of a Specimen Dream},
+ DATE = {1953},
+ ORIGDATE = {1900},
+ URL = {http://books.google.com/books},
+}
+
+% (APA 7.02 Example 22)
+@BOOK{7.02:22,
+ EDITOR = {N. Thomas},
+ TITLE = {Perspectives on the Community College},
+ SUBTITLE = {A Journey of Discovery},
+ TITLEADDON = {Monograph},
+ DATE = {2002},
+ URL = {http://eric.ed.gov/}
+}
+
+% (APA 7.02 Example 23)
+@BOOK{7.02:23,
+ EDITOR = {S. Koch},
+ TITLE = {Psychology},
+ SUBTITLE = {A Study of Science},
+ VOLUMES = {1--6},
+ LOCATION = {New York, NY},
+ PUBLISHER = {McGraw-Hill},
+ DATE = {1959/1963}
+}
+
+% (APA 7.02 Example 24)
+@INBOOK{7.02:24,
+ AUTHOR = {Strong, Jr., E. K. and R. S. Uhrbrock},
+ EDITORA = {L. Outhwaite},
+ EDITORATYPE = {series},
+ TITLE = {Bibliography in Job Analysis},
+ BOOKTITLE = {Personnel {R}esearch {S}eries},
+ BOOKSUBTITLE = {Vol. 1. {J}ob Analysis and the Curriculum},
+ PAGES = {140--146},
+ DATE = {1923},
+ DOI = {10.1037/10762-000}
+}
+
+% (APA 7.02 Example 25)
+@INBOOK{7.02:25,
+ AUTHOR = {D. M. Haybron},
+ EDITOR = {M. Eid and R. J. Larsen},
+ TITLE = {Philosophy and the Science of Subjective Well-Being},
+ BOOKTITLE = {The Science of Subjective Well-Being},
+ LOCATION = {New York, NY},
+ PUBLISHER = {Guildford Press},
+ PAGES = {17-43},
+ DATE = {2008},
+}
+
+% (APA 7.02 Example 26)
+@INBOOK{7.02:26,
+ AUTHOR = {J. Piaget},
+ EDITOR = {K. Richardson and S. Sheldon},
+ TRANSLATOR = {G. Gellerier and J. Langer},
+ TITLE = {Extracts From {P}iaget's Theory},
+ BOOKTITLE = {Cognitive Development to Adolescence},
+ BOOKSUBTITLE = {A Reader},
+ PAGES = {3--18},
+ LOCATION = {Hillsdale, NJ},
+ PUBLISHER = {Erlbaum},
+ YEAR = {1988},
+ ADDENDUM = {Reprinted from Manual of child psychology, pp. 703--732, by P. H. Mussen, Ed., 1970, New York: Wiley}
+}
+
+% (APA 7.02 Example 27)
+@BOOK{7.02:27,
+ EDITOR = {G. R. VandenBos},
+ TITLE = {APA Dictionary of Psychology},
+ LOCATION = {Washington, DC},
+ PUBLISHER = {American Psychological Association},
+ YEAR = {2007},
+}
+
+% (APA 7.02 Example 28)
+@BOOK{7.02:28,
+ AUTHOR = {{Real Academia Española}},
+ ORIGTITLE = {Diccionario de la lengua española},
+ TITLE = {Dictionary of the {S}panish Language},
+ EDITION = {22},
+ LOCATION = {Madrid, Spain},
+ PUBLISHER = {Author},
+ YEAR = {2001},
+}
+
+% (APA 7.02 Example 29)
+% If the EDITION field is not just an edition number like "2" or "4" (which
+% will be turned into an ordinal like "2nd" or "4th" by the style automatically),
+% then make the EDITION field the exact string you need.
+@INBOOK{7.02:29,
+ AUTHOR = {G. Graham},
+ EDITOR = {E. N. Zalta},
+ TITLE = {Behaviourism},
+ BOOKTITLE = {The {S}tanford Encyclopedia of Philosophy},
+ EDITION = {Fall 2007 ed.},
+ YEAR = {2005},
+ URL = {http://plato.stanford.edu/entries/behaviourism/}
+}
+
+% (APA 7.02 Example 30)
+@INBOOK{7.02:30,
+ TITLE = {Heuristic},
+ BOOKTITLE = {{M}erriam-{W}ebster's Online Dictionary},
+ EDITION = {11},
+ URL = {http://www.m-w.com/dicitonary/heuristic}
+}
+
+% (APA 7.03 Example 31)
+% NUMBER contains report specifics in parentheses after title
+@REPORT{7.03:31,
+ AUTHOR = {{U.S. Department of Health and Human Services, National Institute of Mental Health, National Heart, Lung and Blood Institute}},
+ TITLE = {Managing Asthma},
+ SUBTITLE = {A Guide for Schools},
+ NUMBER = {NIH Publication No. 02-2650},
+ YEAR = {2003},
+ URL = {http://www.nhlbi.nih.gov/health/prof/lung/asthma/asth_sch.pdf}
+}
+
+% (APA 7.03 Example 32)
+@REPORT{7.03:32,
+ AUTHOR = {{American Psychological Association, Task Force on the Sexualization of Girls}},
+ TITLE = {Report of the {APA} {T}ask {F}orce on the {S}exualization of {G}irls},
+ YEAR = {2007},
+ URL = {http://www.apa.org/pi/wpo/sexualizaion.html}
+}
+
+% (APA 7.03 Example 33)
+% Use ORGANIZATION to introduce website address defaults to "Retreived from"
+% if not present
+@REPORT{7.03:33,
+ AUTHOR = {S. S. A. Kessy and F. M. Urio},
+ TITLE = {The Contribution of Microfinance Institutions to Poverty Reduction in {T}anzania},
+ NUMBER = {Research Report No. 06.3},
+ YEAR = {2006},
+ ORGANIZATION = {Poverty Alleviation website},
+ URL = {http://www.repoa.or.tz/documents_storage/Publications/Reports/06.3_Kessey_and_Urio.pdf}
+}
+
+% (APA 7.03 Example 34)
+% Use the ORGANIZATION field to describe the URL
+@REPORT{7.03:34,
+ AUTHOR = {J. E. McDaniel and C. G. Miskel},
+ TITLE = {The Effect of Groups and Individuals on National Decisionmaking},
+ SUBTITLE = {Influence and Domination in the Reading Policymaking Environment},
+ NUMBER = {CIERA Report 3-025},
+ YEAR = {2002},
+ ORGANIZATION = {University of Michigan, Center for Improvement of Early Reading Achievement website},
+ URL = {http://www.ciera.org/library/reports/inquiry-3/3-025/3-025.pdf}
+}
+
+% (APA 7.03 Example 35)
+@REPORT{7.03:35,
+ AUTHOR = {{Employee Benefit Research Institute}},
+ TITLE = {Sources of health Insurance and Characteristics of the Uninsured},
+ NUMBER = {Issue Brief No. 123},
+ DATE = {1992-02},
+ LOCATION = {Washington, DC},
+ PUBLISHER = {Author}
+}
+
+% (APA 7.04 Example 36)
+@INPROCEEDINGS{7.04:36,
+ AUTHOR = {J. Muelbauer},
+ TITLE = {Housing, Credit and Consumer Expenditure},
+ EDITORA = {S. C. Ludvigson},
+ EDITORATYPE = {chair},
+ BOOKTITLE = {Housing and Consumer Behaviour},
+ EVENTTITLE = {Symposium Conducted at the Meeting of the {F}ederal {R}eserve {B}ank of {K}ansas {C}ity, Jackson Hole, WY},
+ DATE = {2007-09}
+}
+
+% (APA 7.04 Example 37)
+% Unpublished conference papers are UNPUBLISHED type
+@UNPUBLISHED{7.04:37,
+ ABSTRACT = {yes},
+ AUTHOR = {S. Liu},
+ TITLE = {Defending Against Business Crises with the Help of Inteligent Agent Based Early Warning Solutions},
+ DATE = {2005-05},
+ LOCATION = {Miami, FL},
+ NOTE = {Paper presented at the Seventh International Conferene on Enterprise Information Systems},
+ URL = {http://www.iceis.org/iceis2005/abstracts_2005.htm}
+}
+
+% (APA 7.04 Example 38)
+@PROCEEDINGS{7.04:38,
+ AUTHOR = {S. Herculano-Houzel and C. E. Collins and P. Wong and J. H. Kaas and R. Lent},
+ TITLE = {The Basic Nonuniformity of the Cerebral Cortex},
+ BOOKTITLE = {Proceedings of the {N}ational {A}cademy of {S}ciences},
+ VOLUME = {105},
+ PAGES = {12593--12598},
+ LOCATION = {USA},
+ YEAR = {2008},
+ DOI = {10.1073/pnas.0805417105}
+}
+
+% (APA 7.04 Example 39)
+@INPROCEEDINGS{7.04:39,
+ AUTHOR = {I. Katz and K. Gabayan and H. Aghajan},
+ TITLE = {A Multi-touch Surface Using Multiple Cameras},
+ EDITOR = {J. Blanc-Talon and W. Philips and D. Popescu and P. Scheunders},
+ MAINTITLE = {Lecture Notes in Computer Science},
+ VOLUME = {4678},
+ BOOKTITLE = {Advanced Concepts for Intelligent Vision Systems},
+ PAGES = {97--108},
+ LOCATION = {Berlin, Germany},
+ PUBLISHER = {Springer-Verlag},
+ DATE = {2007},
+ DOI = {10.1007/978-3-540-74607-2_9}
+}
+
+% (APA 7.05 Example 40)
+@THESIS{7.05:40,
+ AUTHOR = {D. S. McNiel},
+ TITLE = {Meaning Through Narrative},
+ SUBTITLE = {A Personal Narrative Discussing Growing Up with an Alchoholic Mother},
+ TYPE = {Master's thesis},
+ YEAR = {2006},
+ NOTE = {Available from ProQuest Dissertations and These database. (UMI No. 1434728)}
+}
+
+% (APA 7.05 Example 41)
+@THESIS{7.05:41,
+ AUTHOR = {R. J. Adams},
+ TITLE = {Building a Foundation for Evaluation of Instruction in Higher Education and Continuing Education},
+ TYPE = {Doctoral dissertation},
+ YEAR = {1973},
+ URL = {http://www.ohiolink.edu/etd/}
+}
+
+% (APA 7.05 Example 42)
+@THESIS{7.05:42,
+ AUTHOR = {A. Bruckman},
+ TITLE = {{MOOSE} Crossing},
+ SUBTITLE = {Construction, Community, and Learning in a Networked Virtual World for Kids},
+ TYPE = {Doctoral dissertation},
+ INSTITUTION = {Massachusetts Institute of Technology},
+ YEAR = {1977},
+ URL = {http://www-static.cc.gatech.edu/~asb/thesis/}
+}
+
+% (APA 7.05 Example 43)
+% VOLUME and NUMBER can be used in a thesis entry to specify the DAI volume and number
+% The ABSTRACT field indicates that this is a reference to an abstract, not the actual
+% work and thus the title is not emphasised
+@THESIS{7.05:43,
+ ABSTRACT = {yes},
+ AUTHOR = {L. G. Appelbaum},
+ TITLE = {Three Studies of Human Information Processing},
+ SUBTITLE = {Texture Amplification, Motion Representation, and Figure-Ground Segregation},
+ VOLUME = {65},
+ NUMBER = {10},
+ YEAR = {2005},
+ PAGES = {5428},
+ EPRINTTYPE = {Dissertation Abstracts International: Section B. Sciences and Engineering}
+}
+
+% (APA 7.05 Example 44)
+@THESIS{7.05:44,
+ AUTHOR = {P. Carlbom},
+ TITLE = {Carbody and Passengers in Rail Vehicle Dynamics},
+ TYPE = {Doctoral thesis},
+ INSTITUTION = {Royal Institute of Technology, Stockholm, Sweden},
+ YEAR = {2000},
+ URL = {http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-3029}
+}
+
+% (APA 7.06 Example 45)
+% Use ENTRYSUBTYPE to specify the reviewed item
+% Use ORIGTITLE to specify the reviewed item title
+% Use VERBA to specify the reviewed item original author until BibLaTeX gets a
+% ORIGAUTHOR or ORIGTITLEADDON or similar
+
+@REVIEW{7.06:45,
+ AUTHOR = {B. R. Schatz},
+ TITLE = {Learning By Text or Context?},
+ ENTRYSUBTYPE = {Review of the book},
+ ORIGTITLE = {The Social Life of Information},
+ VERBA = {by J. S. Brown & P. Duguid},
+ JOURNALTITLE = {Science},
+ VOLUME = {290},
+ PAGES = {1304},
+ DATE = {2000-11-17},
+ DOI = {10.1126/science.290.5495.1304},
+}
+
+% (APA 7.06 Example 46)
+@REVIEW{7.06:46,
+ AUTHOR = {A. Axelman and J. L. Shapiro},
+ TITLE = {Does the Solution Warrant the Problem?},
+ ENTRYSUBTYPE = {Review of the {DVD}},
+ ORIGTITLE = {Brief Therapy With Adolescents},
+ VERBA = {produced by the American Psychological Association, 2007},
+ JOURNALTITLE = {PsycCRITIQUES},
+ VOLUME = {52},
+ NUMBER = {51},
+ DATE = {2007},
+ DOI = {10.1037/a0009036},
+
+}
+
+% (APA 7.06 Example 47)
+@REVIEW{7.06:47,
+ ENTRYSUBTYPE = {Review of the video game},
+ ORIGTITLE = {BioShock},
+ VERBA = {produced by 2K Games, 2007},
+ URL = {http://www.wattheyplay.com/products/bioshock-for-xbox-360/?fm=3&ob=1&t=0#166},
+
+}
+
+% (APA 7.06 Example 48)
+@REVIEW{7.06:48,
+ AUTHOR = {K. S. Wolf},
+ TITLE = {The Future for {D}eaf Individuals is Not That Bleak},
+ ENTRYSUBTYPE = {Peer commentary on the paper},
+ ORIGTITLE = {``Decrease of Deaf Potential in a Mainstreamed Environment''},
+ VERBA = {by K. S. Wolf},
+ DATE = {2005},
+ URL = {http://www.personalityresearch.org/papers/hal.htm#wolf}
+}
+
+% (APA 7.07 Example 49)
+% There is no way to format in the required manner without using custom fields currently.
+% This makes the .bib file unportable between styles but there is no clean way round this
+% until BibTeX is replaced in biblatex.
+% Use NAMEA/NAMEATYPE and NAMEB/NAMEBTYPE for the two main credits. Since these are not
+% recognised as sorting fields, be sure to specify how you want the entry sorted in the
+% References section using the SORTKEY field.
+% The default string before URLs is "Retrieved from". Use USERA to override
+% "Retrieved". The contents of USERA are a bibstring defined in the lbx so don't
+% capitalise or it won't match a localisable string
+@VIDEO{7.07:49,
+ ENTRYSUBTYPE = {{DVD}},
+ SORTKEY = {American Psychological Association},
+ NAMEA = {{American Psychological Association}},
+ NAMEATYPE = {Producer},
+ TITLE = {Responding Therapeutically to Patient Expressions of Sexual Attraction},
+ YEAR = {2000},
+ USERA = {available},
+ URL = {http://www.apa.org/videos/}
+}
+
+% (APA 7.07 Example 50)
+@AUDIO{7.07:50,
+ ENTRYSUBTYPE = {Audio Podcast},
+ SORTKEY = {Van Nuys, D.},
+ NAMEA = {D. {Van Nuys}},
+ NAMEATYPE = {Producer},
+ TITLE = {Shrink Rap Radio},
+ DATE = {2007-12-19},
+ URL = {http://www.shrinkrapradio.com/}
+}
+
+% (APA 7.07 Example 51)
+@VIDEO{7.07:51,
+ ENTRYSUBTYPE = {Television series episode},
+ SORTKEY = {Egan, D.},
+ NAMEA = {D. Egan},
+ NAMEATYPE = {Writer},
+ NAMEB = {J. Alexander},
+ NAMEBTYPE = {Director},
+ NAMEC = {D. Shore},
+ NAMECTYPE = {Executive producer},
+ TITLE = {Failure to Communicate},
+ MAINTITLE = {House},
+ LOCATION = {New York, NY},
+ PUBLISHER = {Fox Broadcasting},
+ DATE = {2005},
+}
+
+% (APA 7.07 Example 52)
+% Note use of SORTKEY to make sorting ignore the lower case AUTHOR
+@MUSIC{7.07:52,
+ SORTKEY = {Lang, K. D.},
+ ENTRYSUBTYPE = {{CD}},
+ AUTHOR = {{lang}, {k.} {d.}},
+ TITLE = {Shadow and the Frame},
+ MAINTITLE = {Watershed},
+ MAINTITLEADDON = {CD},
+ LOCATION = {New York, NY},
+ PUBLISHER = {Nonesuch Records},
+ YEAR = {2008},
+}
+
+% (APA 7.07 Example 53)
+% Here, we use the flexible editor fields
+@MISC{7.07:53,
+ AUTHOR = {{Lewis County Geographic Information Services}},
+ NAMEADDON = {Cartographer},
+ TITLE = {Population Density, 2000 {U}.{S}. {C}ensus},
+ ENTRYSUBTYPE = {Demographic map},
+ YEAR = {2002},
+ URL = {http://www.co.lewis.wa.us/publicworks/maps/Demographics/census-pop-dens_2000.pdf}
+}
+
+% (APA 7.08 Example 54)
+% Data sets need special formatting of name so we use USERD with "dataset" to specify them
+@MISC{7.08:54,
+ USERD = {dataset},
+ AUTHOR = {{Pew Hispanic Center}},
+ TITLE = {Changing Channels and Crisscrossing Cultures},
+ SUBTITLE = {A Survey of {L}atinos on the News Media},
+ ENTRYSUBTYPE = {Data file and code book},
+ YEAR = {2004},
+ URL = {http://pewhispanic.org/datasets/}
+}
+
+% (APA 7.08 Example 55)
+@MISC{7.08:55,
+ AUTHOR = {M. L. Friedlander and V. Escudero and L. Heatherington},
+ TITLE = {{E-SOFTA}},
+ SUBTITLE = {System for Observing Family Therapy Alliances},
+ ENTRYSUBTYPE = {Software and training videos},
+ YEAR = {2002},
+ NOTE = {Unpublished instrument},
+ URL = {http://www.softa-soatif.com/}
+}
+
+% (APA 7.08 Example 56)
+@SOFTWARE{7.08:56,
+ TITLE = {Comprehensive {M}eta-{A}nalysis},
+ TITLEADDON = {Computer software},
+ VERSION = {2},
+ LOCATION = {Englewood, NJ},
+ PUBLISHER = {Biostat}
+}
+
+% (APA 7.08 Example 57)
+@MISC{7.08:57,
+ TITLE = {{Eyelink II}},
+ TITLEADDON = {Apparatus and software},
+ LOCATION = {Mississauga, Ontario, Canada},
+ PUBLISHER = {SR Research},
+ YEAR = {2004},
+}
+
+% (APA 7.09 Example 58)
+@UNPUBLISHED{7.09:58,
+ AUTHOR = {E. Blackwell and P. J. Conrod},
+ TITLE = {A Five-Dimensional Measure of Drinking Motives},
+ HOWPUBLISHED = {Unpublished manuscript},
+ INSTITUTION = {Department of Psychology, University of British Columbia},
+ LOCATION = {Vancouver, Canada},
+ YEAR = {2003},
+}
+
+% (APA 7.09 Example 59)
+@UNPUBLISHED{7.09:59,
+ AUTHOR = {J. Y. Ting and P. Florsheim and W. Huang},
+ TITLE = {Mental Health Help-Seeking in Ethnic Minority Populations},
+ SUBTITLE = {A Theoretical Perspective},
+ HOWPUBLISHED = {Unpublished submitted for publication},
+ YEAR = {2008},
+}
+
+% (APA 7.09 Example 60)
+% Have to trick BibTeX into thinking there is a title so you can add a TITLEADDON
+@UNPUBLISHED{7.09:60,
+ AUTHOR = {F. Bordi and J. E. LeDoux},
+ TITLE = {{}},
+ TITLEADDON = {Auditory Response Latencies in Rat Auditory Cortex},
+ HOWPUBLISHED = {Unpublished raw data},
+ YEAR = {1993},
+}
+
+% (APA 7.09 Example 61)
+@UNPUBLISHED{7.09:61a,
+ AUTHOR = {S. D. Mitchell},
+ TITLE = {The Import of Uncertainty},
+ YEAR = {2000},
+ URL = {http://philsci-archive.pitt.edu/archive/00000162/}
+}
+
+@ARTICLE{7.09:61b,
+ AUTHOR = {S. D. Mitchell},
+ TITLE = {The Import of Uncertainty},
+ JOURNALTITLE = {The Pluralist},
+ VOLUME = {2},
+ NUMBER = {1},
+ PAGES = {58--71},
+ YEAR = {2007},
+}
+
+
+% (APA 7.09 Example 62)
+@UNPUBLISHED{7.09:62,
+ AUTHOR = {K. Kubota},
+ TITLE = {{"}{S}oaking{"} Model for Learning},
+ SUBTITLE = {Analyzing {J}apanese Learning/Teaching Process from a Socio-Historical Perspective},
+ YEAR = {2007},
+ EPRINTTYPE = {ERIC database},
+ EPRINT = {ED498566}
+}
+
+% (APA 7.10 Example 63)
+% Note that this example is inconsistent in the APA 6th Edition (2nd printing) manual
+% with example 7.10:65. They differ in that 7.10:63 has a comma before the location
+% and 7.10:65 has a period. I have chosen a period for consistency.
+@LETTER{7.10:63,
+ AUTHOR = {L. K. Frank},
+ TITLE = {Letter to {R}obert {M}. {O}gden},
+ INSTITUTION = {Rockerfeller Archive Center},
+ NUMBER = {GEB series 1.3, Box 371, Folder 3877},
+ LOCATION = {Tarrytown, NY},
+ DATE = {1935-02-04},
+}
+
+% (APA 7.10 Example 64)
+@LETTER{7.10:64,
+ AUTHOR = {G. P. Zacharius},
+ TITLE = {Letter to {W}illiam {R}ickel ({W}. {R}ickel, {T}rans.)},
+ DATE = {1935-08-15},
+ NOTE = {Copy in possession of Hendrika Vande Kemp}
+}
+
+% (APA 7.10 Example 65)
+% ENTRYSUBTYPE is "collection" for a collection of letters
+@LETTER{7.10:65,
+ ENTRYSUBTYPE = {collection},
+ AUTHOR = {G. W. Allport},
+ TITLE = {Correspondence},
+ DATE = {1930/1967},
+ INSTITUTION = {Gordon W. Allport Papers},
+ NUMBER = {HUG 4118.10},
+ LOCATION = {{Harvard University Archives, Cambridge}, MA},
+}
+
+% (APA 7.10 Example 66)
+@UNPUBLISHED{7.10:66,
+ AUTHOR = {A. Berliner},
+ TITLE = {Notes for a Lecture on Reminiscences of {W}undt and {L}epizig},
+ YEAR = {1959},
+ HOWPUBLISHED = {Anna Berliner Memoirs (Box M50)},
+ LOCATION = {{Archives of the History of American Psychology, University of Akron, Akron}, OH}
+}
+
+% (APA 7.10 Example 67)
+% Have to use USERE to specifiy the "known" status of the AUTHOR and/or DATE.
+% Defined types are "unkauth" for doubtful AUTHOR, "unkdate" for doubtful date,
+% "unkauthdate" for both doubtful.
+@UNPUBLISHED{7.10:67,
+ USERE = {unkauthdate},
+ AUTHOR = {A. Allport},
+ TITLE = {Marion {T}aylor Today---By the Biographer},
+ YEAR = {1937},
+ HOWPUBLISHED = {Unpublished manuscript, Marion Taylor Papers},
+ LOCATION = {{Schlesinger Library, Radcliffe College, Cambridge}, MA}
+}
+
+% (APA 7.10 Example 68)
+@UNPUBLISHED{7.10:68,
+ AUTHOR = {{Subcommitee on Mental Hygiene Personnel in School Programs}},
+ TITLE = {{Meeting of Subcommittee on Mental Hygiene Personnel in School Programs}},
+ HOWPUBLISHED = {David Chakow Papers (M1360)},
+ LOCATION = {{Archives of the History of American Psychology, University of Akron, Akron}, OH},
+ DATE = {1949-11-05/1949-11-06}
+}
+
+% (APA 7.10 Example 69)
+@MISC{7.10:69,
+ AUTHOR = {M. B. Smith},
+ TITLE = {Interview by {C}. {A}. {K}iesler},
+ ENTRYSUBTYPE = {Tape Recording},
+ HOWPUBLISHED = {President's Oral History Project, American Psychological Association},
+ LOCATION = {APA Archives, Washington, DC},
+ DATE = {1989-08-12},
+}
+
+% (APA 7.10 Example 70)
+% Note that this example is inconsistent in the APA 6th Edition (2nd printing) manual
+% with example 7.10:69. They differ in that 7.10:69 has a period before the location
+% and 7.10:70 has a comma. I have chosen a period for consistency.
+@UNPUBLISHED{7.10:70,
+ AUTHOR = {C. F. Sparkman},
+ TITLE = {An Oral History with {D}r. {C}olley {F}. {S}parkman/{I}nterviewer: {O}rley {B}. {C}audill},
+ HOWPUBLISHED = {Mississippi Oral History Program (Vol. 289)},
+ LOCATION = {University of Southern Mississippi, Hattiesburg},
+ DATE = {1973}
+}
+
+% (APA 7.10 Example 71)
+@MISC{7.10:71,
+ TITLE = {Psychoanalysis Institute to Open},
+ ENTRYSUBTYPE = {Clipping from an unidentified Dayton, OH newspaper},
+ DATE = {1948-09-18},
+ NOTE = {Copy in possession of author}
+}
+
+% (APA 7.10 Example 72)
+@UNPUBLISHED{7.10:72,
+ AUTHOR = {{Sci-Art Publishers}},
+ TITLE = {Sci-{A}rt {P}ublications},
+ TITLEADDON = {Brochure},
+ HOWPUBLISHED = {Cambridge, MA: Author. A. A. Roback Papers (HUGFP 104.50, Box2, Folder {"}Miscellaneous Psychological Materials{"})},
+ LOCATION = {Harvard University Archives, Cambridge, MA},
+ DATE = {1935}
+}
+
+% (APA 7.10 Example 73)
+% Use USERE to specifiy the "known" status of the AUTHOR and/or DATE (see Example 67)
+% Note that this example is inconsistent in the APA 6th Edition (2nd printing) manual
+% with example 7.10:67. They differ in that 7.10:67 has brackets around the approximate
+% date and 7.10:73 has parenthesis. I have chosen brackets for consistency.
+% Use USERD as "description" to indicate that the title is a description and not a real
+% title
+@MISC{7.10:73,
+ USERE = {unkdate},
+ USERD = {description},
+ TITLE = {{Photographs of Robert M. Yerkes}},
+ DATE = {1917/1954},
+ HOWPUBLISHED = {Robert Mearns Yerkes Papers (Box 137, Folder 2292)},
+ LOCATION = {{Manuscripts and Archives, Yale University Library, New Haven}, CT}
+}
+
+% (APA 7.11 Example 74)
+@ONLINE{7.11:74,
+ ENTRYSUBTYPE = {Online forum comment},
+ AUTHOR = {T. Rampersad},
+ TITLE = {Re: {T}raditional Knowledge and Traditional Cultural Expressions},
+ DATE = {2005-06-08},
+ URL = {http://www.wipo.int/roller/comments/ipisforum/Weblog/theme_eight_how_can_cultural#comments},
+}
+
+% (APA 7.11 Example 75)
+@ONLINE{7.11:75,
+ ENTRYSUBTYPE = {Electronic mailing list message},
+ AUTHOR = {S. Smith},
+ TITLE = {Re: {D}isputed Estimates of {IQ}},
+ DATE = {2006-01-05},
+ URL = {http://tech.groups.yahoo.com/group/ForensicNetwork/message/670},
+}
+
+% (APA 7.11 Example 76)
+@ONLINE{7.11:76a,
+ ENTRYSUBTYPE = {Web log post},
+ AUTHOR = {{PZ Myers}},
+ TITLE = {The Unfortunate Prerequisites and Consequences of Partitioning Your Mind},
+ DATE = {2007-01-22},
+ URL = {http://scienceblogs.com/pharyngula/2007/01/the_unfortunate_prerequisites.php},
+}
+
+@ONLINE{7.11:76b,
+ ENTRYSUBTYPE = {Web log comment},
+ AUTHOR = {MiddleKid},
+ TITLE = {Re: {T}he Unfortunate Prerequisites and Consequences of Partitioning Your Mind},
+ DATE = {2007-01-22},
+ URL = {http://scienceblogs.com/pharyngula/2007/01/the_unfortunate_prerequisites.php},
+}
+
+% (APA 7.11 Example 77)
+@ONLINE{7.11:77,
+ ENTRYSUBTYPE = {Video file},
+ AUTHOR = {R. Norton},
+ TITLE = {How to Train a Cat to Operate a Light Switch},
+ DATE = {2006-11-04},
+ URL = {http://www.youtube.com/watch?v=Vja83KLQXZs},
+}
+
+% (APA A7.07)
+@PATENT{A7.07,
+ AUTHOR = {I. M. Smith},
+ TITLE = {{U}.{S}. {P}atent {N}o. 123,445},
+ DATE = {1998},
+ LOCATION = {Washington, DC},
+ PUBLISHER = {U.S. Patent and Trademark Office}
+}
diff --git a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test.pdf b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test.pdf
new file mode 100644
index 00000000000..bbb9a767f7c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test.tex b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test.tex
new file mode 100644
index 00000000000..2355a5d85c0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test.tex
@@ -0,0 +1,262 @@
+\documentclass{article}
+\usepackage[utf8]{inputenc}
+\usepackage[T1]{fontenc}
+\usepackage[american]{babel}
+\usepackage{csquotes}
+\usepackage{shortvrb}
+\usepackage{ifthen}
+\usepackage{color}
+\usepackage{MnSymbol}
+\MakeShortVerb{\|}
+
+% Biblatex
+\usepackage[style=apa,%
+ bibencoding=inputenc,%
+ uniquename=false]{biblatex}
+
+\newcommand\apa[2][]{\ifthenelse{\equal{#1}{}}%
+ {\textcolor{blue}{\texttt{(APA #2)}}}%
+ {\textcolor{blue}{\texttt{(APA #2 Example #1)}}}}
+
+\setlength{\parskip}{3ex}
+\bibliography{biblatex-apa-test-citations,biblatex-apa-test-references}
+
+\def\apaex#1{\hbox{\hspace{-4em}\texttt{\small \detokenize{#1}}}\\ $\rcurvearrowse$ \textbf{#1}}
+\def\apaexs#1{\hbox{\texttt{\footnotesize \detokenize{#1}}} \textbf{\small #1}}
+
+% This just makes it easier to find a specific (APA 7.x) example in the
+% typeset references section
+\reversemarginpar
+\renewbibmacro*{begentry}{\marginpar{\footnotesize \textcolor{blue}{\thefield{entrykey}}}}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%% END PREAMBLE %%%%%%%%%%%%%%%%%%%%%%%%%
+\DeclareLanguageMapping{american}{american-apa}
+
+\begin{document}
+
+\section*{|biblatex-apa| style examples}
+
+This file typesets just about all useful examples from
+\apa{6.11}--\apa{6.21} and \apa{7.01}--\apa{7.11}. Please refer to the
+|biblatex-apa-test-references.bib| file for details on the references
+entries. The |.bib| key for each entry in the References section is listed
+for convenience in the left margin. The keys are not arbitrary and consist
+of the APA section they are taken from (7.01--7.11), followed by a colon,
+followed by the example number. This makes it easier to cross-reference
+the typeset examples with the commented |.bib| file. I chose not to put the
+examples in the References section in example number order so that the APA
+requirements for References list alphabetisation and order could also be
+demonstrated.
+
+\section*{Citations}
+
+\noindent Please see accompanying file |biblatex-apa-test-citations.bib|
+for the bibliographic entries which these examples use.
+
+\noindent\apa{6.11}\\
+Simple cite. ``Jr.'' suffix is not shown (bib entry for this example has a suffix):\\
+\apaex{\textcite{6.11}}
+
+\noindent Within a paragraph, not in the ``narrative sense'':\\
+\apaex{\parencite{6.11}}
+
+\noindent To cite the parts separately:\\
+\apaex{\citeyear{6.11}, \citeauthor{6.11}}
+
+\noindent The per-paragraph rules for elision of years are more flexible in
+APA 6th edition. There is more discretion to do this as the narrative
+consistency suggests and so this style no longer automatically elides years
+aver mention after the first within a paragraph. Cases can be handled as
+per the examples above.
+
+\noindent\apa{6.12} \apa{6.13}\\
+Citations like\\
+\apaex{\textcite{6.12a}}\\
+which have two authors are never name-truncated after the first cite:\\
+\apaex{\textcite{6.12a}}
+
+\noindent First citation of 3--5 author entry:\\
+\apaex{\textcite{6.12b}}
+
+\noindent Subsequent first citations in a paragraph:\\
+\apaex{\textcite{6.12b}}\\
+Subsequent citations within a paragraph:\\
+\apaex{\citeauthor{6.12b}}
+
+\noindent Note that the dropping of the year for subsequent paragraph
+citations is not automatic as there may be cases where you don't want to do
+this (see APA 6.11).
+
+\noindent\textcolor{red}{Note: The name list disambiguation required in the
+ \emph{Exception:} clause here in the APA manual cannot be automated
+ currently in |biblatex|. This is due to the underlying reliance on the
+ |bibtex| |.bib| data model. This will change in a future |biblatex|
+ release. See |biblatex-apa| docs.}
+
+\noindent Multiple-authors in running text are separated by ``and''.
+However, in parenthetical cites, multiple authors are separated by ``\&'':\\
+\apaex{\textcite{6.12e}}\\
+\apaex{\parencite{6.12f}}
+
+\noindent The following citation should be name truncated on first cite
+since it has six or more authors:\\
+\apaex{\textcite{6.12g}}
+
+\noindent\textcolor{red}{Note: The note above applies to the disambiguation
+of entries with six or more names}
+
+\noindent Now, following the examples in Table 6.1, p. 177 of the APA
+manual. Note in the code that typesets these examples, |\citereset| is used
+to pretend that the parenthetical examples are the first in the text.
+
+\begin{center}
+\begin{tabular}{lllll}
+\textbf{\parbox{2cm}{\center Type of citation}} & \textbf{\parbox{2.4cm}{\center First
+ citation in text}} & \textbf{\parbox{2.4cm}{\center Subsequent citations in
+ text}} & \textbf{\parbox{2.4cm}{\center Parenthetical format, first citation
+ in text}} & \textbf{\parbox{2.4cm}{\center Parenthetical format, subsequent
+ citations in text}}\\\\
+\hline
+\\
+\parbox{2cm}{One work by one author}
+& \parbox{2.4cm}{\apaexs{\textcite{6.13a}}} &
+\parbox{2.4cm}{\apaexs{\textcite{6.13a}}}\citereset
+& \parbox{2.4cm}{\apaexs{\parencite{6.13a}}}
+& \parbox{2.4cm}{\apaexs{\parencite{6.13a}}}\\\\
+\parbox{2cm}{One work by two authors}
+& \parbox{2.4cm}{\apaexs{\textcite{6.13b}}} &
+\parbox{2.4cm}{\apaexs{\textcite{6.13b}}}\citereset
+& \parbox{2.4cm}{\apaexs{\parencite{6.13b}}}
+& \parbox{2.4cm}{\apaexs{\parencite{6.13b}}}\\\\
+\parbox{2cm}{One work by three authors}
+& \parbox{2.4cm}{\apaexs{\textcite{6.13c}}} &
+\parbox{2.4cm}{\apaexs{\textcite{6.13c}}}\citereset
+& \parbox{2.4cm}{\apaexs{\parencite{6.13c}}}
+& \parbox{2.4cm}{\apaexs{\parencite{6.13c}}}\\\\
+\parbox{2cm}{One work by four authors}
+& \parbox{2.4cm}{\apaexs{\textcite{6.13d}}} &
+\parbox{2.4cm}{\apaexs{\textcite{6.13d}}}\citereset
+& \parbox{2.4cm}{\apaexs{\parencite{6.13d}}}
+& \parbox{2.4cm}{\apaexs{\parencite{6.13d}}}\\\\
+\parbox{2cm}{One work by five authors}
+& \parbox{2.4cm}{\apaexs{\textcite{6.13e}}} &
+\parbox{2.4cm}{\apaexs{\textcite{6.13e}}}\citereset
+& \parbox{2.4cm}{\apaexs{\parencite{6.13e}}}
+& \parbox{2.4cm}{\apaexs{\parencite{6.13e}}}\\\\
+\parbox{2cm}{One work by six authors}
+& \parbox{2.4cm}{\apaexs{\textcite{6.13f}}} &
+\parbox{2.4cm}{\apaexs{\textcite{6.13f}}}\citereset
+& \parbox{2.4cm}{\apaexs{\parencite{6.13f}}}
+& \parbox{2.4cm}{\apaexs{\parencite{6.13f}}}\\\\
+\parbox{2cm}{Groups (readily identified through abbreviation) as authors}
+& \parbox{2.4cm}{\apaexs{\textcite{6.13g}}} &
+\parbox{2.4cm}{\apaexs{\textcite{6.13g}}}\citereset
+& \parbox{2.4cm}{\apaexs{\parencite{6.13g}}}
+& \parbox{2.4cm}{\apaexs{\parencite{6.13g}}}\\\\
+\parbox{2cm}{Groups (no abbreviation) as authors}
+& \parbox{2.4cm}{\apaexs{\textcite{6.13h}}} &
+\parbox{2.4cm}{\apaexs{\textcite{6.13h}}}\citereset
+& \parbox{2.4cm}{\apaexs{\parencite{6.13h}}}
+& \parbox{2.4cm}{\apaexs{\parencite{6.13h}}}\\\\
+\hline
+\end{tabular}
+\end{center}
+
+\noindent\apa{6.14}\\
+Citations of an entry with an author who shares a
+surname with another entry always appears with initials:\\
+\apaex{\textcite{6.14}}\\
+and\\
+\apaex{\textcite{7.01:3b}}\\\\
+\textcolor{red}{Note: The second citation key here is taken from the APA
+ references section as it is repeated there. This example is currently impossible to automate as
+ it is, due to the nature of name list parsing in BibTeX. Disambiguation
+ works between single names and not names within lists at the moment. See
+ |biblatex-apa| docs. This is planned to be fully supported with |biblatex|
+ 2.x which should include the necessary underlying functionality}.
+
+\noindent\apa{6.15}\\
+Use |SHORTTITLE| field of the entry if it exists:\\
+\apaex{\parencite{6.15a}}\\
+Books, reports etc. use italics instead of quotes:\\
+\apaex{\textcite{6.15b}}
+Citing anonymous author:\\
+\apaex{\textcite{6.15c}}
+
+\noindent\apa{6.16}\\
+Two or more works withing the same parentheses:\\
+\apaex{\parencite{6.16a,6.16b}}\\
+\apaex{\parencite{6.16c,6.16d,6.16e}}
+
+\noindent Citations of works by same authors in the same year:\\
+\apaex{\parencite{6.16f,6.16g,6.16h,6.16i,6.16j}}\\\\
+\textcolor{red}{Note: This example, (p. 178 APA Manual 6th edition, 2nd
+ printing) is slightly odd as the ``in-press-a'' is not indicated and
+ should be ``in-press'' since no other in press items are listed for the
+ same authors in the example.}
+
+\noindent Compact citations in alphabetic order:\\
+\apaex{\parencite{6.16k,6.16l}}
+
+\noindent Compact citations with special order:\\
+\apaex{\parencites{6.16m}[see also][]{6.16n,6.16o}}
+
+\noindent\apa{6.17}\\
+Secondary sources:\\
+\apaex{\parencite[as cited in][]{6.17}}\\
+
+\noindent\apa{6.18}\\
+Classical works:\\
+\apaex{(\citeauthor{6.18a}, trans. \citeyear{6.18a})}\\
+\textcolor{red}{Note: The example is managed using lower-level cite
+ commands. This is another example of the APA not really thinking about
+ automated processing and specifying an anomalous infix format. It would
+ be better and probably acceptable for it to be:}\\
+\apaex{\parencite[][trans.]{6.18a}}\\\\
+Entries with an |ORIGYEAR| field will automatically use it:\\
+\apaex{\textcite{6.18b}}\\\\
+The other examples of standard classical texts in this section should just
+be typed by hand--there is little benefit to automating these examples and
+they wouldn't usually be in the References section anyway.
+
+\noindent\apa{6.19}\\
+These examples are easily dealt with using standard |biblatex| functionality.\\
+\apaex{\parencite[][10]{6.19a}}\\
+\apaex{\parencite[][Chapter 3]{6.19b}}\\
+
+\noindent\apa{6.20}\\
+Such cases are just typed out--they have no Reference section entry and
+don't therefore have a bibliography database entry.
+
+\noindent\apa{6.21}\\
+Within parentheses, use the |\nptextcite| command which is equivalent to
+the |\textcite| command but omits the parenthesis and uses commas instead.
+See the |biblatex-apa| docs.\\
+\apaex{(\nptextcite[see Table 3 of][]{6.21} for complete data)}
+
+\noindent\apa{A7.07}\\
+A patent citation uses the title but with no quotes\\
+\apaex{\textcite{A7.07}}\\
+\apaex{\parencite{A7.07}}
+
+\newpage
+\nocite{*}
+% Exclude the citation examples from the References section - only want to
+% see (APA 7.x) examples there.
+\printbibliography[notkeyword=noinclude]
+\end{document}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.pdf b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.pdf
new file mode 100644
index 00000000000..ccaec66898e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex
new file mode 100644
index 00000000000..5951fd29281
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex
@@ -0,0 +1,377 @@
+% $Id$
+\documentclass{ltxdockit}
+\usepackage[utf8]{inputenc}
+\usepackage[british]{babel}
+\usepackage[strict,babel=once]{csquotes}
+\usepackage{shortvrb}
+\usepackage{ifthen}
+\MakeAutoQuote{«}{»}
+\MakeShortVerb{\|}
+
+\newcommand\apa[2][]{\ifthenelse{\equal{#1}{}}%
+ {\texttt{(APA #2)}}%
+ {\texttt{(APA #2 Example #1)}}}
+
+
+\titlepage{%
+ title={APA \sty{biblatex} style},
+ subtitle={Citation and References macros for \sty{biblatex}},
+ url={http://www.ctan.org/tex-archive/macros/latex/exptl/biblatex-contrib/biblatex-apa/},
+ author={Philip Kime},
+ email={Philip@kime.org.uk},
+ revision={0.9},
+ date={\today}}
+
+\hypersetup{%
+ pdftitle={APA \sty{biblatex} style},
+ pdfsubject={APA Citation and References macros for \sty{biblatex}},
+ pdfauthor={Philip Kime},
+ pdfkeywords={latex, biblatex, APA, style}}
+
+\begin{document}
+
+\printtitlepage
+\tableofcontents
+
+\section{Introduction}
+\label{int}
+
+\subsection{About}
+
+This package is a \sty{biblatex} style for APA (American Psychological
+Association) style compliant documents typeset in \latex. It implements a
+citation style (\path{apa.cbx}), a references section style
+(\path{apa.bbx}) and string localisation files (\path{<language>-apa.lbx}).
+Currently there are only string localisations for a few languages---if you can help with any other languages, please mail me; the
+localisation |.lbx| files are very small and simple and it would be a small
+translation task for the few APA-specific strings needed.
+The styles are loaded just like any other \sty{biblatex} styles but I
+wouldn't try to use the citation and references styles separately as they
+rely on each other, macro-wise, in places.
+
+In this document and in the code, the specific APA requirements are
+referred to by the section and (if appropriate) the example number of the
+APA Style Guide (5th Edition).
+
+\subsection{Requirements}\label{ref:req}
+
+You will need to be using \sty{csquotes} ($\geq$ 4.3) and \sty{biblatex}
+($\geq$ 0.9). If you want to take advantage of the \sty{biblatex}
+|\DeclareQuotePunctuation| facility to enforce the APA required «American»
+punctuation, you should normally use the \sty{babel} package with the «american»
+option (see \sty{biblatex} manual section |3.9.1|). You can of course use
+other languages but in such cases, to adhere to APA «American» punctuation
+rules (following commas moved inside closing quotes etc.), then you should
+set up |\DeclareQuotePunctuation| yourself as per section |4.6.5| of the
+\sty{biblatex} manual.
+
+If you are using the |apa.cls| \latex class, you need be using version
+$\geq$ 1.3.4. The class should be invoked with the |noapacite| class option
+as per the |apa.cls| documentation. Without this class option, the
+|apa.cls| class will automatically try to use plain \bibtex with the
+|apacite| style which is completely incompatible with \sty{biblatex}.
+
+\subsection{License}
+
+Permission is granted to copy, distribute and/or modify this software under
+the terms of the \latex Project Public License, version
+1.3c\footnote{\url{http://www.latex-project.org/lppl.txt}}. The current
+maintainer is Philip Kime (\textcopyright\ 2010).
+
+\subsection{History}
+
+When I started using \sty{biblatex}, I assumed there would be an APA style
+when I went looking. I was wrong. I started to try to make one and realised
+why there was none. The APA style manual is enormous; the citation and
+references specifications run to about 60 pages and are very specific in
+terms of formatting. They are also not entirely consistent but then again,
+it is rare to have such a thorough specification to work from. There are
+some parts of the requirements which are impossible to automatically
+satisfy given the current reliance of \sty{biblatex} (as of version
+\texttt{0.8}) on \bibtex . These limitations are described below.
+
+\subsection{Acknowledgments}
+
+I wished I could acknowledge someone as then this wouldn't have been such a
+huge piece of work \ldots\ thanks to Philipp Lehman for \sty{biblatex} which
+really has been a major advance over pure \bibtex.
+
+\section{Use}\label{ref:use}
+\label{use}
+Put the \path{.cbx}, \path{.bbx} and \path{.lbx} files in your texmf tree, usually:\\
+
+\noindent\path{<texmf>/tex/latex/biblatex/cbx/apa.cbx}\\
+\path{<texmf>/tex/latex/biblatex/bbx/apa.bbx}\\
+\path{<texmf>/tex/latex/biblatex/lbx/<language>-apa.lbx}\\
+
+\noindent Specify the style in the usual way when loading \sty{biblatex}.
+
+\begin{ltxcode}
+\usepackage[american]{babel}
+\usepackage{csquotes}
+\usepackage[style=apa]{biblatex}
+\DeclareLanguageMapping{american}{american-apa}
+\end{ltxcode}
+
+\noindent Note that the APA manual requires the forcing of titles into
+«sentence case», that is, initial cap followed by lower case for sentence
+units, with the exception of names and material from languages which do not
+follow English capitalisation. As of version 0.8a, \sty{biblatex} has a
+|\MakeSentenceCase| macro which deals with this. So, in the traditional
+\bibtex way, capitalise correctly in the |.bib| file, protecting names etc.
+with the usual brace pairs and the style will take care of forcing the
+APA-style sentence case in the References section. Unlike the References
+section, titles in citations in the APA style appear in normal case and the
+style will ensure this too.
+
+\subsection{Localisation}
+
+Localisation is provided for APA-specific strings in the accompanying
+|.lbx| files. To use these files, put an appropriate mapping in your
+document preamble, after loading \sty{biblatex}.
+
+Normal use will invoke babel with the «american» babel language. After
+loading babel and biblatex, put this in the preamble (see full preamble
+example in section \ref{ref:use} above):
+
+\begin{ltxcode}
+\DeclareLanguageMapping{american}{american-apa}
+\end{ltxcode}
+
+The APA manual does not mention nor sanction any non «American» English
+strings but it is quite common for non-English journals to ask for APA style
+bibliographies and so this must be supported.
+
+Here is an example to load the German localisation strings. This assumes
+that you are using the \sty{babel} package with the appropriate language
+option:
+
+\begin{ltxcode}
+\DeclareLanguageMapping{german}{german-apa}
+\end{ltxcode}
+
+This loads the |german-apa.lbx| file which in turn, loads the |german.lbx|
+file and augments it with APA-specific strings. If you are not using the
+babel «american» option, they you may need to set up the
+|\DeclareQuotePunctuation| option as mentioned in section \ref{ref:req} above.
+You would only need to do this if, for some strange reason, a non-american
+journal required the (rather horrible) american practice of moving final
+punctuation marks inside closing quotes.
+
+\subsubsection{Date formats}
+
+Obviously, an American style uses month/day/year formats. European formats
+are usually day/month/year. The APA style dictates long date formats and so
+this is not really apparent in the bibliography. There is an APA standard
+for long date formats which may not be correct for European journals using
+roughly APA formatting standards (German journals tend to have a different
+long date format, for example). The «american» babel option will give you
+APA compliant US date formats.
+
+\subsection{Limitations}
+\label{use:limit}
+There are certain limitations you need to bear in mind when using these
+styles. The APA manual is written without much regard for automation of
+citation and references processing---it just tells you how it wants things to
+look and the implicit assumption is that you would type out everything by
+hand if necessary. Having said that, the vast majority of the APA citation
+and references style is implemented, there are just a few exceptions which
+are either hardly worth the coding pain for such rare cases or which are
+impossible due to \sty{biblatex} limitations. It is likely that with future
+\sty{biblatex} versions some or indeed all of these limitations may be
+lifted but that's not likely until after \sty{biblatex} version
+\texttt{1.0}, according to the |biblatex| author Philipp Lehman.
+
+\subsubsection{maxnames/minnames}
+
+You can't reset these |biblatex| options in your document--you'll get a
+message about conflicting options. These are set to ``999'' in |apa.bbx|
+because of the tricky requirements for APA name list truncation. The
+truncation is then done in the author list code rather than by using these
+options. Sorry. This will be changed when |biblatex| moves to using |biber|
+as a backend with a more sophisticated data model.
+
+\subsubsection{Citation Limitations}
+
+\begin{itemize}
+\item \apa{6.14} Disambiguation of truncated author name lists. This is
+ currently impossible to automate via a \sty{biblatex} style. The
+ \sty{maxnames} and \sty{minnames} options of \sty{biblatex} only serve to
+ specify the truncation limits but do not disambiguate name lists which
+ truncate to the same string. This cannot be reliably done in the style
+ since it would need to build a backwards and forward list of identical
+ truncations and map these onto the internal \sty{fullhash} field of
+ \sty{biblatex} in order to determine which truncations need
+ disambiguating. Since there is no way of knowing, when you truncate
+ something, whether something later in the document would have the same
+ truncation (without \path{.aux} file support anyway), this is not really
+ possible. It's also further complicated by the fact that \bibtex doesn't
+ really support name lists in a way which would make this possible and
+ since the main name list processing is done in \sty{biblatex} by \bibtex
+ still, there isn't much that can be done about this at the moment until
+ \sty{biblatex} moves to using something other than \bibtex for its data.
+ See the following Usenet thread:\\
+
+ \url{http://groups.google.com/group/comp.text.tex/browse_thread/thread/f3c50d7065159ad4#}\\
+
+ A related issue is that the \sty{uniquename} option doesn't work in lists
+ of authors, again because all the name processing is done by \bibtex.
+ Currently, \sty{biblatex} disambiguates non-unique names in lists by
+ using the \sty{labelyear} mechanisms which is against APA style (and most
+ styles since this is supposed to disambiguate same author(s)/different
+ year situations) but there's nothing really that can be done about it at
+ the moment. Thankfully, these two problems are not that common and only
+ occur when you have long lists of authors which share many members with
+ variations in initials etc.
+\end{itemize}
+
+\subsubsection{Reference Section Limitations}
+
+\begin{description}
+\item\apa{6.27} Can't deal yet with authors listed as «with».
+\end{description}
+
+\section{Details}
+
+The detailed information for this style is contained in the example document and
+accompanying \path{.bib} files:
+\begin{description}
+\item[\path{biblatex-apa.tex}] This document.
+\item[\path{biblatex-apa-test.tex}]\footnote{\path{biblatex-apa-test.pdf}
+ is also provided and is the typeset version of this \latex source
+ file.} This document typesets just about every useful example from
+ \apa{6.11}--\apa{6.21} and \apa{7.01}--\apa{7.11}. The examples in it
+ aim to look as much like the APA manual examples as possible. All
+ citation examples in the document are real examples using a \path{.bib}
+ file.
+\item[\path{biblatex-apa-test-citations.bib}] This contains the \path{.bib}
+ entries for the citations examples. You won't find anything of interest
+ in this file---it's just used to provide real data for the citation
+ examples.
+\item[\path{biblatex-apa-test-references.bib}] This contains the
+ \path{.bib} entries for all of the examples in \apa{7.x}. This file is
+ the main documentation for the |biblatex-apa| implementation of the APA
+ References section style. To see how the style deals with a particular
+ example from \apa{7.x}, look it up in here. Every example is marked with
+ the APA example number and has explanatory notes.
+\item[\path{biblatex-apa.cbx}] The |biblatex-apa| citations style. It is
+ decently structured with comments but shouldn't need to be read for
+ normal use.
+\item[\path{biblatex-apa.bbx}] The |biblatex-apa| references style. It is
+ decently structured with comments but shouldn't need to be read for
+ normal use.
+\end{description}
+
+\subsection{Citations}
+
+\apa{6.13} requires that there should be no parentheses around the year of
+the citation when the citation itself occurs within parenthesis. This would
+be really too much to completely automate as it is within the remit of a
+citation style since it requires knowledge of the current typesetting
+state. So, the new citation command
+
+\begin{ltxsyntax}
+\cmditem{nptextcite}[prenote][postnote]{key}<punctuation>
+\end{ltxsyntax}
+
+\noindent is provided for such situations. It is identical to |\textcite|
+but does not put parentheses around the year and separates items with
+commas. See examples using this command in \path{biblatex-apa-test.tex}.
+
+\subsection{References}
+
+The references style was based on the \sty{biblatex} default
+|authoryear-comp| style but is so heavily modified, it's almost
+unrecognisable. Some general notes:
+\begin{itemize}
+\setlength{\itemsep}{0pt}
+\item There are occasions where there is no sensible \path{.bib} key to
+ use. This applies to things like |AUDIO| and |VIDEO| entries mainly. The
+ format of these requires that different roles (Director, Producer etc.)
+ are separately specified for different names. This is not really possible
+ for the usual |AUTHOR| or |EDITOR| fields (again, another limitation of
+ \bibtex, see \ref{use:limit} above). In such cases, I have resorted to
+ the \sty{biblatex} custom |NAME| and |NAMETYPE| fields which are not very
+ portable but until \bibtex is replaced by something more flexible, there
+ is no way round this without making things very messy.
+\item APA style sometimes refers to the «series» of a multi-volume work.
+ This corresponds to the |MAINTITLE| field in the \path{.bib} and
+ \emph{not} the |SERIES| field.
+\item |VOLUME|, |NUMBER| and |CHAPTER| are forced into arabic numerals if
+ they are given as roman numerals, as required by \apa{6.22}.
+\item |USERD| is sometimes used to specify information that indicates
+ special formatting. Not very portable but that's because of |bibtex| data
+ model limtations.
+\item |USERE| is sometimes used to specify questionable dates/authors for
+ special formatting. Not very portable but that's because of |bibtex| data
+ model limtations.
+\end{itemize}
+
+\section{Revision history}
+
+\begin{changelog}
+
+\begin{release}{0.9}{2010-03-08}
+\item Update for APA manual 6th edition and |biblatex| 0.9
+\end{release}
+
+\begin{release}{0.8}{2010-02-15}
+\item Fixed bug with spaces after nptextcite
+\item Updated for |biblatex| 0.9
+\end{release}
+
+\begin{release}{0.7}{2010-01-20}
+\item Made hyperref links more consistent, using the whole citation and not
+ just the year.
+\end{release}
+
+\begin{release}{0.6}{2009-11-20}
+\item Corrected two bugs in |cite| macro which left a trailing space after
+ multiple cites and actually cited the year twice for multiple cite
+ commands in some circumstances.
+\item Corrected bug where |\textcite| would leave a stray open bracket on
+ the stack when year was suppressed withing a paragraph.
+\end{release}
+
+\begin{release}{0.5}{2009-09-19}
+\item Replaced literal string with localised form in url macro.
+\item Moved localisation strings into \sty{.lbx} files.
+\item |\DeclareLanguageMapping| is now needed in preamble.
+\item Moved |\DeclareBibliographyExtras| into \sty{.lbx} files.
+\item Some support for alternative localised date formats.
+\item Fixed slant/italic font problem since the |\mkbibemph| macro had
+ changed in \sty{biblatex} 0.8e.
+\item Fixed |liststop| error which was preventing name lists with two
+ entries from having the comma before the ampersand.
+\end{release}
+
+\begin{release}{0.4}{2009-07-24}
+\item Fixed bug where multiple year ranges were not displayed properly.
+\item Updated to remove pre-\sty{biblatex} 0.8e macros error.
+\end{release}
+
+\begin{release}{0.3}{2008-12-21}
+\item Updated to use new fields (|EVENTTITLE|) and new options
+ (|usetranslator|) from \sty{biblatex} 0.8b.
+\end{release}
+
+\begin{release}{0.2}{2008-12-06}
+\item Added |noremoteinfo| option).
+\item Fixed bbx bug with more than 7 authors still printing names after «et al». Was
+ due to resetting maxnames to 999.
+\item Removed the customised (hacked) |apa-biblatex.cls| class from the package as
+ |apa.cls| version 1.3.4 is compatible with \sty{biblatex}.
+\item Altered documentation about requiring the «american» babel option.
+ This is not required if you set up |\DeclareQuotePunctuation| yourself.
+\item Added minimum required version of \sty{csquotes}.
+\item Minor doc tweaks.
+\end{release}
+
+\begin{release}{0.1}{2008-12-01}
+\item Initial release
+\end{release}
+
+
+
+\end{changelog}
+\end{document}