summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/apa7
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-11-22 03:03:38 +0000
committerNorbert Preining <norbert@preining.info>2021-11-22 03:03:38 +0000
commit3b45580e298046d6c1cb0431da31bea04bc6613a (patch)
treeee2b508b3e9ce370c5134f941650c4316ce9ec8c /macros/latex/contrib/apa7
parent25fba613796cd9c1b2042e28152d451d8cddef4a (diff)
CTAN sync 202111220303
Diffstat (limited to 'macros/latex/contrib/apa7')
-rw-r--r--macros/latex/contrib/apa7/README.txt7
-rw-r--r--macros/latex/contrib/apa7/apa7.dtx38
-rw-r--r--macros/latex/contrib/apa7/apa7.ins3
-rw-r--r--macros/latex/contrib/apa7/apa7.pdfbin531855 -> 555774 bytes
-rw-r--r--macros/latex/contrib/apa7/samples/longsample.pdfbin196590 -> 204050 bytes
-rw-r--r--macros/latex/contrib/apa7/samples/shortsample.pdfbin65349 -> 69708 bytes
6 files changed, 41 insertions, 7 deletions
diff --git a/macros/latex/contrib/apa7/README.txt b/macros/latex/contrib/apa7/README.txt
index a80ffcb2ce..ed40d4d6dd 100644
--- a/macros/latex/contrib/apa7/README.txt
+++ b/macros/latex/contrib/apa7/README.txt
@@ -26,3 +26,10 @@ altered the formatting guidelines and therefore rendered existing
formatting solutions inadequate. The apa7 class is an update of
older code from the apa6 class (available from CTAN). The student
manuscript type has been added. See the documentation for details.
+
+----------------------------------------------------------------------
+
+Installation Notes:
+1. Create directory "config" next to the file apa7.ins
+2. Run latex apa7.ins
+3. Move/copy apa7.cls to the directory of your latex install or the directory containing your latex project.
diff --git a/macros/latex/contrib/apa7/apa7.dtx b/macros/latex/contrib/apa7/apa7.dtx
index 27abc04e06..3e572a7393 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/05/17 v2.13 APA formatting (7th edition)]
+%<class>\ProvidesClass{apa7}[2021/11/21 v2.14 APA formatting (7th edition)]
% %
%<*internal> %
-\def\apaSevenVersionDate{2021/05/17}
-\def\apaSevenVersionNumber{2.13}
+\def\apaSevenVersionDate{2021/11/21}
+\def\apaSevenVersionNumber{2.14}
% %
% %
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -43,6 +43,13 @@ altered the formatting guidelines and therefore rendered existing
formatting solutions inadequate. The apa7 class is an update of
older code from the apa6 class (available from CTAN). The student
manuscript type has been added. See the documentation for details.
+
+----------------------------------------------------------------------
+
+Installation Notes:
+1. Create directory "config" next to the file apa7.ins
+2. Run latex apa7.ins
+3. Move/copy apa7.cls to the directory of your latex install or the directory containing your latex project.
%</readme>
%<*internal>
\fi
@@ -115,6 +122,7 @@ and the derived files apa7.ins,
APA7greek.txt,
APA7czech.txt,
APA7turkish.txt,
+ APA7spanish.txt,
APA7endfloat.cfg,
Figure1.pdf,
shortsample.tex,
@@ -138,6 +146,7 @@ and the derived files apa7.ins,
\file{./config/APA7greek.txt}{\from{\jobname.dtx}{greek}}
\file{./config/APA7czech.txt}{\from{\jobname.dtx}{czech}}
\file{./config/APA7turkish.txt}{\from{\jobname.dtx}{turkish}}
+ \file{./config/APA7spanish.txt}{\from{\jobname.dtx}{spanish}}
\file{./config/APA7endfloat.cfg}{\from{\jobname.dtx}{APAendfloat}}
}
\usedir{tex/latex/apa7/samples}
@@ -275,6 +284,8 @@ and the derived files apa7.ins,
%
% \changes{v2.13}{2021/05/17}{Fix headers for jou style when journal command is provided. }
%
+% \changes{v2.14}{2021/08/08}{Added Spanish localization. Fixed compatibility with Version 4.0 of flushend.sty. Clarify installation in readme. }
+%
% \begin{abstract}
% The \textit{Publication Manual} of the American Psychological
% Association is widely used in the social sciences. The most
@@ -2789,10 +2800,7 @@ and the derived files apa7.ins,
%========== balance last-page columns =================
-% need the `keeplastbox' option to allow final reference to be
-% properly indented on the final line
-% https://tex.stackexchange.com/questions/198287/reference-and-biography-indentation-issue
-\IfFileExists{flushend.sty}{\RequirePackage[keeplastbox]{flushend}}{}
+\IfFileExists{flushend.sty}{\RequirePackage{flushend}}{}
%========== ftnright and alterations ==================
@@ -3855,6 +3863,22 @@ The detailed results are shown in Table~\ref{tab:DeckedTable}. \lipsum[22]
%\end{macro}
%
%
+%\begin{macro}{APA7spanish.txt}
+% \begin{macrocode}
+%<*spanish>
+\ProvidesFile{APA7spanish.txt}[2021/08/08 v1.00 apa7 configuration for Spanish]
+
+\renewcommand{\lastauthorseparator}{y}% and
+\renewcommand{\acksname}{Nota del Autor}% Author Note
+\renewcommand{\keywordname}{Palabras Claves}% Keywords
+\renewcommand{\notesname}{Notas}% Footnotes
+%Note
+
+%</spanish>
+% \end{macrocode}
+%\end{macro}
+%
+%
%\begin{macro}{APA7endfloat.cfg}
% \begin{macrocode}
%<*APAendfloat>
diff --git a/macros/latex/contrib/apa7/apa7.ins b/macros/latex/contrib/apa7/apa7.ins
index 3b2c1f2ca0..3235d95787 100644
--- a/macros/latex/contrib/apa7/apa7.ins
+++ b/macros/latex/contrib/apa7/apa7.ins
@@ -89,6 +89,7 @@ and the derived files apa7.ins,
APA7greek.txt,
APA7czech.txt,
APA7turkish.txt,
+ APA7spanish.txt,
APA7endfloat.cfg,
Figure1.pdf,
shortsample.tex,
@@ -112,6 +113,7 @@ and the derived files apa7.ins,
\file{./config/APA7greek.txt}{\from{\jobname.dtx}{greek}}
\file{./config/APA7czech.txt}{\from{\jobname.dtx}{czech}}
\file{./config/APA7turkish.txt}{\from{\jobname.dtx}{turkish}}
+ \file{./config/APA7spanish.txt}{\from{\jobname.dtx}{spanish}}
\file{./config/APA7endfloat.cfg}{\from{\jobname.dtx}{APAendfloat}}
}
\usedir{tex/latex/apa7/samples}
@@ -156,6 +158,7 @@ and the derived files apa7.ins,
%% APA7greek.txt,
%% APA7czech.txt,
%% APA7turkish.txt,
+%% APA7spanish.txt,
%% APA7endfloat.cfg,
%% Figure1.pdf,
%% shortsample.tex,
diff --git a/macros/latex/contrib/apa7/apa7.pdf b/macros/latex/contrib/apa7/apa7.pdf
index 593afa5e20..d3e53c5c89 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 2c1ddfa313..3d474216f2 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 0fbe41f67c..370ffb18af 100644
--- a/macros/latex/contrib/apa7/samples/shortsample.pdf
+++ b/macros/latex/contrib/apa7/samples/shortsample.pdf
Binary files differ