diff options
author | Karl Berry <karl@freefriends.org> | 2021-03-04 22:04:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-03-04 22:04:54 +0000 |
commit | d15f76d838e1f2276ee38476c1b59aba781f1237 (patch) | |
tree | 2e3a4971c64c1dc61940203fee8411f5456ef6c5 /Master/texmf-dist/tex/latex/apa7/apa7.cls | |
parent | 36076825de930027e22a2cda4e56dfc5cbd16c50 (diff) |
apa7 (4mar21)
git-svn-id: svn://tug.org/texlive/trunk@58121 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/apa7/apa7.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/apa7/apa7.cls | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/apa7/apa7.cls b/Master/texmf-dist/tex/latex/apa7/apa7.cls index 995782811b2..e540e0f51e6 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}[2021/03/03 v2.09 APA formatting (7th edition)] +\ProvidesClass{apa7}[2021/03/04 v2.10 APA formatting (7th edition)] \NeedsTeXFormat{LaTeX2e} \DeclareOption{man}{% @@ -193,7 +193,7 @@ \ClassInfo{apa7}{No bibliography package was specified; defaulting to (but not loading) Biblatex} }{% \def\def@biblatex{\@biblatexmode}% the selected bibliography package is Biblatex - \RequirePackage[style=apa,sortcites=true,sorting=nyt,backend=biber]{biblatex} + \RequirePackage[style=apa,backend=biber]{biblatex} \@ifundefined{def@man}{% \defbibheading{bibliography}[\refname]{\section*{\normalfont\textbf{#1}}}% }{% |