summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-apa
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-09-17 22:02:04 +0000
committerKarl Berry <karl@freefriends.org>2016-09-17 22:02:04 +0000
commitdef547c5dc52eb18334f0bbc5e4d2d7c96b3181a (patch)
tree1d9b34609e709f1e5ae762aa3b7782f364666d98 /Master/texmf-dist/doc/latex/biblatex-apa
parentf9e7ca3a9f5935c140c8ad548c61ea13d14e0bf1 (diff)
biblatex-apa (17sep16)
git-svn-id: svn://tug.org/texlive/trunk@42091 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/README2
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-references.bib4
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test.pdfbin108507 -> 108514 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.pdfbin88092 -> 88620 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex12
5 files changed, 13 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-apa/README b/Master/texmf-dist/doc/latex/biblatex-apa/README
index d2871741d73..57411e17990 100644
--- a/Master/texmf-dist/doc/latex/biblatex-apa/README
+++ b/Master/texmf-dist/doc/latex/biblatex-apa/README
@@ -1,4 +1,4 @@
-Version 7.0
+Version 7.1
Permission is granted to copy, distribute and/or modify this software under
the terms of the LaTeX Project Public License, version
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
index 31b5d1de77e..9319c614d48 100644
--- 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
@@ -934,7 +934,7 @@
}
% (APA 7.10 Example 73)
-% biblatex 3.5+ supports circa markers in dates
+% biblatex 3.5+ supports EDTF circa markers in dates
% 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.
@@ -943,7 +943,7 @@
@MISC{7.10:73,
TITLEISDESCRIPTION = {true},
TITLE = {{Photographs of Robert M. Yerkes}},
- DATE = {circa 1917/1954},
+ DATE = {1917~/1954},
HOWPUBLISHED = {Robert Mearns Yerkes Papers (Box 137, Folder 2292)},
LOCATION = {{Manuscripts and Archives, Yale University Library, New Haven}, CT}
}
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
index 35236221e68..0a92bf66390 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
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.pdf b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.pdf
index 98ad32a1b19..7b99f83ea29 100644
--- a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.pdf
+++ 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
index 7ab3ba52fb4..39f7dbc2cb8 100644
--- a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex
@@ -24,7 +24,7 @@
url={http://www.ctan.org/tex-archive/macros/latex/exptl/biblatex-contrib/biblatex-apa/},
author={Philip Kime},
email={Philip@kime.org.uk},
- revision={7.0},
+ revision={7.1},
date={\today}}
\hypersetup{%
@@ -44,9 +44,12 @@ 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{7.1}
+This version requires |biblatex| $>=$3.6 and |biber| $>=$2.6.
+
\minisec{7.0}
This version requires |biblatex| $>=$3.5 and |biber| $>=$2.6. Uncertain,
-approximate and era-marked dates are now supported in the \biblatex core
+approximate and era-marked dates are now supported in the |biblatex| core
and therefore special fields are no longer needed in the style. See example
files, in particular \texttt{7.10:67} entry in the references test
\file{.bib} and the \texttt{plato} entry in the citation test \file{.bib}.
@@ -452,6 +455,11 @@ applied to the data stream by |biber| and does not change your \file{.bib}.
\begin{changelog}
+\begin{release}{7.1}{2016-09-15}
+\item Minor bugfix release for legacy YEAR fields and |inpress| strings
+\item Requires |biblatex| 3.6+ and biber 2.6+
+\end{release}
+
\begin{release}{7.0}{2016-09-14}
\item Added \cmd{urldatacomma}
\item Now following DGPs guidelines for some formatting in Germanic