summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-06-09 22:29:07 +0000
committerKarl Berry <karl@freefriends.org>2011-06-09 22:29:07 +0000
commit559eb58c62e1b7cbb20311e08e21b44b7eb6f141 (patch)
tree7e7f86fe8a25c82ac87cee28439f0c138b4509dc /Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex
parent5a8dddef7a150a5f7a34042b6df005d2f9a80bb3 (diff)
biblatex-apa 3.0 (9jun11)
git-svn-id: svn://tug.org/texlive/trunk@22894 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex27
1 files changed, 13 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex
index 3d27918d7e4..c8e7641afa1 100644
--- a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex
@@ -23,7 +23,7 @@
url={http://www.ctan.org/tex-archive/macros/latex/exptl/biblatex-contrib/biblatex-apa/},
author={Philip Kime},
email={Philip@kime.org.uk},
- revision={2.9},
+ revision={3.0},
date={\today}}
\hypersetup{%
@@ -62,7 +62,7 @@ APA Style Guide (6th Edition).
You will need to be using \sty{csquotes} ($\geq$ 4.3) and \sty{biblatex}
($\geq$ 1.4). Some features will not work\footnote{Automatic name and name
list uniqueness disambiguation---see examples doc} without the
-\sty{biber} backend for \sty{biblatex} ($\geq$ 0.9) which is strongly
+\sty{biber} backend for \sty{biblatex} ($\geq$ 0.9.2) which is strongly
recommended. 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
@@ -105,7 +105,8 @@ Thanks to Philipp Lehman for \sty{biblatex} which really has been a major
advance over pure \bibtex. Thanks to Alexander van Loon for the Dutch
localisation. Thanks to Paul Thompson for the suggestion to
parameterise the max authors setting. Thanks to George Gkotsis for the
-Greek localisation.
+Greek localisation. Thanks to Erikson Kaszubowski for the Brazilian
+localisation.
\section{Use}\label{ref:use}
\label{use}
@@ -195,16 +196,6 @@ impossible due to \sty{biblatex} limitations. It is likely that with future
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 ``99'' 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. Specifically, the reason is that the APA requirements are that
-name list truncation is done only after the first cite for certain lengths
-of name list and so a global setting cannot be used.
-
\subsubsection{Reference Section Limitations}
\begin{description}
@@ -320,7 +311,15 @@ to see how it was implemented. Some general notes:
\begin{changelog}
-\begin{release}{2.8}{2011-05-03}
+\begin{release}{3.0}{2011-05-06}
+\item |maxnames| and |minnames| are now set to sensible things and actually
+ used. |biber| $\geq$ 0.9.3 is now required as this implements a fix for
+ |uniquelist| in |biblatex| which needs |maxnames| and |minnames| set to
+ real values.
+\item Fixed bug with commas before «et al» not appearing in some cases.
+\end{release}
+
+\begin{release}{2.9}{2011-05-03}
\item APA wants no space between volume and number for articles, even though it's
horribly ugly\ldots
\item Made urls not optional with |biblatex| url toggle in |ONLINE| entrytype (thanks to Mattias Erll)