summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-apa/biblatex-apa.tex
diff options
context:
space:
mode:
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.tex32
1 files changed, 23 insertions, 9 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 f3237af69fa..c8cd5abba37 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={7.7},
+ revision={7.8},
date={\today}}
\hypersetup{%
@@ -44,6 +44,19 @@ 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.8}
+|ARTICLE| entries now correctly do not print month/day in the bibliography
+as per APA 6.28. For non-academic articles (APA 7.01, examples 7, 8 and 9),
+use the new:
+
+\begin{verbatim}
+ ENTRYSUBTYPE = {nonacademic}
+\end{verbatim}
+
+This will allow month/day data in the bibliography. In the future, there
+may be other differences for |ARTICLE| subtypes and it is better to keep
+these semantically distinct from standard academic journal articles.
+
\minisec{7.5}
This version requires |biblatex| $>=$3.8 and |biber| $>=$2.8.
@@ -369,14 +382,7 @@ The |\fullcite| command uses ampersands, like the references section
and there is also a |\fullcitebib| command which is the same as
|\fullcite| but which fakes a mini references section with APA style
indentation and so is not intended to be used inline like
-|\fullcite|. See examples in the test file. Please note that APA style
-does not have multiple citation lists sorted---they appear in the
-order cited. Since |\fullcitebib| is a citation command, the citations
-will not be sorted which might appear odd since this «citation» style
-looks like a references section excerpt. There is no way around this
-since the |sortcites| biblatex option is a package-level option. If
-you want to customise such a fake references section «citation», you
-should probably be using |\printbibliography| with a filter.
+|\fullcite|. See examples in the test file.
\subsection{References}\label{refs}
@@ -458,6 +464,10 @@ applied to the data stream by |biber| and does not change your \file{.bib}.
\begin{changelog}
+\begin{release}{7.8}{2019}
+\item Fixed date rules for |ARTICLE|s
+\end{release}
+
\begin{release}{7.7}{2018-04-02}
\item Bug fixes and example alignments
\end{release}
@@ -854,3 +864,7 @@ applied to the data stream by |biber| and does not change your \file{.bib}.
\end{changelog}
\end{document}
+
+% Local Variables:
+% TeX-engine: luatex
+% End: