diff options
author | Karl Berry <karl@freefriends.org> | 2012-02-28 00:37:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-02-28 00:37:20 +0000 |
commit | 4630e350a1b3dd21fb202645f1cbc37f2d04982a (patch) | |
tree | 589e903a96bf6d6b4d4bc915c6a61f5b86acc637 /Master/texmf-dist/tex/latex/apa6 | |
parent | e82102b1b98d1452833b3fbe54f7ce7b0e8a219c (diff) |
apa6 (26feb12)
git-svn-id: svn://tug.org/texlive/trunk@25520 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/apa6')
-rw-r--r-- | Master/texmf-dist/tex/latex/apa6/apa6.cls | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/apa6/apa6.cls b/Master/texmf-dist/tex/latex/apa6/apa6.cls index 77c6c36c39b..494ec3f7f90 100644 --- a/Master/texmf-dist/tex/latex/apa6/apa6.cls +++ b/Master/texmf-dist/tex/latex/apa6/apa6.cls @@ -27,7 +27,7 @@ %% %% ---------------------------------------------------------------------- %% -\ProvidesClass{apa6}[2012/02/23 v1.25 APA formatting (6th edition)] +\ProvidesClass{apa6}[2012/02/25 v1.26 APA formatting (6th edition)] \NeedsTeXFormat{LaTeX2e} \DeclareOption{man}{% @@ -198,9 +198,10 @@ }{% \def\def@natbib{\@natbibmode}% the selected bibliography package is natbib (with apacite) \@ifundefined{def@man}{% -- thp 2005/07/23 - \RequirePackage[natbibapa]{apacite}[2012/02/14} - {\RequirePackage[natbibapa,bibnewpage]{apacite}[2012/02/14]} - \ClassInfo{apa6}{The selected bibliography package, natbib, must be loaded in the preamble; apacite has been loaded} + \RequirePackage[natbibapa]{apacite}[2012/02/25]} + {\RequirePackage[natbibapa,bibnewpage]{apacite}[2012/02/25]} + \ClassInfo{apa6}{The selected bibliography package, apacite and + natbib, have been loaded} } }{% \def\def@apacite{\@apacitemode}% the selected bibliography package is apacite |