“章节”和“参考文献”的位置问题

“章节”和“参考文献”的位置问题

代码

\documentclass[cs4size,a4paper,UTF8,twoside]{ctexart}
\title{}
\author{}

\begin{document}
    \maketitle
    \tableofcontents 
%section 
    \section{section1}
    1111111111
    \section{section 2}
    2222222222
    \section{section 3}
    3333333333
    \section{section 4}
    4444444444
%reference
{\zihao{5}
    \renewcommand\refname{{\zihao{4}参考文献 }}
    \addcontentsline{toc}{section}{\heiti 参考文献}
    \setlength\lineskip{18pt}
    \begin{flushleft}
        \begin{thebibliography}{42}  
            \setlength{\itemsep}{-2mm}
            \bibitem{ref1}ref1
            \bibitem{ref2}re2
            \bibitem{ref3}ref3 
        \end{thebibliography}
    \end{flushleft}
}
\end{document}

问题

我使用将\CTEXsetup[format={\Large\bfseries}]{section}“部分”设置为左对齐,但“参考”不能居中 在此处输入图片描述 我在网上查了一些信息,但是好像没有什么用,不知道该怎么办。

相关内容