
答案1
\documentclass
如果您提供了 MWE(從到\end{document}
)來顯示您的問題並且我們可以處理該資訊以幫助您,那將會有很大的幫助。
我不清楚你想要什麼,但以下是一個 MWE,可能會或可能不會幫助你,並且顯示了不斷變化的頁碼表示。
% pagenumberprob.tex SE 559546
\documentclass{book}
\begin{document}
\frontmatter
\pagenumbering{Roman} % use Roman page numbers, starting from I
\tableofcontents
\chapter{Abstract}
\mainmatter
\pagenumbering{arabic} % use arabic page numbers starting from 1
\chapter{Introduction}
\chapter{Problem}
\end{document}