diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/apa6/apa6.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/apa6/apa6.cls | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/apa6/apa6.cls b/Master/texmf-dist/tex/latex/apa6/apa6.cls index 0448c82c50a..eda61101277 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-2017 by Brian D. Beitzel <brian at beitzel.com> +%% Copyright (C) 2011-2020 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}[2018/09/01 v2.33 APA formatting (6th edition)] +\ProvidesClass{apa6}[2020/01/13 v2.34 APA formatting (6th edition)] \NeedsTeXFormat{LaTeX2e} \DeclareOption{man}{% @@ -188,7 +188,7 @@ \ClassInfo{apa6}{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=apa6,sortcites=true,sorting=nyt,backend=biber]{biblatex} \@ifundefined{def@man}{% \defbibheading{bibliography}{\section*{\normalfont\refname}}% }{% @@ -231,6 +231,8 @@ } +\renewcommand\and{\vspace{0.25in}\\} + \long\def\ifapamodeman#1#2{\@ifundefined{def@man}{#2}{#1}} \long\def\ifapamodejou#1#2{\@ifundefined{def@jou}{#2}{#1}} @@ -785,7 +787,7 @@ \@ifundefined{@title}{% \ClassWarningNoLine{apa6}{Title not defined}\def\@title{Title}}{} \@ifundefined{@shorttitle}{% - \ClassWarningNoLine{apa6}{Short title not defined}\def\@shorttitle{INSERT SHORTTITLE COMMAND IN PREAMBLE}}{} + \ClassWarningNoLine{apa6}{Short title not defined}\def\@shorttitle{INSERT SHORTTITLE COMMAND IN PREAMBLE}}{} \@ifundefined{@affil}{% \ClassWarningNoLine{apa6}{Affiliation not defined}\def\@affil{Affiliation}}{} \@ifundefined{@abstract}{% @@ -1772,7 +1774,7 @@ %% -%% Copyright (C) 2011-2017 by Brian D. Beitzel <brian at beitzel.com> +%% Copyright (C) 2011-2020 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 |