
答え1
問題を示し、弊社がお客様をサポートするために処理できるMWE (から\documentclass
まで)を提供していただければ、大変助かります。\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}