summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/apa6/apa6.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-01-13 21:25:18 +0000
committerKarl Berry <karl@freefriends.org>2020-01-13 21:25:18 +0000
commit5c4906a6f096f91ef65c49499722b82f03654779 (patch)
tree8f48e3b96221a3e71f65798d468ecac4e2b2540e /Master/texmf-dist/tex/latex/apa6/apa6.cls
parent6c634330d8237f896bd34888cf362ba353b07d4c (diff)
apa6 (13jan20)
git-svn-id: svn://tug.org/texlive/trunk@53390 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/apa6/apa6.cls')
-rw-r--r--Master/texmf-dist/tex/latex/apa6/apa6.cls12
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