Latex 删除乳胶中附录后的空白页

Latex 删除乳胶中附录后的空白页,latex,report,latex-environment,Latex,Report,Latex Environment,我在报告中添加附录时遇到了一个小问题,我想添加附录页面,然后在其中添加两个章节作为两个附录 我现在的代码是: %--------------------------------------% % Add references \newpage \renewcommand{\bibname{References} \bibliographystyle{apalike}\bibliography{MyRef} \addcontentsline{toc}{chapter}{Referenc

我在报告中添加附录时遇到了一个小问题,我想添加附录页面,然后在其中添加两个章节作为两个附录

我现在的代码是:

%--------------------------------------% 

% Add references

\newpage

\renewcommand{\bibname{References}

\bibliographystyle{apalike}\bibliography{MyRef}

\addcontentsline{toc}{chapter}{References}

%--------------------------------------%

\begin{appendices}

\appendixpage

\addappheadtotoc

\section*{Appendix A}

 \label{appendix A}

\subsection*{Form for gathering text data}

\input{project/appendixA.tex}

\addcontentsline{toc}{section}{Appendix A}

\section*{Appendix B} \label{appendix B}

\subsection*{Screen shoot of the model deemo} 

\input{project/appendixB.tex}

\addcontentsline{toc}{section}{Appendix B}

\end{appendices}

%--------------------------------------%
问题:

  • 内容表上的页面错误

  • 标题页“附录”后有一个空白页


请制作一份小型测试文档,该文档可编译并再现您的问题。请记住,我们无法访问您计算机上的文件,因此测试文档应该是自我维持的。这可能更适合于。请制作一个可编译的小型测试文档,并再现您的问题。请记住,我们无法访问您计算机上的文件,因此测试文档应该是自我维持的。这可能更适合您。