summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/apa7
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-03-28 03:02:50 +0000
committerNorbert Preining <norbert@preining.info>2020-03-28 03:02:50 +0000
commitcfd72107a35042c9777e6138a6432a7bd49f3641 (patch)
treeb83046760c8235e55d741f2227b7e6b7d55c1e3c /macros/latex/contrib/apa7
parent6c0ddfe655a39b71d1ab6a4a95d57a7ea0d94243 (diff)
CTAN sync 202003280302
Diffstat (limited to 'macros/latex/contrib/apa7')
-rw-r--r--macros/latex/contrib/apa7/README.txt2
-rw-r--r--macros/latex/contrib/apa7/apa7.dtx16
-rw-r--r--macros/latex/contrib/apa7/apa7.ins163
-rw-r--r--macros/latex/contrib/apa7/apa7.pdfbin515208 -> 514782 bytes
-rw-r--r--macros/latex/contrib/apa7/config/APA7american.txt77
-rw-r--r--macros/latex/contrib/apa7/config/APA7british.txt77
-rw-r--r--macros/latex/contrib/apa7/config/APA7czech.txt77
-rw-r--r--macros/latex/contrib/apa7/config/APA7dutch.txt77
-rw-r--r--macros/latex/contrib/apa7/config/APA7endfloat.cfg142
-rw-r--r--macros/latex/contrib/apa7/config/APA7english.txt77
-rw-r--r--macros/latex/contrib/apa7/config/APA7german.txt77
-rw-r--r--macros/latex/contrib/apa7/config/APA7greek.txt77
-rw-r--r--macros/latex/contrib/apa7/config/APA7ngerman.txt77
-rw-r--r--macros/latex/contrib/apa7/config/APA7turkish.txt77
-rw-r--r--macros/latex/contrib/apa7/samples/bibliography.bib233
-rw-r--r--macros/latex/contrib/apa7/samples/longsample.pdfbin195752 -> 195755 bytes
-rw-r--r--macros/latex/contrib/apa7/samples/longsample.tex227
-rw-r--r--macros/latex/contrib/apa7/samples/shortsample.pdfbin58852 -> 58843 bytes
-rw-r--r--macros/latex/contrib/apa7/samples/shortsample.tex175
19 files changed, 174 insertions, 1477 deletions
diff --git a/macros/latex/contrib/apa7/README.txt b/macros/latex/contrib/apa7/README.txt
index 91f1a11659..f144b7a199 100644
--- a/macros/latex/contrib/apa7/README.txt
+++ b/macros/latex/contrib/apa7/README.txt
@@ -3,7 +3,7 @@
apa7 - A LaTeX class for formatting documents in compliance with the
American Psychological Association's Publication Manual, 7th edition
-Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
+Copyright (C) 2020 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License (LPPL), either
diff --git a/macros/latex/contrib/apa7/apa7.dtx b/macros/latex/contrib/apa7/apa7.dtx
index 4641281267..b670b67b92 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/30 v1.04 APA formatting (7th edition)]
+%<class>\ProvidesClass{apa7}[2020/3/27 v1.05 APA formatting (7th edition)]
% %
%<*internal> %
-\def\apaSevenVersionDate{2019/12/30}
-\def\apaSevenVersionNumber{1.04}
+\def\apaSevenVersionDate{2020/3/27}
+\def\apaSevenVersionNumber{1.05}
% %
% %
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -20,7 +20,7 @@
apa7 - A LaTeX class for formatting documents in compliance with the
American Psychological Association's Publication Manual, 7th edition
-Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
+Copyright (C) 2020 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License (LPPL), either
@@ -61,7 +61,7 @@ manuscript type has been added. See the documentation for details.
apa7 - A LaTeX class for formatting documents in compliance with the
American Psychological Association's Publication Manual, 7th edition
-Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
+Copyright (C) 2020 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License (LPPL), either
@@ -81,7 +81,7 @@ by, the American Psychological Association.
\endpreamble
\postamble
-Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
+Copyright (C) 2020 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License (LPPL), either
@@ -238,6 +238,8 @@ and the derived files apa7.ins,
% \changes{v1.04}{2019/12/30}{Added table of contents.}
% \changes{v1.04}{2019/12/30}{Updated documentation and added correct license statement to cls for apa6 package.}
%
+% \changes{v1.05}{2020/3/27}{Fixed float placement at end for man and stu mode to ensure one correctly placed figure/table per page. Thanks WC!}
+%
% \begin{abstract}
% The \textit{Publication Manual} of the American Psychological
% Association is widely used in the social sciences. The most
@@ -2268,6 +2270,7 @@ and the derived files apa7.ins,
\@noendfloatfig
\else
\efloat@condopen{fff}
+ \@nameuse{efloat@separator@fff}%
\efloat@iwrite{fff}{\string\begin{figure*}[hbt]}%
\global\def\@figure@written{\relax}% Set a flag that there is at least one figure -- thp 20010705
%% should be a global declaration to be "visible" at end document
@@ -2292,6 +2295,7 @@ and the derived files apa7.ins,
\@noendfloattab
\else
\efloat@condopen{ttt}
+ \@nameuse{efloat@separator@ttt}%
\efloat@iwrite{ttt}{\string\begin{table*}[hbt]}%
\ifnextchar[{\gobbleuntilnext[}{}
\@ifundefined{hrm}{}{%
diff --git a/macros/latex/contrib/apa7/apa7.ins b/macros/latex/contrib/apa7/apa7.ins
new file mode 100644
index 0000000000..054d5df5e4
--- /dev/null
+++ b/macros/latex/contrib/apa7/apa7.ins
@@ -0,0 +1,163 @@
+%%
+%% This is file `apa7.ins',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% apa7.dtx (with options: `install')
+%% ----------------------------------------------------------------------
+%%
+%% apa7 - A LaTeX class for formatting documents in compliance with the
+%% American Psychological Association's Publication Manual, 7th edition
+%%
+%% Copyright (C) 2020 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
+%%
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License (LPPL), either
+%% version 1.3c of this license or (at your option) any later
+%% version. The latest version of this license is in the file:
+%%
+%% http://www.latex-project.org/lppl.txt
+%%
+%% Users may freely modify these files without permission, as long as the
+%% copyright line and this statement are maintained intact.
+%%
+%% This work is not endorsed by, affiliated with, or probably even known
+%% by, the American Psychological Association.
+%%
+%% ----------------------------------------------------------------------
+%%
+\input docstrip.tex
+\keepsilent
+\askforoverwritefalse
+\preamble
+----------------------------------------------------------------------
+
+apa7 - A LaTeX class for formatting documents in compliance with the
+American Psychological Association's Publication Manual, 7th edition
+
+Copyright (C) 2020 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
+
+This work may be distributed and/or modified under the
+conditions of the LaTeX Project Public License (LPPL), either
+version 1.3c of this license or (at your option) any later
+version. The latest version of this license is in the file:
+
+http://www.latex-project.org/lppl.txt
+
+Users may freely modify these files without permission, as long as the
+copyright line and this statement are maintained intact.
+
+This work is not endorsed by, affiliated with, or probably even known
+by, the American Psychological Association.
+
+----------------------------------------------------------------------
+
+\endpreamble
+\postamble
+
+Copyright (C) 2020 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
+
+This work may be distributed and/or modified under the
+conditions of the LaTeX Project Public License (LPPL), either
+version 1.3c of this license or (at your option) any later
+version. The latest version of this license is in the file:
+
+http://www.latex-project.org/lppl.txt
+
+Users may freely modify these files without permission, as long as the
+copyright line and this statement are maintained intact.
+
+This work is not endorsed by, affiliated with, or probably even known
+by, the American Psychological Association.
+
+This work is "maintained" (as per LPPL maintenance status) by
+Daniel A. Weiss.
+
+This work consists of the file apa7.dtx
+and the derived files apa7.ins,
+ apa7.cls,
+ apa7.pdf,
+ README,
+ APA7american.txt,
+ APA7british.txt,
+ APA7dutch.txt,
+ APA7english.txt,
+ APA7german.txt,
+ APA7ngerman.txt,
+ APA7greek.txt,
+ APA7czech.txt,
+ APA7turkish.txt,
+ APA7endfloat.cfg,
+ Figure1.pdf,
+ shortsample.tex,
+ longsample.tex, and
+ bibliography.bib.
+
+\endpostamble
+\usedir{tex/latex/apa7}
+\generate{
+ \file{\jobname.cls}{\from{\jobname.dtx}{class}}
+}
+\usedir{tex/latex/apa7/config}
+\generate{
+ \file{./config/APA7american.txt}{\from{\jobname.dtx}{american}}
+ \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/APA7german.txt}{\from{\jobname.dtx}{german}}
+ \file{./config/APA7ngerman.txt}{\from{\jobname.dtx}{ngerman}}
+ \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/APA7endfloat.cfg}{\from{\jobname.dtx}{APAendfloat}}
+}
+\usedir{tex/latex/apa7/samples}
+\generate{
+ \file{./samples/bibliography.bib}{\from{\jobname.dtx}{bibliography}}
+ \file{./samples/shortsample.tex}{\from{\jobname.dtx}{shortsample}}
+ \file{./samples/longsample.tex}{\from{\jobname.dtx}{longsample}}
+}
+\endbatchfile
+%%
+%% Copyright (C) 2020 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
+%%
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License (LPPL), either
+%% version 1.3c of this license or (at your option) any later
+%% version. The latest version of this license is in the file:
+%%
+%% http://www.latex-project.org/lppl.txt
+%%
+%% Users may freely modify these files without permission, as long as the
+%% copyright line and this statement are maintained intact.
+%%
+%% This work is not endorsed by, affiliated with, or probably even known
+%% by, the American Psychological Association.
+%%
+%%
+%% This work is "maintained" (as per LPPL maintenance status) by
+%% Daniel A. Weiss.
+%%
+%% This work consists of the file apa7.dtx
+%% and the derived files apa7.ins,
+%% apa7.cls,
+%% apa7.pdf,
+%% README,
+%% APA7american.txt,
+%% APA7british.txt,
+%% APA7dutch.txt,
+%% APA7english.txt,
+%% APA7german.txt,
+%% APA7ngerman.txt,
+%% APA7greek.txt,
+%% APA7czech.txt,
+%% APA7turkish.txt,
+%% APA7endfloat.cfg,
+%% Figure1.pdf,
+%% shortsample.tex,
+%% longsample.tex, and
+%% bibliography.bib.
+%%
+%%
+%% End of file `apa7.ins'.
diff --git a/macros/latex/contrib/apa7/apa7.pdf b/macros/latex/contrib/apa7/apa7.pdf
index b334f6db64..65bee10d57 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/APA7american.txt b/macros/latex/contrib/apa7/config/APA7american.txt
deleted file mode 100644
index e5bc6d9c36..0000000000
--- a/macros/latex/contrib/apa7/config/APA7american.txt
+++ /dev/null
@@ -1,77 +0,0 @@
-%%
-%% This is file `./config/APA7american.txt',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% apa7.dtx (with options: `american')
-%% ----------------------------------------------------------------------
-%%
-%% apa7 - A LaTeX class for formatting documents in compliance with the
-%% American Psychological Association's Publication Manual, 7th edition
-%%
-%% Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
-%%
-%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License (LPPL), either
-%% version 1.3c of this license or (at your option) any later
-%% version. The latest version of this license is in the file:
-%%
-%% http://www.latex-project.org/lppl.txt
-%%
-%% Users may freely modify these files without permission, as long as the
-%% copyright line and this statement are maintained intact.
-%%
-%% This work is not endorsed by, affiliated with, or probably even known
-%% by, the American Psychological Association.
-%%
-%% ----------------------------------------------------------------------
-%%
-\ProvidesFile{APA7american.txt}[2019/12/29 v1.00 apa7 configuration for American English]
-
-\renewcommand{\acksname}{Author Note}
-\renewcommand{\keywordname}{Keywords}
-\renewcommand{\notesname}{Footnotes}
-
-%%
-%% Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
-%%
-%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License (LPPL), either
-%% version 1.3c of this license or (at your option) any later
-%% version. The latest version of this license is in the file:
-%%
-%% http://www.latex-project.org/lppl.txt
-%%
-%% Users may freely modify these files without permission, as long as the
-%% copyright line and this statement are maintained intact.
-%%
-%% This work is not endorsed by, affiliated with, or probably even known
-%% by, the American Psychological Association.
-%%
-%%
-%% This work is "maintained" (as per LPPL maintenance status) by
-%% Daniel A. Weiss.
-%%
-%% This work consists of the file apa7.dtx
-%% and the derived files apa7.ins,
-%% apa7.cls,
-%% apa7.pdf,
-%% README,
-%% APA7american.txt,
-%% APA7british.txt,
-%% APA7dutch.txt,
-%% APA7english.txt,
-%% APA7german.txt,
-%% APA7ngerman.txt,
-%% APA7greek.txt,
-%% APA7czech.txt,
-%% APA7turkish.txt,
-%% APA7endfloat.cfg,
-%% Figure1.pdf,
-%% shortsample.tex,
-%% longsample.tex, and
-%% bibliography.bib.
-%%
-%%
-%% End of file `./config/APA7american.txt'.
diff --git a/macros/latex/contrib/apa7/config/APA7british.txt b/macros/latex/contrib/apa7/config/APA7british.txt
deleted file mode 100644
index d0fcaab21e..0000000000
--- a/macros/latex/contrib/apa7/config/APA7british.txt
+++ /dev/null
@@ -1,77 +0,0 @@
-%%
-%% This is file `./config/APA7british.txt',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% apa7.dtx (with options: `british')
-%% ----------------------------------------------------------------------
-%%
-%% apa7 - A LaTeX class for formatting documents in compliance with the
-%% American Psychological Association's Publication Manual, 7th edition
-%%
-%% Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
-%%
-%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License (LPPL), either
-%% version 1.3c of this license or (at your option) any later
-%% version. The latest version of this license is in the file:
-%%
-%% http://www.latex-project.org/lppl.txt
-%%
-%% Users may freely modify these files without permission, as long as the
-%% copyright line and this statement are maintained intact.
-%%
-%% This work is not endorsed by, affiliated with, or probably even known
-%% by, the American Psychological Association.
-%%
-%% ----------------------------------------------------------------------
-%%
-\ProvidesFile{APA7british.txt}[2019/12/29 v1.00 apa7 configuration for British English]
-
-\renewcommand{\acksname}{Author Note}
-\renewcommand{\keywordname}{Keywords}
-\renewcommand{\notesname}{Footnotes}
-
-%%
-%% Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
-%%
-%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License (LPPL), either
-%% version 1.3c of this license or (at your option) any later
-%% version. The latest version of this license is in the file:
-%%
-%% http://www.latex-project.org/lppl.txt
-%%
-%% Users may freely modify these files without permission, as long as the
-%% copyright line and this statement are maintained intact.
-%%
-%% This work is not endorsed by, affiliated with, or probably even known
-%% by, the American Psychological Association.
-%%
-%%
-%% This work is "maintained" (as per LPPL maintenance status) by
-%% Daniel A. Weiss.
-%%
-%% This work consists of the file apa7.dtx
-%% and the derived files apa7.ins,
-%% apa7.cls,
-%% apa7.pdf,
-%% README,
-%% APA7american.txt,
-%% APA7british.txt,
-%% APA7dutch.txt,
-%% APA7english.txt,
-%% APA7german.txt,
-%% APA7ngerman.txt,
-%% APA7greek.txt,
-%% APA7czech.txt,
-%% APA7turkish.txt,
-%% APA7endfloat.cfg,
-%% Figure1.pdf,
-%% shortsample.tex,
-%% longsample.tex, and
-%% bibliography.bib.
-%%
-%%
-%% End of file `./config/APA7british.txt'.
diff --git a/macros/latex/contrib/apa7/config/APA7czech.txt b/macros/latex/contrib/apa7/config/APA7czech.txt
deleted file mode 100644
index 0704f8f171..0000000000
--- a/macros/latex/contrib/apa7/config/APA7czech.txt
+++ /dev/null
@@ -1,77 +0,0 @@
-%%
-%% This is file `./config/APA7czech.txt',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% apa7.dtx (with options: `czech')
-%% ----------------------------------------------------------------------
-%%
-%% apa7 - A LaTeX class for formatting documents in compliance with the
-%% American Psychological Association's Publication Manual, 7th edition
-%%
-%% Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
-%%
-%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License (LPPL), either
-%% version 1.3c of this license or (at your option) any later
-%% version. The latest version of this license is in the file:
-%%
-%% http://www.latex-project.org/lppl.txt
-%%
-%% Users may freely modify these files without permission, as long as the
-%% copyright line and this statement are maintained intact.
-%%
-%% This work is not endorsed by, affiliated with, or probably even known
-%% by, the American Psychological Association.
-%%
-%% ----------------------------------------------------------------------
-%%
-\ProvidesFile{APA7czech.txt}[2019/12/29 v1.00 apa7 configuration for Czech]
-
-\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>
-%%
-%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License (LPPL), either
-%% version 1.3c of this license or (at your option) any later
-%% version. The latest version of this license is in the file:
-%%
-%% http://www.latex-project.org/lppl.txt
-%%
-%% Users may freely modify these files without permission, as long as the
-%% copyright line and this statement are maintained intact.
-%%
-%% This work is not endorsed by, affiliated with, or probably even known
-%% by, the American Psychological Association.
-%%
-%%
-%% This work is "maintained" (as per LPPL maintenance status) by
-%% Daniel A. Weiss.
-%%
-%% This work consists of the file apa7.dtx
-%% and the derived files apa7.ins,
-%% apa7.cls,
-%% apa7.pdf,
-%% README,
-%% APA7american.txt,
-%% APA7british.txt,
-%% APA7dutch.txt,
-%% APA7english.txt,
-%% APA7german.txt,
-%% APA7ngerman.txt,
-%% APA7greek.txt,
-%% APA7czech.txt,
-%% APA7turkish.txt,
-%% APA7endfloat.cfg,
-%% Figure1.pdf,
-%% shortsample.tex,
-%% longsample.tex, and
-%% bibliography.bib.
-%%
-%%
-%% End of file `./config/APA7czech.txt'.
diff --git a/macros/latex/contrib/apa7/config/APA7dutch.txt b/macros/latex/contrib/apa7/config/APA7dutch.txt
deleted file mode 100644
index c7817997cc..0000000000
--- a/macros/latex/contrib/apa7/config/APA7dutch.txt
+++ /dev/null
@@ -1,77 +0,0 @@
-%%
-%% This is file `./config/APA7dutch.txt',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% apa7.dtx (with options: `dutch')
-%% ----------------------------------------------------------------------
-%%
-%% apa7 - A LaTeX class for formatting documents in compliance with the
-%% American Psychological Association's Publication Manual, 7th edition
-%%
-%% Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
-%%
-%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License (LPPL), either
-%% version 1.3c of this license or (at your option) any later
-%% version. The latest version of this license is in the file:
-%%
-%% http://www.latex-project.org/lppl.txt
-%%
-%% Users may freely modify these files without permission, as long as the
-%% copyright line and this statement are maintained intact.
-%%
-%% This work is not endorsed by, affiliated with, or probably even known
-%% by, the American Psychological Association.
-%%
-%% ----------------------------------------------------------------------
-%%
-\ProvidesFile{APA7dutch.txt}[2019/12/29 v1.00 apa7 configuration for Dutch]
-
-\renewcommand{\acksname}{Auteursnoot}% Author Note
-\renewcommand{\keywordname}{Trefwoorden}% Keywords
-\renewcommand{\notesname}{Voetnoten}% Footnotes
-
-%%
-%% Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
-%%
-%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License (LPPL), either
-%% version 1.3c of this license or (at your option) any later
-%% version. The latest version of this license is in the file:
-%%
-%% http://www.latex-project.org/lppl.txt
-%%
-%% Users may freely modify these files without permission, as long as the
-%% copyright line and this statement are maintained intact.
-%%
-%% This work is not endorsed by, affiliated with, or probably even known
-%% by, the American Psychological Association.
-%%
-%%
-%% This work is "maintained" (as per LPPL maintenance status) by
-%% Daniel A. Weiss.
-%%
-%% This work consists of the file apa7.dtx
-%% and the derived files apa7.ins,
-%% apa7.cls,
-%% apa7.pdf,
-%% README,
-%% APA7american.txt,
-%% APA7british.txt,
-%% APA7dutch.txt,
-%% APA7english.txt,
-%% APA7german.txt,
-%% APA7ngerman.txt,
-%% APA7greek.txt,
-%% APA7czech.txt,
-%% APA7turkish.txt,
-%% APA7endfloat.cfg,
-%% Figure1.pdf,
-%% shortsample.tex,
-%% longsample.tex, and
-%% bibliography.bib.
-%%
-%%
-%% End of file `./config/APA7dutch.txt'.
diff --git a/macros/latex/contrib/apa7/config/APA7endfloat.cfg b/macros/latex/contrib/apa7/config/APA7endfloat.cfg
deleted file mode 100644
index 802cfe52db..0000000000
--- a/macros/latex/contrib/apa7/config/APA7endfloat.cfg
+++ /dev/null
@@ -1,142 +0,0 @@
-%%
-%% This is file `./config/APA7endfloat.cfg',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% apa7.dtx (with options: `APAendfloat')
-%% ----------------------------------------------------------------------
-%%
-%% apa7 - A LaTeX class for formatting documents in compliance with the
-%% American Psychological Association's Publication Manual, 7th edition
-%%
-%% Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
-%%
-%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License (LPPL), either
-%% version 1.3c of this license or (at your option) any later
-%% version. The latest version of this license is in the file:
-%%
-%% http://www.latex-project.org/lppl.txt
-%%
-%% Users may freely modify these files without permission, as long as the
-%% copyright line and this statement are maintained intact.
-%%
-%% This work is not endorsed by, affiliated with, or probably even known
-%% by, the American Psychological Association.
-%%
-%% ----------------------------------------------------------------------
-%%
-%%
-%% This is file `endfloat.cfg',
-%% modifed from the original supplied with the endfloat package
-%% to handle both sideways floats and longtable
-%%
-%% Athanassios Protopapas <protopap@ilsp.gr>
-%% July 2005
-%%
-%% Original authors: James Darrell McCauley <jdm5548@diamond.tamu.edu>,
-%% Jeff Goldberg <j.goldberg@cranfield.ac.uk>
-%% Original version: Version 2.4i <October 1995>
-%%
-\RequirePackage{rotating}
-\let\efsaved@sidewaysfigure\sidewaysfigure
-\let\efsaved@sidewaystable\sidewaystable
-\let\efsaved@longtable\longtable
-\AtBeginTables{\let\sidewaystable=\efsaved@sidewaystable\relax}
-\AtBeginTables{\let\longtable=\efsaved@longtable\relax}
-\AtBeginFigures{\let\sidewaysfigure=\efsaved@sidewaysfigure\relax}
-\def\sidewaystable{\efloat@condopen{ttt}
- \efloat@iwrite{ttt}{\string\begin{sidewaystable}}%
- \def\@currenvir{efloat@float}%
- \begingroup
- \let\do\ef@makeinnocent \dospecials
- \ef@makeinnocent\^^L% and whatever other special cases
- \endlinechar`\^^M \catcode`\^^M=12 \ef@xsidetable}
-{\catcode`\^^M=12 \endlinechar=-1 %
- \gdef\ef@xsidetable#1^^M{\def\test{#1}
- \ifx\test\ef@endsidetabletest
- \efloat@foundend{ttt}{sidewaystable}
- \else
- \efloat@iwrite{ttt}{#1}%
- \let\next\ef@xsidetable
- \fi \next}
-}
-\def\sidewaysfigure{\efloat@condopen{fff}
- \efloat@iwrite{fff}{\string\begin{sidewaysfigure}}%
- \def\@currenvir{efloat@float}%
- \begingroup
- \let\do\ef@makeinnocent \dospecials
- \ef@makeinnocent\^^L% and whatever other special cases
- \endlinechar`\^^M \catcode`\^^M=12 \ef@xsidefigure}
-{\catcode`\^^M=12 \endlinechar=-1 %
- \gdef\ef@xsidefigure#1^^M{\def\test{#1}
- \ifx\test\ef@endsidefiguretest
- \efloat@foundend{fff}{sidewaysfigure}
- \else
- \efloat@iwrite{fff}{#1}%
- \let\next\ef@xsidefigure
- \fi \next}
-}
-\def\longtable{\efloat@condopen{ttt}
- \efloat@iwrite{ttt}{\string\begin{longtable}}%
- \def\@currenvir{efloat@float}%
- \begingroup
- \let\do\ef@makeinnocent \dospecials
- \ef@makeinnocent\^^L% and whatever other special cases
- \endlinechar`\^^M \catcode`\^^M=12 \ef@xlongtable}
-{\catcode`\^^M=12 \endlinechar=-1 %
- \gdef\ef@xlongtable#1^^M{\def\test{#1}
- \ifx\test\ef@endlongtabletest
- \efloat@foundend{ttt}{longtable}
- \else
- \efloat@iwrite{ttt}{#1}%
- \let\next\ef@xlongtable
- \fi \next}
-}
-{\escapechar=-1%
- \xdef\ef@endsidefiguretest{\string\\end\string\{sidewaysfigure\string\}}%
- \xdef\ef@endsidetabletest{\string\\end\string\{sidewaystable\string\}}
- \xdef\ef@endlongtabletest{\string\\end\string\{longtable\string\}}}%
-%%
-%% Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
-%%
-%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License (LPPL), either
-%% version 1.3c of this license or (at your option) any later
-%% version. The latest version of this license is in the file:
-%%
-%% http://www.latex-project.org/lppl.txt
-%%
-%% Users may freely modify these files without permission, as long as the
-%% copyright line and this statement are maintained intact.
-%%
-%% This work is not endorsed by, affiliated with, or probably even known
-%% by, the American Psychological Association.
-%%
-%%
-%% This work is "maintained" (as per LPPL maintenance status) by
-%% Daniel A. Weiss.
-%%
-%% This work consists of the file apa7.dtx
-%% and the derived files apa7.ins,
-%% apa7.cls,
-%% apa7.pdf,
-%% README,
-%% APA7american.txt,
-%% APA7british.txt,
-%% APA7dutch.txt,
-%% APA7english.txt,
-%% APA7german.txt,
-%% APA7ngerman.txt,
-%% APA7greek.txt,
-%% APA7czech.txt,
-%% APA7turkish.txt,
-%% APA7endfloat.cfg,
-%% Figure1.pdf,
-%% shortsample.tex,
-%% longsample.tex, and
-%% bibliography.bib.
-%%
-%%
-%% End of file `./config/APA7endfloat.cfg'.
diff --git a/macros/latex/contrib/apa7/config/APA7english.txt b/macros/latex/contrib/apa7/config/APA7english.txt
deleted file mode 100644
index f70dfdd920..0000000000
--- a/macros/latex/contrib/apa7/config/APA7english.txt
+++ /dev/null
@@ -1,77 +0,0 @@
-%%
-%% This is file `./config/APA7english.txt',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% apa7.dtx (with options: `english')
-%% ----------------------------------------------------------------------
-%%
-%% apa7 - A LaTeX class for formatting documents in compliance with the
-%% American Psychological Association's Publication Manual, 7th edition
-%%
-%% Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
-%%
-%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License (LPPL), either
-%% version 1.3c of this license or (at your option) any later
-%% version. The latest version of this license is in the file:
-%%
-%% http://www.latex-project.org/lppl.txt
-%%
-%% Users may freely modify these files without permission, as long as the
-%% copyright line and this statement are maintained intact.
-%%
-%% This work is not endorsed by, affiliated with, or probably even known
-%% by, the American Psychological Association.
-%%
-%% ----------------------------------------------------------------------
-%%
-\ProvidesFile{APA7english.txt}[2019/12/29 v1.00 apa7 configuration for non-American English]
-
-\renewcommand{\acksname}{Author Note}
-\renewcommand{\keywordname}{Keywords}
-\renewcommand{\notesname}{Footnotes}
-
-%%
-%% Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
-%%
-%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License (LPPL), either
-%% version 1.3c of this license or (at your option) any later
-%% version. The latest version of this license is in the file:
-%%
-%% http://www.latex-project.org/lppl.txt
-%%
-%% Users may freely modify these files without permission, as long as the
-%% copyright line and this statement are maintained intact.
-%%
-%% This work is not endorsed by, affiliated with, or probably even known
-%% by, the American Psychological Association.
-%%
-%%
-%% This work is "maintained" (as per LPPL maintenance status) by
-%% Daniel A. Weiss.
-%%
-%% This work consists of the file apa7.dtx
-%% and the derived files apa7.ins,
-%% apa7.cls,
-%% apa7.pdf,
-%% README,
-%% APA7american.txt,
-%% APA7british.txt,
-%% APA7dutch.txt,
-%% APA7english.txt,
-%% APA7german.txt,
-%% APA7ngerman.txt,
-%% APA7greek.txt,
-%% APA7czech.txt,
-%% APA7turkish.txt,
-%% APA7endfloat.cfg,
-%% Figure1.pdf,
-%% shortsample.tex,
-%% longsample.tex, and
-%% bibliography.bib.
-%%
-%%
-%% End of file `./config/APA7english.txt'.
diff --git a/macros/latex/contrib/apa7/config/APA7german.txt b/macros/latex/contrib/apa7/config/APA7german.txt
deleted file mode 100644
index 0cf23f4564..0000000000
--- a/macros/latex/contrib/apa7/config/APA7german.txt
+++ /dev/null
@@ -1,77 +0,0 @@
-%%
-%% This is file `./config/APA7german.txt',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% apa7.dtx (with options: `german')
-%% ----------------------------------------------------------------------
-%%
-%% apa7 - A LaTeX class for formatting documents in compliance with the
-%% American Psychological Association's Publication Manual, 7th edition
-%%
-%% Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
-%%
-%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License (LPPL), either
-%% version 1.3c of this license or (at your option) any later
-%% version. The latest version of this license is in the file:
-%%
-%% http://www.latex-project.org/lppl.txt
-%%
-%% Users may freely modify these files without permission, as long as the
-%% copyright line and this statement are maintained intact.
-%%
-%% This work is not endorsed by, affiliated with, or probably even known
-%% by, the American Psychological Association.
-%%
-%% ----------------------------------------------------------------------
-%%
-\ProvidesFile{APA7german.txt}[2019/12/29 v1.00 apa7 configuration for German]
-
-\renewcommand{\acksname}{Autorenhinweis}% Author Note
-\renewcommand{\keywordname}{Schl\"usselw\"orter}% Keywords
-\renewcommand{\notesname}{Fußnoten}% Footnotes
-
-%%
-%% Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
-%%
-%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License (LPPL), either
-%% version 1.3c of this license or (at your option) any later
-%% version. The latest version of this license is in the file:
-%%
-%% http://www.latex-project.org/lppl.txt
-%%
-%% Users may freely modify these files without permission, as long as the
-%% copyright line and this statement are maintained intact.
-%%
-%% This work is not endorsed by, affiliated with, or probably even known
-%% by, the American Psychological Association.
-%%
-%%
-%% This work is "maintained" (as per LPPL maintenance status) by
-%% Daniel A. Weiss.
-%%
-%% This work consists of the file apa7.dtx
-%% and the derived files apa7.ins,
-%% apa7.cls,
-%% apa7.pdf,
-%% README,
-%% APA7american.txt,
-%% APA7british.txt,
-%% APA7dutch.txt,
-%% APA7english.txt,
-%% APA7german.txt,
-%% APA7ngerman.txt,
-%% APA7greek.txt,
-%% APA7czech.txt,
-%% APA7turkish.txt,
-%% APA7endfloat.cfg,
-%% Figure1.pdf,
-%% shortsample.tex,
-%% longsample.tex, and
-%% bibliography.bib.
-%%
-%%
-%% End of file `./config/APA7german.txt'.
diff --git a/macros/latex/contrib/apa7/config/APA7greek.txt b/macros/latex/contrib/apa7/config/APA7greek.txt
deleted file mode 100644
index c61343ee15..0000000000
--- a/macros/latex/contrib/apa7/config/APA7greek.txt
+++ /dev/null
@@ -1,77 +0,0 @@
-%%
-%% This is file `./config/APA7greek.txt',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% apa7.dtx (with options: `greek')
-%% ----------------------------------------------------------------------
-%%
-%% apa7 - A LaTeX class for formatting documents in compliance with the
-%% American Psychological Association's Publication Manual, 7th edition
-%%
-%% Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
-%%
-%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License (LPPL), either
-%% version 1.3c of this license or (at your option) any later
-%% version. The latest version of this license is in the file:
-%%
-%% http://www.latex-project.org/lppl.txt
-%%
-%% Users may freely modify these files without permission, as long as the
-%% copyright line and this statement are maintained intact.
-%%
-%% This work is not endorsed by, affiliated with, or probably even known
-%% by, the American Psychological Association.
-%%
-%% ----------------------------------------------------------------------
-%%
-\ProvidesFile{APA7greek.txt}[2019/12/29 v1.00 apa7 configuration for Greek]
-
-\renewcommand{\acksname}{Shmei'wseis tou suggraf'ea}% Author Note
-\renewcommand{\keywordname}{L'exeis kleidi'a}% Keywords
-\renewcommand{\notesname}{Uposhmei'wseis}% Footnotes
-
-%%
-%% Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
-%%
-%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License (LPPL), either
-%% version 1.3c of this license or (at your option) any later
-%% version. The latest version of this license is in the file:
-%%
-%% http://www.latex-project.org/lppl.txt
-%%
-%% Users may freely modify these files without permission, as long as the
-%% copyright line and this statement are maintained intact.
-%%
-%% This work is not endorsed by, affiliated with, or probably even known
-%% by, the American Psychological Association.
-%%
-%%
-%% This work is "maintained" (as per LPPL maintenance status) by
-%% Daniel A. Weiss.
-%%
-%% This work consists of the file apa7.dtx
-%% and the derived files apa7.ins,
-%% apa7.cls,
-%% apa7.pdf,
-%% README,
-%% APA7american.txt,
-%% APA7british.txt,
-%% APA7dutch.txt,
-%% APA7english.txt,
-%% APA7german.txt,
-%% APA7ngerman.txt,
-%% APA7greek.txt,
-%% APA7czech.txt,
-%% APA7turkish.txt,
-%% APA7endfloat.cfg,
-%% Figure1.pdf,
-%% shortsample.tex,
-%% longsample.tex, and
-%% bibliography.bib.
-%%
-%%
-%% End of file `./config/APA7greek.txt'.
diff --git a/macros/latex/contrib/apa7/config/APA7ngerman.txt b/macros/latex/contrib/apa7/config/APA7ngerman.txt
deleted file mode 100644
index 52cbfe3d5f..0000000000
--- a/macros/latex/contrib/apa7/config/APA7ngerman.txt
+++ /dev/null
@@ -1,77 +0,0 @@
-%%
-%% This is file `./config/APA7ngerman.txt',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% apa7.dtx (with options: `ngerman')
-%% ----------------------------------------------------------------------
-%%
-%% apa7 - A LaTeX class for formatting documents in compliance with the
-%% American Psychological Association's Publication Manual, 7th edition
-%%
-%% Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
-%%
-%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License (LPPL), either
-%% version 1.3c of this license or (at your option) any later
-%% version. The latest version of this license is in the file:
-%%
-%% http://www.latex-project.org/lppl.txt
-%%
-%% Users may freely modify these files without permission, as long as the
-%% copyright line and this statement are maintained intact.
-%%
-%% This work is not endorsed by, affiliated with, or probably even known
-%% by, the American Psychological Association.
-%%
-%% ----------------------------------------------------------------------
-%%
-\ProvidesFile{APA7german.txt}[2019/12/29 v1.00 apa7 configuration for "new" German]
-
-\renewcommand{\acksname}{Autorenhinweis}% Author Note
-\renewcommand{\keywordname}{Schl\"usselw\"orter}% Keywords
-\renewcommand{\notesname}{Fußnoten}% Footnotes
-
-%%
-%% Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
-%%
-%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License (LPPL), either
-%% version 1.3c of this license or (at your option) any later
-%% version. The latest version of this license is in the file:
-%%
-%% http://www.latex-project.org/lppl.txt
-%%
-%% Users may freely modify these files without permission, as long as the
-%% copyright line and this statement are maintained intact.
-%%
-%% This work is not endorsed by, affiliated with, or probably even known
-%% by, the American Psychological Association.
-%%
-%%
-%% This work is "maintained" (as per LPPL maintenance status) by
-%% Daniel A. Weiss.
-%%
-%% This work consists of the file apa7.dtx
-%% and the derived files apa7.ins,
-%% apa7.cls,
-%% apa7.pdf,
-%% README,
-%% APA7american.txt,
-%% APA7british.txt,
-%% APA7dutch.txt,
-%% APA7english.txt,
-%% APA7german.txt,
-%% APA7ngerman.txt,
-%% APA7greek.txt,
-%% APA7czech.txt,
-%% APA7turkish.txt,
-%% APA7endfloat.cfg,
-%% Figure1.pdf,
-%% shortsample.tex,
-%% longsample.tex, and
-%% bibliography.bib.
-%%
-%%
-%% End of file `./config/APA7ngerman.txt'.
diff --git a/macros/latex/contrib/apa7/config/APA7turkish.txt b/macros/latex/contrib/apa7/config/APA7turkish.txt
deleted file mode 100644
index c689591739..0000000000
--- a/macros/latex/contrib/apa7/config/APA7turkish.txt
+++ /dev/null
@@ -1,77 +0,0 @@
-%%
-%% This is file `./config/APA7turkish.txt',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% apa7.dtx (with options: `turkish')
-%% ----------------------------------------------------------------------
-%%
-%% apa7 - A LaTeX class for formatting documents in compliance with the
-%% American Psychological Association's Publication Manual, 7th edition
-%%
-%% Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
-%%
-%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License (LPPL), either
-%% version 1.3c of this license or (at your option) any later
-%% version. The latest version of this license is in the file:
-%%
-%% http://www.latex-project.org/lppl.txt
-%%
-%% Users may freely modify these files without permission, as long as the
-%% copyright line and this statement are maintained intact.
-%%
-%% This work is not endorsed by, affiliated with, or probably even known
-%% by, the American Psychological Association.
-%%
-%% ----------------------------------------------------------------------
-%%
-\ProvidesFile{APA7turkish.txt}[2019/12/29 v1.00 apa7 configuration for Turkish]
-
-\renewcommand{\acksname}{Yazar Notu}% Author Note
-\renewcommand{\keywordname}{Anahtar Kelimeler}% Keywords
-\renewcommand{\notesname}{Dipnotlar}% Footnotes
-
-%%
-%% Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
-%%
-%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License (LPPL), either
-%% version 1.3c of this license or (at your option) any later
-%% version. The latest version of this license is in the file:
-%%
-%% http://www.latex-project.org/lppl.txt
-%%
-%% Users may freely modify these files without permission, as long as the
-%% copyright line and this statement are maintained intact.
-%%
-%% This work is not endorsed by, affiliated with, or probably even known
-%% by, the American Psychological Association.
-%%
-%%
-%% This work is "maintained" (as per LPPL maintenance status) by
-%% Daniel A. Weiss.
-%%
-%% This work consists of the file apa7.dtx
-%% and the derived files apa7.ins,
-%% apa7.cls,
-%% apa7.pdf,
-%% README,
-%% APA7american.txt,
-%% APA7british.txt,
-%% APA7dutch.txt,
-%% APA7english.txt,
-%% APA7german.txt,
-%% APA7ngerman.txt,
-%% APA7greek.txt,
-%% APA7czech.txt,
-%% APA7turkish.txt,
-%% APA7endfloat.cfg,
-%% Figure1.pdf,
-%% shortsample.tex,
-%% longsample.tex, and
-%% bibliography.bib.
-%%
-%%
-%% End of file `./config/APA7turkish.txt'.
diff --git a/macros/latex/contrib/apa7/samples/bibliography.bib b/macros/latex/contrib/apa7/samples/bibliography.bib
deleted file mode 100644
index 9c27070e82..0000000000
--- a/macros/latex/contrib/apa7/samples/bibliography.bib
+++ /dev/null
@@ -1,233 +0,0 @@
-%%
-%% This is file `./samples/bibliography.bib',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% apa7.dtx (with options: `bibliography')
-%% ----------------------------------------------------------------------
-%%
-%% apa7 - A LaTeX class for formatting documents in compliance with the
-%% American Psychological Association's Publication Manual, 7th edition
-%%
-%% Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
-%%
-%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License (LPPL), either
-%% version 1.3c of this license or (at your option) any later
-%% version. The latest version of this license is in the file:
-%%
-%% http://www.latex-project.org/lppl.txt
-%%
-%% Users may freely modify these files without permission, as long as the
-%% copyright line and this statement are maintained intact.
-%%
-%% This work is not endorsed by, affiliated with, or probably even known
-%% by, the American Psychological Association.
-%%
-%% ----------------------------------------------------------------------
-%%
-
-@ARTICLE{Borst2011a,
- author = {Borst, Gr\'{e}goire and Kosslyn, Stephen M. and Kievit, Rogier A. and Thompson, William L.},
- title = {A fictitious entry to demonstrate complicated bibliographies},
- journal = {Journal of Nothingness},
- year = {2011},
- volume = {1},
- pages = {2--3}
-}
-
-@ARTICLE{Borst2011b,
- author = {Borst, Gr\'{e}goire and Kievit, Rogier A. and Thompson, William L. and
- Kosslyn, Stephen M.},
- title = {Mental rotation is not easily cognitively penetrable},
- journal = {Journal of Cognitive Psychology},
- year = {2011},
- volume = {23},
- pages = {60--75}
-}
-
-@ARTICLE{Borst2011c,
- author = {Borst, Gr\'{e}goire and Thompson, William L. and Kosslyn, Stephen M.},
- title = {Understanding the dorsal and ventral systems of the human cerebral
-cortex: {B}eyond dichotomies},
- journal = {American Psychologist},
- year = {2011},
- volume = {66},
- pages = {624--632}
-}
-
-@ARTICLE{deWaal2009,
- author = {de Waal, Elda and Grosser, M. M.},
- title = {Safety and security at school: {A} pedagogical perspective},
- journal = {Teaching and Teacher Education},
- year = {2009},
- volume = {25},
- pages = {697--706}
-}
-
-@ARTICLE{Franklin2010,
- author = {Franklin, Jr., Robert G. and Adams, Jr., Reginald B.},
- title = {The two sides of beauty: {L}aterality and the duality of facial attractiveness},
- journal = {Brain and Cognition},
- year = {2010},
- volume = {72},
- pages = {300--305}
-}
-
-@ARTICLE{Gilbert2004,
- author = {Gilbert, David and McClernon, Joseph and Rabinovich, Norka and Sugai, Chihiro
- and Plath, Louisette and Asgaard, Greg and Zuo, Yantao and Huggenvik, Jodi and Botros, Nazeih},
- title = {Effects of quitting smoking on {EEG} activation and attention last for more than 31
- days and are more severe with stress, dependence, {DRD2 A1} allele, and depressive traits},
- journal = {Nicotine \& Tobacco Research},
- year = {2004},
- volume = {6},
- pages = {249--267},
- number = {2},
- doi = {10.1080/14622200410001676305}
-}
-
-@INBOOK{Haybron2008,
- author = {Haybron, Daniel M.},
- title = {Philosophy and the science of subjective well-being},
- editor = {Eid, Michael and Larsen, Randy J.},
- booktitle = {The science of subjective well-being},
- year = {2008},
- pages = {17--43},
- publisher = {Guilford Press},
- address = {New York, NY}
-}
-
-@ARTICLE{Herbst-Damm2005,
- author = {Herbst-Damm, Kathryn L. and Kulik, James A.},
- title = {Volunteer support, marital status, and the survival times of terminally ill patients},
- journal = {Health Psychology},
- year = {2005},
- volume = {24},
- pages = {225--229},
- number = {2}
-}
-
-@ARTICLE{Lassen2006,
- author = {Lassen, Stephen R. and Steele, Michael M. and Sailor, Wayne},
- title = {The relationship of school-wide positive behavior support to academic achievement in
- an urban middle school},
- journal = {Psychology in the Schools},
- year = {2006},
- volume = {43},
- pages = {701--712},
- number = {6}
-}
-
-@ARTICLE{JRLevin2000,
- author = {Levin, Joel R. and O'Donnell, Angela M.},
- title = {What to do about educational research's credibility gaps?},
- journal = {Journal of Cognitive Education and Psychology},
- year = {2000},
- volume = {1},
- pages = {201--256}
-}
-
-@ARTICLE{MLevin1990,
- author = {Levin, Mary E. and Levin, Joel R.},
- title = {Scientific mnemonomies: {M}ethods for maximizing more than memory},
- journal = {American Educational Research Journal},
- year = {1990},
- volume = {27},
- pages = {301--321}
-}
-
-@ARTICLE{MayerInPressA,
- author = {Mayer, Richard E.},
- title = {Fake article to illustrate in-press citations},
- journal = {Journal of Cognitive Psychology},
- year = {in press}
-}
-
-@ARTICLE{MayerInPressB,
- author = {Mayer, Richard E.},
- title = {Second fake article to illustrate in-press citations},
- journal = {Journal of Educational Psychology},
- year = {in press}
-}
-
-@ARTICLE{Mayer2008a,
- author = {Mayer, Richard E.},
- title = {Applying the science of learning: {E}vidence-based principles for
-the design of multimedia instruction},
- journal = {American Psychologist},
- year = {2008},
- volume = {63},
- pages = {760--769}
-}
-
-@ARTICLE{Mayer2008b,
- author = {Mayer, Richard E.},
- title = {Old advice for new researchers},
- journal = {Educational Psychology Review},
- year = {2008},
- volume = {20},
- pages = {19--28}
-}
-
-@BOOK{Shotton1989,
- author = {Shotton, Margaret A.},
- title = {Computer addiction? {A} study of computer dependency},
- publisher = {Taylor \& Francis},
- year = {1989},
- location = {London, England}
-}
-
-@ARTICLE{vonDavier2011,
- author = {von Davier, Matthias and Xu, Xueli and Carstensen, Claus H.},
- title = {Measuring growth in a longitudinal large-scale assessment with a
- general latent variable model},
- journal = {Psychometrika},
- year = {2011},
- volume = {76},
- pages = {318--336}
-}
-
-%%
-%% Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
-%%
-%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License (LPPL), either
-%% version 1.3c of this license or (at your option) any later
-%% version. The latest version of this license is in the file:
-%%
-%% http://www.latex-project.org/lppl.txt
-%%
-%% Users may freely modify these files without permission, as long as the
-%% copyright line and this statement are maintained intact.
-%%
-%% This work is not endorsed by, affiliated with, or probably even known
-%% by, the American Psychological Association.
-%%
-%%
-%% This work is "maintained" (as per LPPL maintenance status) by
-%% Daniel A. Weiss.
-%%
-%% This work consists of the file apa7.dtx
-%% and the derived files apa7.ins,
-%% apa7.cls,
-%% apa7.pdf,
-%% README,
-%% APA7american.txt,
-%% APA7british.txt,
-%% APA7dutch.txt,
-%% APA7english.txt,
-%% APA7german.txt,
-%% APA7ngerman.txt,
-%% APA7greek.txt,
-%% APA7czech.txt,
-%% APA7turkish.txt,
-%% APA7endfloat.cfg,
-%% Figure1.pdf,
-%% shortsample.tex,
-%% longsample.tex, and
-%% bibliography.bib.
-%%
-%%
-%% End of file `./samples/bibliography.bib'.
diff --git a/macros/latex/contrib/apa7/samples/longsample.pdf b/macros/latex/contrib/apa7/samples/longsample.pdf
index 331640c4ac..2d327622a4 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/longsample.tex b/macros/latex/contrib/apa7/samples/longsample.tex
deleted file mode 100644
index 960d53823a..0000000000
--- a/macros/latex/contrib/apa7/samples/longsample.tex
+++ /dev/null
@@ -1,227 +0,0 @@
-%%
-%% This is file `./samples/longsample.tex',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% apa7.dtx (with options: `longsample')
-%% ----------------------------------------------------------------------
-%%
-%% apa7 - A LaTeX class for formatting documents in compliance with the
-%% American Psychological Association's Publication Manual, 7th edition
-%%
-%% Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
-%%
-%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License (LPPL), either
-%% version 1.3c of this license or (at your option) any later
-%% version. The latest version of this license is in the file:
-%%
-%% http://www.latex-project.org/lppl.txt
-%%
-%% Users may freely modify these files without permission, as long as the
-%% copyright line and this statement are maintained intact.
-%%
-%% This work is not endorsed by, affiliated with, or probably even known
-%% by, the American Psychological Association.
-%%
-%% ----------------------------------------------------------------------
-%%
-\documentclass[man]{apa7}
-
-\usepackage{lipsum}
-
-\usepackage[american]{babel}
-
-\usepackage{csquotes}
-\usepackage[style=apa,sortcites=true,sorting=nyt,backend=biber]{biblatex}
-\DeclareLanguageMapping{american}{american-apa}
-\addbibresource{bibliography.bib}
-
-\title{Sample APA-Style Document Using the \textsf{apa7} Package}
-\shorttitle{Sample Document}
-
-\author{Daniel A. Weiss}
-\affiliation{A University Somewhere}
-
-\leftheader{Weiss}
-
-\abstract{\lipsum[1]}
-
-\keywords{APA style, demonstration}
-
-\authornote{
- \addORCIDlink{Daniel A. Weiss}{0000-0000-0000-0000}
-
- Correspondence concerning this article should be addressed to Daniel A. Weiss, Department of Educational Psychology, Counseling and
- Special Education, A University Somewhere, 123 Main St., Oneonta, NY
- 13820. E-mail: daniel.weiss.led@gmail.com}
-
-\begin{document}
-\maketitle
-\lipsum[2]
-
-\Textcite{vonDavier2011} said this,
-too \parencite{vonDavier2011,Lassen2006}. Further evidence comes from
-other sources \parencite{Shotton1989,Lassen2006}. \lipsum[3]
-
-\section{Method}
-\subsection{Participants}
-\lipsum[4]
-
-\subsection{Materials}
-\lipsum[5]
-
-\subsection{Design}
-\lipsum[6]
-
-\subsection{Procedure}
-\lipsum[7]
-
-\subsubsection{Instrument \#1}
-\lipsum[8]
-
-\paragraph{Reliability}
-\lipsum[9]
-
-\subparagraph{Inter-rater reliability}
-\lipsum[10]
-
-\subparagraph{Test-retest reliability}
-\lipsum[11]
-
-\paragraph{Validity}
-\lipsum[12]
-
-\subparagraph{Face validity}
-\lipsum[13]
-
-\subparagraph{Construct validity}
-\lipsum[14]
-
-\section{Results}
-Table~\ref{tab:BasicTable} summarizes the data. \lipsum[15]
-
-\begin{table}
- \caption{Sample Basic Table}
- \label{tab:BasicTable}
- \begin{tabular}{@{}llr@{}} \toprule
- \multicolumn{2}{c}{Item} \\ \cmidrule(r){1-2}
- Animal & Description & Price \\ \midrule
- Gnat & per gram & 13.65 \\
- & each & 0.01 \\
- Gnu & stuffed & 92.50 \\
- Emu & stuffed & 33.33 \\
- Armadillo & frozen & 8.99 \\ \bottomrule
- \end{tabular}
-\end{table}
-
-\begin{figure}
- \caption{This is my first figure caption.}
- \includegraphics[bb=0in 0in 2.5in 2.5in, height=2.5in, width=2.5in]{Figure1.pdf}
- \label{fig:Figure1}
-\end{figure}
-
-Figure~\ref{fig:Figure1} shows this trend. \lipsum[16]
-
-\section{Discussion}
-\lipsum[17]
-
-\lipsum[18]
-
-\lipsum[19]
-
-\printbibliography
-
-\appendix
-
-\section{Instrument}
-\label{app:instrument}
-
-As shown in Figure~\ref{fig:Figure2}, these results are impressive. \lipsum[20]
-
-\begin{figure}
- \caption{This is my second figure caption.}
- \includegraphics[bb=0in 0in 2.5in 2.5in, height=2.5in, width=2.5in]{Figure1.pdf}
- \label{fig:Figure2}
-\end{figure}
-
-\lipsum[21]
-\section{Pilot Data}
-\label{app:surveydata}
-
-The detailed results are shown in Table~\ref{tab:DeckedTable}. \lipsum[22]
-
-\begin{table}
- \begin{threeparttable}
- \caption{A More Complex Decked Table}
- \label{tab:DeckedTable}
- \begin{tabular}{@{}lrrr@{}} \toprule
- Distribution type & \multicolumn{2}{l}{Percentage of} & Total number \\
- & \multicolumn{2}{l}{targets with} & of trials per \\
- & \multicolumn{2}{l}{segment in} & participant \\ \cmidrule(r){2-3}
- & Onset & Coda & \\ \midrule
- Categorical -- onset\tabfnm{a} & 100 & 0 & 196 \\
- Probabilistic & 80 & 20\tabfnm{*} & 200 \\
- Categorical -- coda\tabfnm{b} & 0 & 100\tabfnm{*} & 196 \\ \midrule
- \end{tabular}
- \begin{tablenotes}[para,flushleft]
- {\small
- \textit{Note.} All data are approximate.
-
- \tabfnt{a}Categorical may be onset.
- \tabfnt{b}Categorical may also be coda.
-
- \tabfnt{*}\textit{p} < .05.
- \tabfnt{**}\textit{p} < .01.
- }
- \end{tablenotes}
- \end{threeparttable}
-\end{table}
-
-\lipsum[23]
-
-\end{document}
-
-%%
-%% Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
-%%
-%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License (LPPL), either
-%% version 1.3c of this license or (at your option) any later
-%% version. The latest version of this license is in the file:
-%%
-%% http://www.latex-project.org/lppl.txt
-%%
-%% Users may freely modify these files without permission, as long as the
-%% copyright line and this statement are maintained intact.
-%%
-%% This work is not endorsed by, affiliated with, or probably even known
-%% by, the American Psychological Association.
-%%
-%%
-%% This work is "maintained" (as per LPPL maintenance status) by
-%% Daniel A. Weiss.
-%%
-%% This work consists of the file apa7.dtx
-%% and the derived files apa7.ins,
-%% apa7.cls,
-%% apa7.pdf,
-%% README,
-%% APA7american.txt,
-%% APA7british.txt,
-%% APA7dutch.txt,
-%% APA7english.txt,
-%% APA7german.txt,
-%% APA7ngerman.txt,
-%% APA7greek.txt,
-%% APA7czech.txt,
-%% APA7turkish.txt,
-%% APA7endfloat.cfg,
-%% Figure1.pdf,
-%% shortsample.tex,
-%% longsample.tex, and
-%% bibliography.bib.
-%%
-%%
-%% End of file `./samples/longsample.tex'.
diff --git a/macros/latex/contrib/apa7/samples/shortsample.pdf b/macros/latex/contrib/apa7/samples/shortsample.pdf
index 86bd2a0488..7a69897514 100644
--- a/macros/latex/contrib/apa7/samples/shortsample.pdf
+++ b/macros/latex/contrib/apa7/samples/shortsample.pdf
Binary files differ
diff --git a/macros/latex/contrib/apa7/samples/shortsample.tex b/macros/latex/contrib/apa7/samples/shortsample.tex
deleted file mode 100644
index d4fdf3f533..0000000000
--- a/macros/latex/contrib/apa7/samples/shortsample.tex
+++ /dev/null
@@ -1,175 +0,0 @@
-%%
-%% This is file `./samples/shortsample.tex',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% apa7.dtx (with options: `shortsample')
-%% ----------------------------------------------------------------------
-%%
-%% apa7 - A LaTeX class for formatting documents in compliance with the
-%% American Psychological Association's Publication Manual, 7th edition
-%%
-%% Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
-%%
-%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License (LPPL), either
-%% version 1.3c of this license or (at your option) any later
-%% version. The latest version of this license is in the file:
-%%
-%% http://www.latex-project.org/lppl.txt
-%%
-%% Users may freely modify these files without permission, as long as the
-%% copyright line and this statement are maintained intact.
-%%
-%% This work is not endorsed by, affiliated with, or probably even known
-%% by, the American Psychological Association.
-%%
-%% ----------------------------------------------------------------------
-%%
-\documentclass[jou]{apa7}
-
-\usepackage[american]{babel}
-
-\usepackage{csquotes}
-\usepackage[style=apa,sortcites=true,sorting=nyt,backend=biber]{biblatex}
-\DeclareLanguageMapping{american}{american-apa}
-\addbibresource{bibliography.bib}
-
-\title{Sample APA-Style Document Using the \textsf{apa7} Package}
-
-\author{Daniel A. Weiss}
-\affiliation{A University Somewhere}
-
-\leftheader{Weiss}
-
-\abstract{This demonstration paper uses the \textsf{apa7} \LaTeX\
- class to format the document in compliance with the 7th Edition of
- the American Psychological Assocation's \textit{Publication Manual.}
- The references are managed using \textsf{biblatex}.}
-
-\keywords{APA style, demonstration}
-
-\begin{document}
-\maketitle
-We begin with \textcite{Shotton1989}. We can also cite this work in
-parenthesis, like this: \parencite{Shotton1989}.
-
-A three-author paper \parencite[e.g.,][]{Lassen2006} lists all
-three authors for the first citation, then only the first author
-on all subsequent citations \parencite{Lassen2006}.
-
-Note the use of five heading levels throughout this demonstration
-Method section.
-
-\section{Method}
-\subsection{Participants}
-We had a lot of people in this study.
-
-\subsection{Materials}
-Several materials were used for this project. Some of themwere
-already created for prior research.
-
-\subsubsection{Paper-and-Pencil Instrument}
-We used an instrument that we found to be highly successful.
-
-\paragraph{Reliability}
-The reliability of this instrument is extraordinary.
-
-\paragraph{Validity}
-We now discuss the validity of our instrument.
-
-\subparagraph{Face validity} The face validity is exceptionally
-strong. Everyone should be impressed.
-
-\subparagraph{Construct validity} Also very strong.
-
-\subsection{Design}
-This section describes the study's design.
-
-\subsection{Procedure}
-The procedure was fairly straightforward, yet required
-attention to detail.
-
-\section{Results}
-Table \ref{tab:ComplexTable} contains some sample data. Our
-statistical prowess in analyzing these data is unmatched.
-
-\begin{table}[htbp]
- \vspace*{2em}
- \begin{threeparttable}
- \caption{A Complex Table}
- \label{tab:ComplexTable}
- \begin{tabular}{@{}lrrr@{}} \toprule
- Distribution type & \multicolumn{2}{l}{Percentage of} & Total number \\
- & \multicolumn{2}{l}{targets with} & of trials per \\
- & \multicolumn{2}{l}{segment in} & participant \\ \cmidrule(r){2-3}
- & Onset & Coda & \\ \midrule
- Categorical -- onset\tabfnm{a} & 100 & 0 & 196 \\
- Probabilistic & 80 & 20\tabfnm{*} & 200 \\
- Categorical -- coda\tabfnm{b} & 0 & 100\tabfnm{*} & 196 \\ \midrule
- \end{tabular}
- \begin{tablenotes}[para,flushleft]
- {\small
- \textit{Note.} All data are approximate.
-
- \tabfnt{a}Categorical may be onset.
- \tabfnt{b}Categorical may also be coda.
-
- \tabfnt{*}\textit{p} < .05.
- \tabfnt{**}\textit{p} < .01.
- }
- \end{tablenotes}
- \end{threeparttable}
-\end{table}
-
-\section{Discussion}
-This is a lengthy and erudite discussion. It demonstrates amazing
-skill in interpreting the results for the masses.
-
-\printbibliography
-
-\end{document}
-
-%%
-%% Copyright (C) 2019 by Daniel A. Weiss <daniel.weiss.led at gmail.com>
-%%
-%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License (LPPL), either
-%% version 1.3c of this license or (at your option) any later
-%% version. The latest version of this license is in the file:
-%%
-%% http://www.latex-project.org/lppl.txt
-%%
-%% Users may freely modify these files without permission, as long as the
-%% copyright line and this statement are maintained intact.
-%%
-%% This work is not endorsed by, affiliated with, or probably even known
-%% by, the American Psychological Association.
-%%
-%%
-%% This work is "maintained" (as per LPPL maintenance status) by
-%% Daniel A. Weiss.
-%%
-%% This work consists of the file apa7.dtx
-%% and the derived files apa7.ins,
-%% apa7.cls,
-%% apa7.pdf,
-%% README,
-%% APA7american.txt,
-%% APA7british.txt,
-%% APA7dutch.txt,
-%% APA7english.txt,
-%% APA7german.txt,
-%% APA7ngerman.txt,
-%% APA7greek.txt,
-%% APA7czech.txt,
-%% APA7turkish.txt,
-%% APA7endfloat.cfg,
-%% Figure1.pdf,
-%% shortsample.tex,
-%% longsample.tex, and
-%% bibliography.bib.
-%%
-%%
-%% End of file `./samples/shortsample.tex'.