summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/apa7
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-12-30 03:01:34 +0000
committerNorbert Preining <norbert@preining.info>2019-12-30 03:01:34 +0000
commit0af8a1a375250bdab8576ca414baae91122ea6a3 (patch)
tree712572d132615517c42be58f815bdda7e0bb71a1 /macros/latex/contrib/apa7
parentd42fde796d40a1fe4936ff2a7d96c1524109db7a (diff)
CTAN sync 201912300301
Diffstat (limited to 'macros/latex/contrib/apa7')
-rw-r--r--macros/latex/contrib/apa7/apa7.dtx37
-rw-r--r--macros/latex/contrib/apa7/apa7.pdfbin502850 -> 508466 bytes
-rw-r--r--macros/latex/contrib/apa7/config/APAczech.txt6
-rw-r--r--macros/latex/contrib/apa7/config/APAgerman.txt2
-rw-r--r--macros/latex/contrib/apa7/config/APAngerman.txt2
-rw-r--r--macros/latex/contrib/apa7/samples/longsample.pdfbin195752 -> 195752 bytes
-rw-r--r--macros/latex/contrib/apa7/samples/shortsample.pdfbin58852 -> 58852 bytes
7 files changed, 28 insertions, 19 deletions
diff --git a/macros/latex/contrib/apa7/apa7.dtx b/macros/latex/contrib/apa7/apa7.dtx
index 3a425a9729..303a2064f9 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}[2019/12/26 v1.00 APA formatting (7th edition)]
+%<class>\ProvidesClass{apa7}[2019/12/29 v1.01 APA formatting (7th edition)]
% %
%<*internal> %
-\def\apaSevenVersionDate{2019/12/26}
-\def\apaSevenVersionNumber{1.00}
+\def\apaSevenVersionDate{2019/12/29}
+\def\apaSevenVersionNumber{1.01}
% %
% %
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -226,7 +226,10 @@ and the derived files apa7.ins,
%
% \maketitle
%
-% \changes{v1.0}{2019/12/26}{Initial release}
+% \changes{v1.00}{2019/12/26}{Initial release}
+%
+% \changes{v1.01}{2019/12/29}{Corrected figure caption styles for doc format.}
+% \changes{v1.01}{2019/12/29}{Clarified that apacite and natbib are in 6th edition style.}
%
% \begin{abstract}
% The \textit{Publication Manual} of the American Psychological
@@ -311,9 +314,11 @@ and the derived files apa7.ins,
% \textsf{biblatex} package; see Section~\ref{sec:biblatexinfo} for
% details.
% \item \DescribeMacro{apacite}|apacite|: Loads the \textsf{apacite}
-% package; see Section~\ref{sec:apaciteinfo} for details.
+% package; see Section~\ref{sec:apaciteinfo} for details. \\
+% \textit{\textbf{Note:} at this time, this will produce citations in 6th edition format. }
% \item \DescribeMacro{natbib}|natbib|: See
-% Section~\ref{sec:natbibinfo} for details.
+% Section~\ref{sec:natbibinfo} for details. \\
+% \textit{\textbf{Note:} at this time, this will produce citations in 6th edition format.}
% \item \DescribeMacro{mask}|mask|: Masks references that are marked
% as the author's own (for masked peer review); see
% Section~\ref{sec:masking} for details.
@@ -709,10 +714,12 @@ and the derived files apa7.ins,
%
% \subsection{Flexible Bibliographies}
% The \textsf{apa7} class supports three bibliography packages:
-% \textsf{biblatex}, \textsf{apacite}, and \textsf{natbib}.
+% \textsf{biblatex}, \textsf{apacite}, and \textsf{natbib}. \\ \\
+% At this time, only biblatex is updated to support the 7th edition of APA style for citations and references.
%
% \subsubsection{\textsf{biblatex}}
% \label{sec:biblatexinfo}
+% \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:
@@ -726,6 +733,7 @@ and the derived files apa7.ins,
%
% \subsubsection{\textsf{apacite}}
% \label{sec:apaciteinfo}
+% \textit{\textbf{Note:} at this time, this will produce citations in 6th edition format.} \\
% The \textsf{apacite} package is loaded if the
% \DescribeMacro{apacite}|apacite| option is specified. This option
% also informs \textsf{apa7} to mask references using \textsf{apacite}
@@ -734,6 +742,7 @@ and the derived files apa7.ins,
%
% \subsubsection{\textsf{natbib}}
% \label{sec:natbibinfo}
+% \textit{\textbf{Note:} at this time, this will produce citations in 6th edition format.} \\
% Specifying the \DescribeMacro{natbib}|natbib| option implicitly
% loads \textsf{apacite} and \textsf{natbib} and directs
% \textsf{apa7} to mask references using \textsf{natbib} commands if
@@ -743,7 +752,7 @@ and the derived files apa7.ins,
% \label{sec:keywords}
% Many journals (including APA journals) request authors to provide
% keywords for their manuscripts to facilitate electronic indexing.
-% \textsf{apa7} introduces the \DescribeMacro{\keywords}|\keywords|
+% \textsf{apa6} introduced the \DescribeMacro{\keywords}|\keywords|
% command. If provided, keywords will be displayed on a line beneath
% the abstract. For languages other than English, the `Keywords'
% label can be localized by modifying the appropriate configuration
@@ -1665,9 +1674,9 @@ and the derived files apa7.ins,
-%========== APA Section heading & seriation, adapted from class apa7e
+%========== APA Section heading & seriation, adapted from class apa6e
-% % Below is the license statement from the apa7e class, from which a
+% % Below is the license statement from the apa6e class, from which a
% % small bit of code was used (with permission from Nathaniel Smith)
% % Copyright (C) 2011 by Nathaniel J. Smith <njs@pobox.com>
% %
@@ -1748,9 +1757,9 @@ and the derived files apa7.ins,
\DeclareCaptionLabelFormat{figurelabel}{\hspace{-\parindent}\raggedright\textbf{#1 #2}}
\DeclareCaptionTextFormat{tabletext}{\hspace{-\parindent}\textit{#1}}
}{% doc
- \DeclareCaptionLabelFormat{tablelabel}{\hspace{-\parindent}#1 #2}
- \DeclareCaptionLabelFormat{figurelabel}{\hspace{-\parindent}\textit{#1 #2}}
- \DeclareCaptionTextFormat{tabletext}{\hspace{-\parindent}\textit{#1}}
+ \DeclareCaptionLabelFormat{tablelabel}{\hspace{-\parindent}\raggedright\textbf{#1 #2}}
+ \DeclareCaptionLabelFormat{figurelabel}{\hspace{-\parindent}\raggedright\textbf{#1 #2}}
+ \DeclareCaptionTextFormat{tabletext}{\hspace{-\parindent}\raggedright\textit{#1}}
}
\captionsetup[table]{position=above,skip=0pt,labelformat=tablelabel,labelsep=newline,textformat=tabletext}
\captionsetup[figure]{position=above,skip=0pt,labelformat=figurelabel,labelsep=newline,textfont=it}
@@ -1761,7 +1770,7 @@ and the derived files apa7.ins,
%=============================================================
%
-% End of code from apa7e
+% End of code from apa6e
%
%=============================================================
diff --git a/macros/latex/contrib/apa7/apa7.pdf b/macros/latex/contrib/apa7/apa7.pdf
index 8aa2808975..ee6608e236 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/config/APAczech.txt b/macros/latex/contrib/apa7/config/APAczech.txt
index 9376e5490a..7f97c94a80 100644
--- a/macros/latex/contrib/apa7/config/APAczech.txt
+++ b/macros/latex/contrib/apa7/config/APAczech.txt
@@ -29,9 +29,9 @@
%%
\ProvidesFile{APAczech.txt}[2012/02/23 v1.25 apa7 configuration for Czech]
-\renewcommand{\acksname}{Pozn^^c3^^a1mka~autora}% Author Note
-\renewcommand{\keywordname}{Kl^^c3^^adcov^^c3^^a1~1slova}% Keywords
-\renewcommand{\notesname}{Pozn^^c3^^a1mky}% Footnotes
+\renewcommand{\acksname}{Poznámka~autora}% Author Note
+\renewcommand{\keywordname}{Klícová~1slova}% Keywords
+\renewcommand{\notesname}{Poznámky}% Footnotes
%%
%% Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
diff --git a/macros/latex/contrib/apa7/config/APAgerman.txt b/macros/latex/contrib/apa7/config/APAgerman.txt
index 90b6a1baf0..82eed3cbe1 100644
--- a/macros/latex/contrib/apa7/config/APAgerman.txt
+++ b/macros/latex/contrib/apa7/config/APAgerman.txt
@@ -31,7 +31,7 @@
\renewcommand{\acksname}{Autorenhinweis}% Author Note
\renewcommand{\keywordname}{Schl\"usselw\"orter}% Keywords
-\renewcommand{\notesname}{Fu^^c3^^9fnoten}% Footnotes
+\renewcommand{\notesname}{Fußnoten}% Footnotes
%%
%% Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
diff --git a/macros/latex/contrib/apa7/config/APAngerman.txt b/macros/latex/contrib/apa7/config/APAngerman.txt
index bd1854982b..1ce7e2478c 100644
--- a/macros/latex/contrib/apa7/config/APAngerman.txt
+++ b/macros/latex/contrib/apa7/config/APAngerman.txt
@@ -31,7 +31,7 @@
\renewcommand{\acksname}{Autorenhinweis}% Author Note
\renewcommand{\keywordname}{Schl\"usselw\"orter}% Keywords
-\renewcommand{\notesname}{Fu^^c3^^9fnoten}% Footnotes
+\renewcommand{\notesname}{Fußnoten}% Footnotes
%%
%% Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
diff --git a/macros/latex/contrib/apa7/samples/longsample.pdf b/macros/latex/contrib/apa7/samples/longsample.pdf
index f41a5b394d..1af9d9eebc 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 b94a563fcf..55900e2ff5 100644
--- a/macros/latex/contrib/apa7/samples/shortsample.pdf
+++ b/macros/latex/contrib/apa7/samples/shortsample.pdf
Binary files differ