summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/apa7
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-03-05 03:00:50 +0000
committerNorbert Preining <norbert@preining.info>2021-03-05 03:00:50 +0000
commitceb2b4332d87ef96a7c9e20b61a2ac9c9e524690 (patch)
tree0e7c043d4f54d89e524c093d81b68a1f765c6bd5 /macros/latex/contrib/apa7
parent467737fbb47c40688b7e8548099b6236b4196d6d (diff)
CTAN sync 202103050300
Diffstat (limited to 'macros/latex/contrib/apa7')
-rw-r--r--macros/latex/contrib/apa7/apa7.dtx24
-rw-r--r--macros/latex/contrib/apa7/apa7.pdfbin530694 -> 530950 bytes
-rw-r--r--macros/latex/contrib/apa7/samples/longsample.pdfbin196588 -> 196588 bytes
-rw-r--r--macros/latex/contrib/apa7/samples/shortsample.pdfbin65352 -> 65352 bytes
4 files changed, 11 insertions, 13 deletions
diff --git a/macros/latex/contrib/apa7/apa7.dtx b/macros/latex/contrib/apa7/apa7.dtx
index 9819cca02b..85bcdc5e88 100644
--- a/macros/latex/contrib/apa7/apa7.dtx
+++ b/macros/latex/contrib/apa7/apa7.dtx
@@ -4,11 +4,11 @@
% %
% CHANGE THESE VALUES WITH EACH NEW RELEASE: %
% %
-%<class>\ProvidesClass{apa7}[2021/03/03 v2.09 APA formatting (7th edition)]
+%<class>\ProvidesClass{apa7}[2021/03/04 v2.10 APA formatting (7th edition)]
% %
%<*internal> %
-\def\apaSevenVersionDate{2021/03/03}
-\def\apaSevenVersionNumber{2.09}
+\def\apaSevenVersionDate{2021/03/04}
+\def\apaSevenVersionNumber{2.10}
% %
% %
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -267,6 +267,8 @@ and the derived files apa7.ins,
%
% \changes{v2.09}{2021/03/03}{Updated APA7endfloat.cfg file to use more modern DeclareDelayedFloatFlavor. This fixes the bug where longtable can be shown on the same page as another table. }
%
+% \changes{v2.10}{2021/03/04}{Update BibLaTex instructions to remove DeclareLanguageMapping and remove commands that are no longer required. }
+%
% \begin{abstract}
% The \textit{Publication Manual} of the American Psychological
% Association is widely used in the social sciences. The most
@@ -788,9 +790,8 @@ and the derived files apa7.ins,
% \textit{\textbf{Note:} This is the recommended method for 7th edition citations and references.} \\
% Biblatex is the most APA-compliant bibiliography package. The
% \DescribeMacro{biblatex}|biblatex| option directs \textsf{apa7} to
-% load the \textsf{biblatex} package with the following options:
-% style=apa,sortcites=true,sorting=nyt; however, the
-% |\DeclareLanguageMapping| and |\addbibresource| commands will need
+% load the \textsf{biblatex} package with the following option:
+% style=apa; however, the |\addbibresource| command will need
% to be specified by the user within the document preamble. In the
% absence of bibliographic options, \textsf{apa7} will mask references
% using \textsf{biblatex} commands if the |mask| option is specified.
@@ -915,8 +916,7 @@ and the derived files apa7.ins,
\usepackage[american]{babel}
\usepackage{csquotes}
- \usepackage[style=apa,sortcites=true,sorting=nyt,backend=biber]{biblatex}
- \DeclareLanguageMapping{american}{american-apa}
+ \usepackage[style=apa,backend=biber]{biblatex}
\addbibresource{bibliography.bib}
\title{Sample APA-Style Document Using the \textsf{apa7} Package}
@@ -1235,7 +1235,7 @@ and the derived files apa7.ins,
\ClassInfo{apa7}{No bibliography package was specified; defaulting to (but not loading) Biblatex}
}{%
\def\def@biblatex{\@biblatexmode}% the selected bibliography package is Biblatex
- \RequirePackage[style=apa,sortcites=true,sorting=nyt,backend=biber]{biblatex}
+ \RequirePackage[style=apa,backend=biber]{biblatex}
\@ifundefined{def@man}{%
\defbibheading{bibliography}[\refname]{\section*{\normalfont\textbf{#1}}}%
}{%
@@ -3411,8 +3411,7 @@ and the derived files apa7.ins,
\usepackage[american]{babel}
\usepackage{csquotes}
-\usepackage[style=apa,sortcites=true,sorting=nyt,backend=biber]{biblatex}
-\DeclareLanguageMapping{american}{american-apa}
+\usepackage[style=apa,backend=biber]{biblatex}
\addbibresource{bibliography.bib}
\title{Sample APA-Style Document Using the \textsf{apa7} Package}
@@ -3528,8 +3527,7 @@ skill in interpreting the results for the masses.
\usepackage[american]{babel}
\usepackage{csquotes}
-\usepackage[style=apa,sortcites=true,sorting=nyt,backend=biber]{biblatex}
-\DeclareLanguageMapping{american}{american-apa}
+\usepackage[style=apa,backend=biber]{biblatex}
\addbibresource{bibliography.bib}
\title{Sample APA-Style Document Using the \textsf{apa7} Package}
diff --git a/macros/latex/contrib/apa7/apa7.pdf b/macros/latex/contrib/apa7/apa7.pdf
index 342cc96d43..fcfd0c2041 100644
--- a/macros/latex/contrib/apa7/apa7.pdf
+++ b/macros/latex/contrib/apa7/apa7.pdf
Binary files differ
diff --git a/macros/latex/contrib/apa7/samples/longsample.pdf b/macros/latex/contrib/apa7/samples/longsample.pdf
index 52c3461ee0..35f4b63630 100644
--- a/macros/latex/contrib/apa7/samples/longsample.pdf
+++ b/macros/latex/contrib/apa7/samples/longsample.pdf
Binary files differ
diff --git a/macros/latex/contrib/apa7/samples/shortsample.pdf b/macros/latex/contrib/apa7/samples/shortsample.pdf
index 63b1d5be79..135d919beb 100644
--- a/macros/latex/contrib/apa7/samples/shortsample.pdf
+++ b/macros/latex/contrib/apa7/samples/shortsample.pdf
Binary files differ