2 ページ目から始まるすべてのページの上部に特定のコード ブロックを繰り返し表示したいです。これは、ヘッダーが定義されていることを前提としています。ページ数を検出できるパッケージはありますか?
ありがとう
答え1
たとえば、first
とという 2 つのページスタイルを使用しますmain
。次に、ドキュメントで次のような操作を行います。
\documentclass...
% define the first and main pagestyles, or use existing ones
% ...
\pagestyle{main}
\begin{document}
% some text (which might set its own page style)
\thispagestyle{first} % for the first page
% more text on the first page then \pagestyle{main} comes into effect on the following pages