diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-14 22:09:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-14 22:09:48 +0000 |
commit | 0892468520b6036f55c4e0dbcf6b6da48222a183 (patch) | |
tree | 0039b9ba7fe20c6ecc529a6e29532a6d3d636586 /Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex | |
parent | 78b3da14d95f97822feea5df357606f86b357105 (diff) |
biblatex-apa (14may16)
git-svn-id: svn://tug.org/texlive/trunk@41125 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.tex | 25 |
1 files changed, 22 insertions, 3 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 681935b9b6c..8347e873963 100644 --- a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex +++ b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex @@ -18,14 +18,13 @@ {\texttt{(APA #2)}}% {\texttt{(APA #2 Example #1)}}} - \titlepage{% title={APA Bib\LaTeX\ style}, subtitle={Citation and References macros for Bib\LaTeX}, url={http://www.ctan.org/tex-archive/macros/latex/exptl/biblatex-contrib/biblatex-apa/}, author={Philip Kime}, email={Philip@kime.org.uk}, - revision={6.8}, + revision={6.9}, date={\today}} \hypersetup{% @@ -45,6 +44,9 @@ Please see the revision history below (section \ref{rev}) for details on change version. This section is just for important things like incompatible changes which users should be aware of. +\minisec{6.9} +This version requires |biblatex| $>=$3.4 and |biber| $>=$2.5. + \minisec{6.8} This version requires |biblatex| $>=$3.3 and |biber| $>=$2.4. @@ -118,7 +120,7 @@ APA Style Guide (6th Edition). \subsection{Requirements}\label{ref:req} You will need to be using \sty{csquotes} ($\geq$ 4.3), Bib\LaTeX\ ($\geq$ -2.6) and Biber ($\geq$ 1.6). If you want to take advantage of the +3.4) and Biber ($\geq$ 2.5). If you want to take advantage of the Bib\LaTeX\ |\DeclareQuotePunctuation| facility to enforce the APA required «American» punctuation, you should normally use the \sty{babel} package with the «american» option (see Bib\LaTeX\ manual section |3.9.1|). You can @@ -234,6 +236,12 @@ printed in the References. APA style defaults to 7. You can change this if you really want to fully print all author list references in certain contexts (for example in a CV where you are an author in position 8 \ldots) +Setting Bib\LaTeX package options which change name processing +like \opt{uniquename} and \opt{uniquelist} is not supported as this style +does tricky things internally to match the peculiar APA standard. You +should not need to change them anyway as then you wouldn't be using APA +style anyway. + \subsection{Localisation} Localisation is provided for APA-specific strings in the accompanying @@ -429,6 +437,17 @@ applied to the data stream by |biber| and does not change your \file{.bib}. \begin{changelog} +\begin{release}{6.9}{2016-05-13} +\item Bug fixes +\item Requires |biblatex| 3.4+ and biber 2.5+ +\end{release} + +\begin{release}{6.8}{2016-03-01} +\item Bug fixes +\item Updated to use new \cmd{DeclareNameFormat} structure for |biblatex| + 3.3+ (which is now required) +\end{release} + \begin{release}{6.7}{2015-01-23} \item Bug fixes \end{release} |