是的,書的第一頁通常有(或預期有 \mt 主標題),它橫跨整個頁面,因此帶有書名的頁眉會「破壞該版面」。因此,傳統上,書的第一頁/簡介頁不會有任何頁眉。
然而,一如既往,有一種方法可以告訴它你仍然希望在那裡有頁眉,這可以通過將你自己的 .tex 代碼(如下所示)添加到 ptxprint-mods.tex 檔案中來完成(參見「進階」標籤頁,啟用該選項,然後單擊「編輯...」)
%% Title Even Header
\def\RHtitleevenleft{\rangeref}
\def\RHtitleevencenter{\book}
\def\RHtitleevenright{\empty}
%% Title Odd Header
\def\RHtitleoddleft{\empty}
\def\RHtitleoddcenter{\book}
\def\RHtitleoddright{\rangeref}請注意,你可能還希望包含頁碼(在內側)。
Correct, the first page of a book usually has (or is expected to have a \mt main title) which spans across the page, and therefore a header with the book name would "spoil that layout". So traditionally, the first/intro page of a book does NOT get any header.
However, as always, there's a way to tell it that you want a header there anyway, and this would be done by adding your own .tex code as shown below to the ptxprint-mods.tex file (see Advanced tab, enable the option and then click on Edit...)
%% Title Even Header
\def\RHtitleevenleft{\rangeref}
\def\RHtitleevencenter{\book}
\def\RHtitleevenright{\empty}
%% Title Odd Header
\def\RHtitleoddleft{\empty}
\def\RHtitleoddcenter{\book}
\def\RHtitleoddright{\rangeref}Note that you might also want to include a page number (on the inner).
機器翻譯自 English