我的主文件的部分代码:
\pagenumbering{arabic}
\setlength{\headheight}{12pt}
\pagestyle{plain}
\include{chap1}
\include{chap2}
\include{ch3}
\include{Experiment} % Extract Correlation
\addcontentsline{toc}{chapter}{ \hskip 4em References}
\bibliographystyle{apacite}
\bibliography{SpecialStudy}
\newpage
\pagestyle{plain}
\theappendix
\addcontentsline{toc}{chapter}{ \hskip 4em Appendixes}
\include{appendixA_refactoring_approach}
通过此代码我将获得:
// 呸呸 3 测试0 3.1 你好 3.2 hello2 4 测试1 4.1 简介 4.2 实验目标 4.3 研究问题 参考 附录
我确实想像下面这样对参考文献和附录进行编号。我应该如何编码?
3 测试0 3.1 你好 3.2 hello2 4 测试1 4.1 简介 4.2 实验目标 4.3 研究问题 5 参考文献 6 附录
答案1
答案2
如果你使用包磷灰石,您可以通过以下方式获得编号书目
\usepackage[numberedbib]{apacite}
对于附录,我建议
\chapter{Appendices}
然后使用\section
来开始每个附录。我对拉丁语的学习让我更喜欢这种复数形式。