我正在使用 {apacite} 包进行引用,但是我想删除自动输入我的 {apacite} 的标题“引用”,以便我可以创建一个名为 REFERENCES 的部分并将其编号为前面的部分。
我见过其他关于删除标题的帖子,但没有使用 {apacite} 包。谢谢
\documentclass[11pt]{article}
\usepackage[vmargin=1.25in,hmargin=1.5in]{geometry}
\usepackage{times} % Times Roman
\usepackage[scaled=0.86]{helvet} % Helvetica
\usepackage{sectsty}
\sectionfont{\large\sffamily}
\usepackage[nosectionbib]{apacite}
\begin{document}
\raggedright
\hrule
\begin{center}
\huge\bfseries\sffamily Title is using arial
\end{center}
\hrule
\section*{ABSTRACT}
\cite{7050699}
Correctly using Times Roman
\section{INTRODUCTION}
Correctly using Times Roman
\bibliographystyle{apacite}
\bibliography{sa.bib}
\end{document}