The problem
I am using a SAGE Latex template, which loads the following packages:
\documentclass[Afour,sageh,times]{sagej}
\usepackage{moreverb,url}
\usepackage[colorlinks,bookmarksopen,bookmarksnumbered,citecolor=red,urlcolor=red]{hyperref}
Then I am loading some additional packages including apacite:
% Additional packages
\usepackage[natbibapa]{apacite}
\usepackage{algorithm}
\usepackage[noend]{algpseudocode}
\usepackage{xspace}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage[autostyle, english = american]{csquotes}
\usepackage{subfig}
% \usepackage{subcaption}
\usepackage{xcolor}
\usepackage{booktabs}
\MakeOuterQuote{"}
Whenever apacite is included, I get the error:
Undefined control sequence.
\st@rtbibchapter
What I have tried
I have tried using the
articleclass, but that works fine with the apacite package. I think the problem is thesagejclass.If I run the code commenting out the apacite in the
sagejclass, I get a reference page because of thesagehoption, but the formatting is all wrong:
- I have tried using the
sageapaoption as suggested here instead ofsageh, but I don't get any references in the reference page.
\documentclass[Afour,sageapa,times]{sagej}
