summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/apa7
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-08-13 03:02:18 +0000
committerNorbert Preining <norbert@preining.info>2020-08-13 03:02:18 +0000
commit1163ada9c470777f1cd48cfc16ffa9c26758827e (patch)
tree14711035f159182ac7523e28129a86075c24a220 /macros/latex/contrib/apa7
parente0812858de2e5d85ce63d194b8e02f2fd69a86fc (diff)
CTAN sync 202008130302
Diffstat (limited to 'macros/latex/contrib/apa7')
-rw-r--r--macros/latex/contrib/apa7/apa7.dtx32
-rw-r--r--macros/latex/contrib/apa7/apa7.ins3
-rw-r--r--macros/latex/contrib/apa7/apa7.pdfbin527136 -> 527794 bytes
-rw-r--r--macros/latex/contrib/apa7/samples/longsample.pdfbin196737 -> 196742 bytes
-rw-r--r--macros/latex/contrib/apa7/samples/shortsample.pdfbin64106 -> 64106 bytes
5 files changed, 32 insertions, 3 deletions
diff --git a/macros/latex/contrib/apa7/apa7.dtx b/macros/latex/contrib/apa7/apa7.dtx
index dc57e6829e..b81d61d094 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}[2020/08/02 v2.02 APA formatting (7th edition)]
+%<class>\ProvidesClass{apa7}[2020/08/12 v2.03 APA formatting (7th edition)]
% %
%<*internal> %
-\def\apaSevenVersionDate{2020/08/02}
-\def\apaSevenVersionNumber{2.02}
+\def\apaSevenVersionDate{2020/08/12}
+\def\apaSevenVersionNumber{2.03}
% %
% %
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -109,6 +109,7 @@ and the derived files apa7.ins,
APA7british.txt,
APA7dutch.txt,
APA7english.txt,
+ APA7french.txt,
APA7german.txt,
APA7ngerman.txt,
APA7greek.txt,
@@ -131,6 +132,7 @@ and the derived files apa7.ins,
\file{./config/APA7british.txt}{\from{\jobname.dtx}{british}}
\file{./config/APA7dutch.txt}{\from{\jobname.dtx}{dutch}}
\file{./config/APA7english.txt}{\from{\jobname.dtx}{english}}
+ \file{./config/APA7french.txt}{\from{\jobname.dtx}{french}}
\file{./config/APA7german.txt}{\from{\jobname.dtx}{german}}
\file{./config/APA7ngerman.txt}{\from{\jobname.dtx}{ngerman}}
\file{./config/APA7greek.txt}{\from{\jobname.dtx}{greek}}
@@ -251,6 +253,8 @@ and the derived files apa7.ins,
%
% \changes{v2.02}{2020/08/02}{Added the "and" in multiple author list to translation files. }
%
+% \changes{v2.03}{2020/08/12}{Added French localization. }
+%
% \begin{abstract}
% The \textit{Publication Manual} of the American Psychological
% Association is widely used in the social sciences. The most
@@ -3698,6 +3702,22 @@ The detailed results are shown in Table~\ref{tab:DeckedTable}. \lipsum[22]
% \end{macrocode}
%\end{macro}
%
+%
+%\begin{macro}{APA7french.txt}
+% \begin{macrocode}
+%<*french>
+\ProvidesFile{APA7french.txt}[2020/08/12 v1.01 apa7 configuration for French] % translation by lejun[at]gmx.fr
+
+\renewcommand{\lastauthorseparator}{et}% and
+\renewcommand{\acksname}{Note de l'auteur}% Author Note
+\renewcommand{\keywordname}{Mots Clés}% Keywords
+\renewcommand{\notesname}{Notes de bas de page}% Footnotes
+
+%</french>
+% \end{macrocode}
+%\end{macro}
+%
+%
%\begin{macro}{APA7dutch.txt}
% \begin{macrocode}
%<*dutch>
@@ -3712,6 +3732,7 @@ The detailed results are shown in Table~\ref{tab:DeckedTable}. \lipsum[22]
% \end{macrocode}
%\end{macro}
%
+%
%\begin{macro}{APA7german.txt}
% \begin{macrocode}
%<*german>
@@ -3726,6 +3747,7 @@ The detailed results are shown in Table~\ref{tab:DeckedTable}. \lipsum[22]
% \end{macrocode}
%\end{macro}
%
+%
%\begin{macro}{APA7ngerman.txt}
% \begin{macrocode}
%<*ngerman>
@@ -3740,6 +3762,7 @@ The detailed results are shown in Table~\ref{tab:DeckedTable}. \lipsum[22]
% \end{macrocode}
%\end{macro}
%
+%
%\begin{macro}{APA7greek.txt}
% \begin{macrocode}
%<*greek>
@@ -3754,6 +3777,7 @@ The detailed results are shown in Table~\ref{tab:DeckedTable}. \lipsum[22]
% \end{macrocode}
%\end{macro}
%
+%
%\begin{macro}{APA7czech.txt}
% \begin{macrocode}
%<*czech>
@@ -3768,6 +3792,7 @@ The detailed results are shown in Table~\ref{tab:DeckedTable}. \lipsum[22]
% \end{macrocode}
%\end{macro}
%
+%
%\begin{macro}{APA7turkish.txt}
% \begin{macrocode}
%<*turkish>
@@ -3782,6 +3807,7 @@ The detailed results are shown in Table~\ref{tab:DeckedTable}. \lipsum[22]
% \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 054d5df5e4..3b4b786df8 100644
--- a/macros/latex/contrib/apa7/apa7.ins
+++ b/macros/latex/contrib/apa7/apa7.ins
@@ -83,6 +83,7 @@ and the derived files apa7.ins,
APA7british.txt,
APA7dutch.txt,
APA7english.txt,
+ APA7french.txt,
APA7german.txt,
APA7ngerman.txt,
APA7greek.txt,
@@ -105,6 +106,7 @@ and the derived files apa7.ins,
\file{./config/APA7british.txt}{\from{\jobname.dtx}{british}}
\file{./config/APA7dutch.txt}{\from{\jobname.dtx}{dutch}}
\file{./config/APA7english.txt}{\from{\jobname.dtx}{english}}
+ \file{./config/APA7french.txt}{\from{\jobname.dtx}{french}}
\file{./config/APA7german.txt}{\from{\jobname.dtx}{german}}
\file{./config/APA7ngerman.txt}{\from{\jobname.dtx}{ngerman}}
\file{./config/APA7greek.txt}{\from{\jobname.dtx}{greek}}
@@ -148,6 +150,7 @@ and the derived files apa7.ins,
%% APA7british.txt,
%% APA7dutch.txt,
%% APA7english.txt,
+%% APA7french.txt,
%% APA7german.txt,
%% APA7ngerman.txt,
%% APA7greek.txt,
diff --git a/macros/latex/contrib/apa7/apa7.pdf b/macros/latex/contrib/apa7/apa7.pdf
index eaaac2a8ca..d38e5802c1 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 cb080d9a48..841fc1b02f 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 e2536018fb..57c1868a5b 100644
--- a/macros/latex/contrib/apa7/samples/shortsample.pdf
+++ b/macros/latex/contrib/apa7/samples/shortsample.pdf
Binary files differ