diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/apa7/apa7.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/apa7/apa7.cls | 30 |
1 files changed, 14 insertions, 16 deletions
diff --git a/Master/texmf-dist/tex/latex/apa7/apa7.cls b/Master/texmf-dist/tex/latex/apa7/apa7.cls index 32a365dd7d1..40f95788974 100644 --- a/Master/texmf-dist/tex/latex/apa7/apa7.cls +++ b/Master/texmf-dist/tex/latex/apa7/apa7.cls @@ -27,7 +27,7 @@ %% %% ---------------------------------------------------------------------- %% -\ProvidesClass{apa7}[2019/12/29 v1.01 APA formatting (7th edition)] +\ProvidesClass{apa7}[2019/12/29 v1.03 APA formatting (7th edition)] \NeedsTeXFormat{LaTeX2e} \DeclareOption{man}{% @@ -383,9 +383,9 @@ % last in the definition list, whether or not the babel % package is loaded by the current document - \@ifundefined{def@babel}% this is defined only if the user requested loading babel - {\def\@apaSeven@langfile{config/APAamerican.txt}} - {\def\@apaSeven@langfile{config/APA\languagename.txt}} +\@ifpackageloaded{babel}% this is defined only if the user requested loading babel + {\def\@apaSeven@langfile{config/APA7\languagename.txt}} + {\def\@apaSeven@langfile{config/APA7american.txt}} \InputIfFileExists{\@apaSeven@langfile}{}{% \ClassInfo{apa7}{Language definition file \@apaSeven@langfile\space not found} }% @@ -1864,18 +1864,16 @@ %% apa7.cls, %% apa7.pdf, %% README, -%% APAamerican.txt, -%% APAbritish.txt, -%% APAdutch.txt, -%% APAenglish.txt, -%% APAgerman.txt, -%% APAngerman.txt, -%% APAgreek.txt, -%% APAczech.txt, -%% APAturkish.txt, -%% APAendfloat.cfg, -%% apa7.ptex, -%% TeX2WordForapa7.bas, +%% 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 |