summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-citations.bib6
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-references.bib2
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test.pdfbin221815 -> 221718 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.pdfbin64265 -> 64788 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex23
5 files changed, 19 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-citations.bib b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-citations.bib
index 739a3213379..b90be29e8f6 100644
--- a/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-citations.bib
+++ b/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-citations.bib
@@ -446,7 +446,7 @@
}
% Suffix test for first-last (editor)
-@INCOLLECTION{stest1,
+@BOOK{stest1,
AUTHOR = {Gring, III, Alan J.},
EDITOR = {Greaves, Jr., Percy L.},
TITLE = {A test of suffix 1},
@@ -457,7 +457,7 @@
}
% Suffix test for first-last (editor)
-@INCOLLECTION{stest2,
+@BOOK{stest2,
EDITOR = {Greaves, Jr., Percy L.},
TITLE = {A test of suffix 2},
DATE = {1968},
@@ -484,7 +484,7 @@
}
% Prefix + suffix test (useprefix=true) first-last
-@INCOLLECTION{presufftest,
+@BOOK{presufftest,
EDITOR = {von Greaves, Jr., Percy L.},
TITLE = {A test of prefix 2},
DATE = {1969},
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 299b44163c9..4713b9f1586 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
@@ -1223,7 +1223,7 @@
RELATEDTYPE = {reprintfrom}
}
-@INCOLLECTION{10.3:44r,
+@BOOK{10.3:44r,
EDITOR = {F. Richardson},
TITLE = {Brain and Intelligence},
SUBTITLE = {The Ecology of Child Development},
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 0649db2b5df..0cc514143bc 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 1cf84fd68d1..2595f12250d 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 5359bf67465..b724a15c5d4 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://mirror.ctan.org/macros/latex/exptl/biblatex-contrib/biblatex-apa/},
author={Philip Kime},
email={Philip@kime.org.uk},
- revision={9.2},
+ revision={9.3},
date={\today}}
\hypersetup{%
@@ -54,13 +54,16 @@ much less dependence on ad-hoc entry types and fields. In general, your
\noindent |biber| 2.14+ and and |biblatex| 3.14 + are \emph{required}.
One effect of the normalisation of reference entries in the 7th edition is
-that standard entrytypes can be used to cover many more cases. However,
-differentiation between different entry subtypes (for example, songs,
-albums or podcasts within the |AUDIO| entry type) is handled by localised
-strings held in the |ENTRYSUBTYPE| field. As a result, many more
-localisation strings have been added to the |.lbx| files. Please let me
-know if you are able to translation the new strings in the |.lbx| file for
-your language, they are generally marked with ``\texttt{\%FIXME}``.
+that standard entrytypes can be used to cover many more cases. Indeed, the
+set of standard entrytypes required is also smaller, for example,
+|@COLLECTION| and |@INCOLLECTION| are not required at all (and are
+internally remapped to |@BOOK| and |@INBOOK| respectively). Differentiation
+between different entry subtypes (for example, songs, albums or podcasts
+within the |AUDIO| entry type) is handled by localised strings held in the
+|ENTRYSUBTYPE| field. As a result, many more localisation strings have been
+added to the |.lbx| files. Please let me know if you are able to
+translation the new strings in the |.lbx| file for your language, they are
+generally marked with ``\texttt{\%FIXME}``.
\section{Introduction}\label{int}
@@ -394,6 +397,10 @@ the examples.
\begin{changelog}
+\begin{release}{9.3}{2019-12-21}
+\item Rationalised some entrytype usage
+\end{release}
+
\begin{release}{9.2}{2019-11-29}
\item Bug fixes
\end{release}