乳胶文档中的页码显示不正确

问题描述

我对用 Latex 制作文档很陌生,我需要写一份报告。 我制作了一个 main.tex,我在其中调用了每一章。我想:

  • 用于声明、确认、提升数字和表格列表具有罗马页码
  • 阿拉伯数字的介绍和后续章节

我浏览了以前的帖子并找到了一些代码,但不知何故我的页码没有显示页码仅在标题页上可见,我不希望标题页有任何编号。 这是我目前拥有的代码

\documentclass{Thesis}
\input{import_packages.tex}
\pagestyle{plain}
\pagenumbering{roman}
\begin{document}
\input{titlepage.tex}

\frontmatter
\input{Declaration.tex}
\input{AckNowledgement.tex}


\input{TableOfContents.tex} 
\input{listoffigures.tex}   
\input{listofTables.tex}

\mainmatter
\input{Introduction.tex}    
\input{ProblemDescription.tex}
\input{BackgroundResearch.tex}
\input{DataPreprocessingAndPreparation.tex}
\input{AlgorithmAndApproach.tex}
\input{Implementation.tex}
\input{ExperimentalAndStatisticalResults.tex}
\input{Conclusion.tex}
\input{FutureScopeofWork.tex}   
\end{document}

如果有人能帮我解决这个问题,我将不胜感激。谢谢。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)