diff options
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 |