diff options
author | Karl Berry <karl@freefriends.org> | 2010-06-18 23:16:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-06-18 23:16:10 +0000 |
commit | 9af4aa84209bad3ca4dab9a48aa1922d2f748de2 (patch) | |
tree | 3fa008d0c6b5dc83b349f26b801a2498bcc09a48 /Master/texmf-dist | |
parent | cc4723b27435f702d082d30449fa408f093cf627 (diff) |
biblatex-apa update (18jun10)
git-svn-id: svn://tug.org/texlive/trunk@19045 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-apa/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test.pdf | bin | 333576 -> 337872 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.pdf | bin | 312481 -> 313081 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex | 11 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx | 4 |
5 files changed, 12 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-apa/README b/Master/texmf-dist/doc/latex/biblatex-apa/README index d505ba7e797..787f9c0b8c3 100644 --- a/Master/texmf-dist/doc/latex/biblatex-apa/README +++ b/Master/texmf-dist/doc/latex/biblatex-apa/README @@ -1,4 +1,4 @@ -Version 1.1 +Version 1.2 Permission is granted to copy, distribute and/or modify this software under the terms of the LaTeX Project Public License, version @@ -16,7 +16,7 @@ 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 +You will need to be using csquotes >= 4.3 and biblatex >= 0.9a. 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 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 Binary files differindex 0af2e315839..14cf4d2955c 100644 --- a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.pdf b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.pdf Binary files differindex ae6ff00d9be..6f17a744ae5 100644 --- a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.pdf 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 b568c2955bd..5c68318642d 100644 --- a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex +++ b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex @@ -1,4 +1,3 @@ -% $Id$ \documentclass{ltxdockit} \usepackage[utf8]{inputenc} \usepackage[british]{babel} @@ -19,7 +18,7 @@ url={http://www.ctan.org/tex-archive/macros/latex/exptl/biblatex-contrib/biblatex-apa/}, author={Philip Kime}, email={Philip@kime.org.uk}, - revision={1.1}, + revision={1.2}, date={\today}} \hypersetup{% @@ -56,7 +55,7 @@ APA Style Guide (6th 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} +($\geq$ 0.9a). 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 @@ -321,6 +320,12 @@ to see how it was implemented. Some general notes: \begin{changelog} +\begin{release}{1.2}{2010-06-18} +\item Made style arguments more explicit in |.bbx| +\item Fixed bad documentation due to beta |biblatex| version. +\item Updated docs - minimum |biblatex| version +\end{release} + \begin{release}{1.1}{2010-05-28} \item Fixed |INBOOK| |citetitle| format to match |BOOK|. \item Fixed |extrayear| in entries with full date specifications. diff --git a/Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx b/Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx index 1687534126d..9011eab518e 100644 --- a/Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx @@ -86,9 +86,9 @@ % (APA 6.25) author initials only % (APA 6.25) sorting is nyt -\ExecuteBibliographyOptions{labelyear,% +\ExecuteBibliographyOptions{labelyear=true,% sorting=nyt,% - pagetracker,% + pagetracker=true,% firstinits=true,% useprefix=true,% usetranslator=true,% |