summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r--Master/texmf-dist/tex/latex/apa6/apa6.cls17
-rw-r--r--Master/texmf-dist/tex/latex/apa6/config/APAamerican.txt4
-rw-r--r--Master/texmf-dist/tex/latex/apa6/config/APAbritish.txt4
-rw-r--r--Master/texmf-dist/tex/latex/apa6/config/APAczech.txt4
-rw-r--r--Master/texmf-dist/tex/latex/apa6/config/APAdutch.txt4
-rw-r--r--Master/texmf-dist/tex/latex/apa6/config/APAendfloat.cfg4
-rw-r--r--Master/texmf-dist/tex/latex/apa6/config/APAenglish.txt4
-rw-r--r--Master/texmf-dist/tex/latex/apa6/config/APAgerman.txt4
-rw-r--r--Master/texmf-dist/tex/latex/apa6/config/APAgreek.txt4
-rw-r--r--Master/texmf-dist/tex/latex/apa6/config/APAngerman.txt4
-rw-r--r--Master/texmf-dist/tex/latex/apa6/config/APAturkish.txt4
11 files changed, 29 insertions, 28 deletions
diff --git a/Master/texmf-dist/tex/latex/apa6/apa6.cls b/Master/texmf-dist/tex/latex/apa6/apa6.cls
index eda61101277..806a880e952 100644
--- a/Master/texmf-dist/tex/latex/apa6/apa6.cls
+++ b/Master/texmf-dist/tex/latex/apa6/apa6.cls
@@ -10,7 +10,7 @@
%% apa6 - A LaTeX class for formatting documents in compliance with the
%% American Psychological Association's Publication Manual, 6th edition
%%
-%% Copyright (C) 2011-2020 by Brian D. Beitzel <brian at beitzel.com>
+%% Copyright (C) 2011-2023 by Brian D. Beitzel <brian at beitzel.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{apa6}[2020/01/13 v2.34 APA formatting (6th edition)]
+\ProvidesClass{apa6}[2023/08/07 v2.35 APA formatting (6th edition)]
\NeedsTeXFormat{LaTeX2e}
\DeclareOption{man}{%
@@ -305,6 +305,8 @@
\RequirePackage{graphicx} % this is for including graphics
+\RequirePackage{gettitlestring} % this helps clean up section and title references
+
\RequirePackage{booktabs} % this is for nice-looking tables
\setlength{\abovetopsep}{0pt} % set the distance between the table title and the table toprule
\setlength{\belowbottomsep}{0pt} % set the distance between the table bottomrule and any notes
@@ -932,10 +934,9 @@
% Should go into \section, not \leveltwo but would also require
% changes to section* and section[ (see \def\section above)
% Who uses five level heading appendices anyway?
- \long\def\section##1{%
- \makeatletter%
- \def\@currentlabelname{##1}%
- \makeatother%
+\long\def\section##1{%
+ \GetTitleString{##1}%
+ \let\@currentlabelname\GetTitleStringResult
\ifapamodeman{%
\clearpage
\setcounter{postfig}{0}
@@ -1300,7 +1301,7 @@
\@ifundefined{def@jou}{}{%
-\IfFileExists{flushend.sty}{\RequirePackage[keeplastbox]{flushend}}{}
+\IfFileExists{flushend.sty}{\RequirePackage{flushend}}{}
\IfFileExists{ftnright.sty}{
@@ -1774,7 +1775,7 @@
%%
-%% Copyright (C) 2011-2020 by Brian D. Beitzel <brian at beitzel.com>
+%% Copyright (C) 2011-2023 by Brian D. Beitzel <brian at beitzel.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/apa6/config/APAamerican.txt b/Master/texmf-dist/tex/latex/apa6/config/APAamerican.txt
index 152d7b2b18d..4b082f15236 100644
--- a/Master/texmf-dist/tex/latex/apa6/config/APAamerican.txt
+++ b/Master/texmf-dist/tex/latex/apa6/config/APAamerican.txt
@@ -10,7 +10,7 @@
%% apa6 - A LaTeX class for formatting documents in compliance with the
%% American Psychological Association's Publication Manual, 6th edition
%%
-%% Copyright (C) 2011-2020 by Brian D. Beitzel <brian at beitzel.com>
+%% Copyright (C) 2011-2023 by Brian D. Beitzel <brian at beitzel.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License (LPPL), either
@@ -35,7 +35,7 @@
\renewcommand{\notesname}{Footnotes}
%%
-%% Copyright (C) 2011-2020 by Brian D. Beitzel <brian at beitzel.com>
+%% Copyright (C) 2011-2023 by Brian D. Beitzel <brian at beitzel.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/apa6/config/APAbritish.txt b/Master/texmf-dist/tex/latex/apa6/config/APAbritish.txt
index 00ad114a2d6..ae4a7b18611 100644
--- a/Master/texmf-dist/tex/latex/apa6/config/APAbritish.txt
+++ b/Master/texmf-dist/tex/latex/apa6/config/APAbritish.txt
@@ -10,7 +10,7 @@
%% apa6 - A LaTeX class for formatting documents in compliance with the
%% American Psychological Association's Publication Manual, 6th edition
%%
-%% Copyright (C) 2011-2020 by Brian D. Beitzel <brian at beitzel.com>
+%% Copyright (C) 2011-2023 by Brian D. Beitzel <brian at beitzel.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License (LPPL), either
@@ -35,7 +35,7 @@
\renewcommand{\notesname}{Footnotes}
%%
-%% Copyright (C) 2011-2020 by Brian D. Beitzel <brian at beitzel.com>
+%% Copyright (C) 2011-2023 by Brian D. Beitzel <brian at beitzel.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/apa6/config/APAczech.txt b/Master/texmf-dist/tex/latex/apa6/config/APAczech.txt
index d62051f4f34..e1083e77378 100644
--- a/Master/texmf-dist/tex/latex/apa6/config/APAczech.txt
+++ b/Master/texmf-dist/tex/latex/apa6/config/APAczech.txt
@@ -10,7 +10,7 @@
%% apa6 - A LaTeX class for formatting documents in compliance with the
%% American Psychological Association's Publication Manual, 6th edition
%%
-%% Copyright (C) 2011-2020 by Brian D. Beitzel <brian at beitzel.com>
+%% Copyright (C) 2011-2023 by Brian D. Beitzel <brian at beitzel.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License (LPPL), either
@@ -35,7 +35,7 @@
\renewcommand{\notesname}{Poznámky}% Footnotes
%%
-%% Copyright (C) 2011-2020 by Brian D. Beitzel <brian at beitzel.com>
+%% Copyright (C) 2011-2023 by Brian D. Beitzel <brian at beitzel.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/apa6/config/APAdutch.txt b/Master/texmf-dist/tex/latex/apa6/config/APAdutch.txt
index 136837a1f39..0dffd437ccb 100644
--- a/Master/texmf-dist/tex/latex/apa6/config/APAdutch.txt
+++ b/Master/texmf-dist/tex/latex/apa6/config/APAdutch.txt
@@ -10,7 +10,7 @@
%% apa6 - A LaTeX class for formatting documents in compliance with the
%% American Psychological Association's Publication Manual, 6th edition
%%
-%% Copyright (C) 2011-2020 by Brian D. Beitzel <brian at beitzel.com>
+%% Copyright (C) 2011-2023 by Brian D. Beitzel <brian at beitzel.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License (LPPL), either
@@ -35,7 +35,7 @@
\renewcommand{\notesname}{Voetnoten}% Footnotes
%%
-%% Copyright (C) 2011-2020 by Brian D. Beitzel <brian at beitzel.com>
+%% Copyright (C) 2011-2023 by Brian D. Beitzel <brian at beitzel.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/apa6/config/APAendfloat.cfg b/Master/texmf-dist/tex/latex/apa6/config/APAendfloat.cfg
index 1df806c4fd4..5126b0dae13 100644
--- a/Master/texmf-dist/tex/latex/apa6/config/APAendfloat.cfg
+++ b/Master/texmf-dist/tex/latex/apa6/config/APAendfloat.cfg
@@ -10,7 +10,7 @@
%% apa6 - A LaTeX class for formatting documents in compliance with the
%% American Psychological Association's Publication Manual, 6th edition
%%
-%% Copyright (C) 2011-2020 by Brian D. Beitzel <brian at beitzel.com>
+%% Copyright (C) 2011-2023 by Brian D. Beitzel <brian at beitzel.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) 2011-2020 by Brian D. Beitzel <brian at beitzel.com>
+%% Copyright (C) 2011-2023 by Brian D. Beitzel <brian at beitzel.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/apa6/config/APAenglish.txt b/Master/texmf-dist/tex/latex/apa6/config/APAenglish.txt
index 18e3d7ca7ce..f6a5c75b480 100644
--- a/Master/texmf-dist/tex/latex/apa6/config/APAenglish.txt
+++ b/Master/texmf-dist/tex/latex/apa6/config/APAenglish.txt
@@ -10,7 +10,7 @@
%% apa6 - A LaTeX class for formatting documents in compliance with the
%% American Psychological Association's Publication Manual, 6th edition
%%
-%% Copyright (C) 2011-2020 by Brian D. Beitzel <brian at beitzel.com>
+%% Copyright (C) 2011-2023 by Brian D. Beitzel <brian at beitzel.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License (LPPL), either
@@ -35,7 +35,7 @@
\renewcommand{\notesname}{Footnotes}
%%
-%% Copyright (C) 2011-2020 by Brian D. Beitzel <brian at beitzel.com>
+%% Copyright (C) 2011-2023 by Brian D. Beitzel <brian at beitzel.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/apa6/config/APAgerman.txt b/Master/texmf-dist/tex/latex/apa6/config/APAgerman.txt
index b4ed7271fa0..42c86f57cf3 100644
--- a/Master/texmf-dist/tex/latex/apa6/config/APAgerman.txt
+++ b/Master/texmf-dist/tex/latex/apa6/config/APAgerman.txt
@@ -10,7 +10,7 @@
%% apa6 - A LaTeX class for formatting documents in compliance with the
%% American Psychological Association's Publication Manual, 6th edition
%%
-%% Copyright (C) 2011-2020 by Brian D. Beitzel <brian at beitzel.com>
+%% Copyright (C) 2011-2023 by Brian D. Beitzel <brian at beitzel.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License (LPPL), either
@@ -35,7 +35,7 @@
\renewcommand{\notesname}{Fußnoten}% Footnotes
%%
-%% Copyright (C) 2011-2020 by Brian D. Beitzel <brian at beitzel.com>
+%% Copyright (C) 2011-2023 by Brian D. Beitzel <brian at beitzel.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/apa6/config/APAgreek.txt b/Master/texmf-dist/tex/latex/apa6/config/APAgreek.txt
index 2ae9e1b083b..de4a028c46e 100644
--- a/Master/texmf-dist/tex/latex/apa6/config/APAgreek.txt
+++ b/Master/texmf-dist/tex/latex/apa6/config/APAgreek.txt
@@ -10,7 +10,7 @@
%% apa6 - A LaTeX class for formatting documents in compliance with the
%% American Psychological Association's Publication Manual, 6th edition
%%
-%% Copyright (C) 2011-2020 by Brian D. Beitzel <brian at beitzel.com>
+%% Copyright (C) 2011-2023 by Brian D. Beitzel <brian at beitzel.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License (LPPL), either
@@ -35,7 +35,7 @@
\renewcommand{\notesname}{Uposhmei'wseis}% Footnotes
%%
-%% Copyright (C) 2011-2020 by Brian D. Beitzel <brian at beitzel.com>
+%% Copyright (C) 2011-2023 by Brian D. Beitzel <brian at beitzel.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/apa6/config/APAngerman.txt b/Master/texmf-dist/tex/latex/apa6/config/APAngerman.txt
index 2680aaf1da3..5222495ed11 100644
--- a/Master/texmf-dist/tex/latex/apa6/config/APAngerman.txt
+++ b/Master/texmf-dist/tex/latex/apa6/config/APAngerman.txt
@@ -10,7 +10,7 @@
%% apa6 - A LaTeX class for formatting documents in compliance with the
%% American Psychological Association's Publication Manual, 6th edition
%%
-%% Copyright (C) 2011-2020 by Brian D. Beitzel <brian at beitzel.com>
+%% Copyright (C) 2011-2023 by Brian D. Beitzel <brian at beitzel.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License (LPPL), either
@@ -35,7 +35,7 @@
\renewcommand{\notesname}{Fußnoten}% Footnotes
%%
-%% Copyright (C) 2011-2020 by Brian D. Beitzel <brian at beitzel.com>
+%% Copyright (C) 2011-2023 by Brian D. Beitzel <brian at beitzel.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/apa6/config/APAturkish.txt b/Master/texmf-dist/tex/latex/apa6/config/APAturkish.txt
index af5ca20c981..29a46581661 100644
--- a/Master/texmf-dist/tex/latex/apa6/config/APAturkish.txt
+++ b/Master/texmf-dist/tex/latex/apa6/config/APAturkish.txt
@@ -10,7 +10,7 @@
%% apa6 - A LaTeX class for formatting documents in compliance with the
%% American Psychological Association's Publication Manual, 6th edition
%%
-%% Copyright (C) 2011-2020 by Brian D. Beitzel <brian at beitzel.com>
+%% Copyright (C) 2011-2023 by Brian D. Beitzel <brian at beitzel.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License (LPPL), either
@@ -35,7 +35,7 @@
\renewcommand{\notesname}{Dipnotlar}% Footnotes
%%
-%% Copyright (C) 2011-2020 by Brian D. Beitzel <brian at beitzel.com>
+%% Copyright (C) 2011-2023 by Brian D. Beitzel <brian at beitzel.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License (LPPL), either