AZ logo

CTAN directory: /macros/latex/contrib/biblatex-contrib/biblatex-apa

You can get the contents of this directory bundled as a zip file.

Packages in this directory:

Identifier Caption
biblatex-apa Biblatex citation and reference style for APA.

Files

Name Size* Date UTC Notes
README 2 KiB 2012-Apr-19 Shown below
american-apa.lbx 4 KiB 2012-Apr-19
apa.bbx 54 KiB 2012-Apr-19
apa.cbx 15 KiB 2012-Apr-19
biblatex-apa-test-citations.bib 8 KiB 2012-Apr-19
biblatex-apa-test-references.bib 37 KiB 2012-Apr-19
biblatex-apa-test.pdf 95 KiB 2012-Apr-19
biblatex-apa-test.tex 13 KiB 2012-Apr-19
biblatex-apa.pdf 72 KiB 2012-Apr-19
biblatex-apa.tex 25 KiB 2012-Apr-19
brazilian-apa.lbx 4 KiB 2012-Apr-19
british-apa.lbx 4 KiB 2012-Apr-19
dutch-apa.lbx 4 KiB 2012-Apr-19
french-apa.lbx 4 KiB 2012-Apr-19
german-apa.lbx 4 KiB 2012-Apr-19
greek-apa.lbx 6 KiB 2012-Apr-19
italian-apa.lbx 4 KiB 2012-Apr-19
ngerman-apa.lbx 4 KiB 2012-Apr-19
spanish-apa.lbx 5 KiB 2012-Apr-19

  *File sizes in kibibytes.

Contents of README

Version 4.7

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 (© 2011).

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 >= 1.4. 
The biber backend for biblatex >= 0.9.2 is also strongly recommended and some
functionality is unavailable without this (see docs). 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.7.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.