ヘルプ番号ページ

ヘルプ番号ページ

ここに画像の説明を入力してください 最初の部分にはローマ数字で番号を付けます。2 番目の部分には普通の数字で番号を付けます。そして、各章で番号付けを続けます。

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

関連情報