diff options
author | Karl Berry <karl@freefriends.org> | 2021-03-01 22:37:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-03-01 22:37:35 +0000 |
commit | 20aa409ce110414c9123bc405a3338fb4bb39abb (patch) | |
tree | 069a082ea6aba14d34d9adf64f5b37da6a6f1f47 /Master/texmf-dist/tex/latex/apa7 | |
parent | a604ae9cca806a508ce5b7902d8a515ff74a598f (diff) |
apa7 (1mar21)
git-svn-id: svn://tug.org/texlive/trunk@58021 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/apa7')
12 files changed, 33 insertions, 33 deletions
diff --git a/Master/texmf-dist/tex/latex/apa7/apa7.cls b/Master/texmf-dist/tex/latex/apa7/apa7.cls index f494857eace..33787613c7e 100644 --- a/Master/texmf-dist/tex/latex/apa7/apa7.cls +++ b/Master/texmf-dist/tex/latex/apa7/apa7.cls @@ -10,7 +10,7 @@ %% 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> +%% Copyright (C) 2021 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 @@ -27,7 +27,7 @@ %% %% ---------------------------------------------------------------------- %% -\ProvidesClass{apa7}[2020/12/05 v2.07 APA formatting (7th edition)] +\ProvidesClass{apa7}[2021/03/01 v2.08 APA formatting (7th edition)] \NeedsTeXFormat{LaTeX2e} \DeclareOption{man}{% @@ -184,9 +184,9 @@ \AtEndPreamble{% \@ifpackageloaded{biblatex}{% the user has loaded biblatex \@ifundefined{def@man}{% - \defbibheading{bibliography}{\section*{\normalfont\textbf\refname}}% + \defbibheading{bibliography}[\refname]{\section*{\normalfont\textbf{#1}}}% }{% - \defbibheading{bibliography}{\clearpage\section*{\normalfont\textbf\refname}}% + \defbibheading{bibliography}[\refname]{\clearpage\section*{\normalfont\textbf{#1}}}% } }{} } @@ -195,9 +195,9 @@ \def\def@biblatex{\@biblatexmode}% the selected bibliography package is Biblatex \RequirePackage[style=apa,sortcites=true,sorting=nyt,backend=biber]{biblatex} \@ifundefined{def@man}{% - \defbibheading{bibliography}{\section*{\normalfont\textbf\refname}}% + \defbibheading{bibliography}[\refname]{\section*{\normalfont\textbf{#1}}}% }{% - \defbibheading{bibliography}{\clearpage\section*{\normalfont\textbf\refname}}% + \defbibheading{bibliography}[\refname]{\clearpage\section*{\normalfont\textbf{#1}}}% } \ClassInfo{apa7}{The selected bibliography package, biblatex, has been loaded} } @@ -1277,7 +1277,7 @@ {} {% \vfill% - \section{\normalfont\normalsize\textbf\acksname} + \section*{\normalfont\normalsize\textbf\acksname} \raggedright \setlength{\parindent}{0.5in} \indent\@acks\par% @@ -1308,7 +1308,7 @@ {% \@ifundefined{apaSeven@maskauthoridentity}{% BDB \vfill% - \section{\normalfont\normalsize\textbf\acksname} + \section*{\normalfont\normalsize\textbf\acksname} \raggedright \setlength{\parindent}{0.5in} \indent\@acks\par% @@ -1321,7 +1321,7 @@ %BDB\hyphenpenalty 10000 \fussy \@ifundefined{@abstract}{}{% - \section{\normalfont\normalsize\textbf\abstractname}% BDB + \section*{\normalfont\normalsize\textbf\abstractname}% BDB \noindent\@abstract\par% BDB \@ifundefined{@keywords}{}{% \setlength{\parindent}{0.5in}% BDB @@ -1331,7 +1331,7 @@ } \@ifundefined{def@donotrepeattitle}{ - \section{\protect\normalfont\textbf{\@title}} + \section*{\protect\normalfont\textbf{\@title}} }{}% \raggedright% \setlength{\parindent}{0.5in}% @@ -1706,7 +1706,7 @@ %% -%% Copyright (C) 2020 by Daniel A. Weiss <daniel.weiss.led at gmail.com> +%% Copyright (C) 2021 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/Master/texmf-dist/tex/latex/apa7/config/APA7american.txt b/Master/texmf-dist/tex/latex/apa7/config/APA7american.txt index d9b6d9ca914..d032f07ab4e 100644 --- a/Master/texmf-dist/tex/latex/apa7/config/APA7american.txt +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7american.txt @@ -10,7 +10,7 @@ %% 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> +%% Copyright (C) 2021 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 @@ -36,7 +36,7 @@ \renewcommand{\notelabel}{Note} %% -%% Copyright (C) 2020 by Daniel A. Weiss <daniel.weiss.led at gmail.com> +%% Copyright (C) 2021 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/Master/texmf-dist/tex/latex/apa7/config/APA7british.txt b/Master/texmf-dist/tex/latex/apa7/config/APA7british.txt index 104d1faf303..bb4a9f7c710 100644 --- a/Master/texmf-dist/tex/latex/apa7/config/APA7british.txt +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7british.txt @@ -10,7 +10,7 @@ %% 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> +%% Copyright (C) 2021 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 @@ -36,7 +36,7 @@ \renewcommand{\notelabel}{Note} %% -%% Copyright (C) 2020 by Daniel A. Weiss <daniel.weiss.led at gmail.com> +%% Copyright (C) 2021 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/Master/texmf-dist/tex/latex/apa7/config/APA7czech.txt b/Master/texmf-dist/tex/latex/apa7/config/APA7czech.txt index 1d386d5aec3..f515e8ab265 100644 --- a/Master/texmf-dist/tex/latex/apa7/config/APA7czech.txt +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7czech.txt @@ -10,7 +10,7 @@ %% 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> +%% Copyright (C) 2021 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 @@ -36,7 +36,7 @@ \renewcommand{\notelabel}{Nota}%Note %% -%% Copyright (C) 2020 by Daniel A. Weiss <daniel.weiss.led at gmail.com> +%% Copyright (C) 2021 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/Master/texmf-dist/tex/latex/apa7/config/APA7dutch.txt b/Master/texmf-dist/tex/latex/apa7/config/APA7dutch.txt index f0740a1adc3..01867b67202 100644 --- a/Master/texmf-dist/tex/latex/apa7/config/APA7dutch.txt +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7dutch.txt @@ -10,7 +10,7 @@ %% 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> +%% Copyright (C) 2021 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 @@ -36,7 +36,7 @@ \renewcommand{\notelabel}{Noot}%Note %% -%% Copyright (C) 2020 by Daniel A. Weiss <daniel.weiss.led at gmail.com> +%% Copyright (C) 2021 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/Master/texmf-dist/tex/latex/apa7/config/APA7endfloat.cfg b/Master/texmf-dist/tex/latex/apa7/config/APA7endfloat.cfg index eabbc724ac9..031bac6e8e3 100644 --- a/Master/texmf-dist/tex/latex/apa7/config/APA7endfloat.cfg +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7endfloat.cfg @@ -10,7 +10,7 @@ %% 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> +%% Copyright (C) 2021 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 @@ -99,7 +99,7 @@ \xdef\ef@endsidetabletest{\string\\end\string\{sidewaystable\string\}} \xdef\ef@endlongtabletest{\string\\end\string\{longtable\string\}}}% %% -%% Copyright (C) 2020 by Daniel A. Weiss <daniel.weiss.led at gmail.com> +%% Copyright (C) 2021 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/Master/texmf-dist/tex/latex/apa7/config/APA7english.txt b/Master/texmf-dist/tex/latex/apa7/config/APA7english.txt index ac28360a4cd..16e6e008efe 100644 --- a/Master/texmf-dist/tex/latex/apa7/config/APA7english.txt +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7english.txt @@ -10,7 +10,7 @@ %% 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> +%% Copyright (C) 2021 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 @@ -36,7 +36,7 @@ \renewcommand{\notelabel}{Note} %% -%% Copyright (C) 2020 by Daniel A. Weiss <daniel.weiss.led at gmail.com> +%% Copyright (C) 2021 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/Master/texmf-dist/tex/latex/apa7/config/APA7french.txt b/Master/texmf-dist/tex/latex/apa7/config/APA7french.txt index fcca465a57f..d866418c055 100644 --- a/Master/texmf-dist/tex/latex/apa7/config/APA7french.txt +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7french.txt @@ -10,7 +10,7 @@ %% 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> +%% Copyright (C) 2021 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 @@ -36,7 +36,7 @@ \renewcommand{\notelabel}{Note}%Note %% -%% Copyright (C) 2020 by Daniel A. Weiss <daniel.weiss.led at gmail.com> +%% Copyright (C) 2021 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/Master/texmf-dist/tex/latex/apa7/config/APA7german.txt b/Master/texmf-dist/tex/latex/apa7/config/APA7german.txt index 69c9f1563b7..021e695aec6 100644 --- a/Master/texmf-dist/tex/latex/apa7/config/APA7german.txt +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7german.txt @@ -10,7 +10,7 @@ %% 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> +%% Copyright (C) 2021 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 @@ -36,7 +36,7 @@ \renewcommand{\notelabel}{Anmerkung}%Note %% -%% Copyright (C) 2020 by Daniel A. Weiss <daniel.weiss.led at gmail.com> +%% Copyright (C) 2021 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/Master/texmf-dist/tex/latex/apa7/config/APA7greek.txt b/Master/texmf-dist/tex/latex/apa7/config/APA7greek.txt index b01cfdd86fa..1bd7b1f3bb4 100644 --- a/Master/texmf-dist/tex/latex/apa7/config/APA7greek.txt +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7greek.txt @@ -10,7 +10,7 @@ %% 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> +%% Copyright (C) 2021 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 @@ -36,7 +36,7 @@ \renewcommand{\notelabel}{Σημείωση}%Note %% -%% Copyright (C) 2020 by Daniel A. Weiss <daniel.weiss.led at gmail.com> +%% Copyright (C) 2021 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/Master/texmf-dist/tex/latex/apa7/config/APA7ngerman.txt b/Master/texmf-dist/tex/latex/apa7/config/APA7ngerman.txt index 47fa1de48dd..9d31165abb0 100644 --- a/Master/texmf-dist/tex/latex/apa7/config/APA7ngerman.txt +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7ngerman.txt @@ -10,7 +10,7 @@ %% 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> +%% Copyright (C) 2021 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 @@ -36,7 +36,7 @@ \renewcommand{\notelabel}{Anmerkung}%Note %% -%% Copyright (C) 2020 by Daniel A. Weiss <daniel.weiss.led at gmail.com> +%% Copyright (C) 2021 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/Master/texmf-dist/tex/latex/apa7/config/APA7turkish.txt b/Master/texmf-dist/tex/latex/apa7/config/APA7turkish.txt index b5515fa1746..139287b5700 100644 --- a/Master/texmf-dist/tex/latex/apa7/config/APA7turkish.txt +++ b/Master/texmf-dist/tex/latex/apa7/config/APA7turkish.txt @@ -10,7 +10,7 @@ %% 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> +%% Copyright (C) 2021 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 @@ -36,7 +36,7 @@ \renewcommand{\notelabel}{Not}%Note %% -%% Copyright (C) 2020 by Daniel A. Weiss <daniel.weiss.led at gmail.com> +%% Copyright (C) 2021 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 |