幫助頁碼

幫助頁碼

在此輸入影像描述 我希望第一部分用羅馬數字編號。第二部分採用常規編號。

答案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}

相關內容