
답변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}