哎呀,我誤解了問題。
Mark/Martin 必須在 Python 程式碼中加入一些額外的邏輯,以關閉頁眉中的章節編號。
在他們有時間修復 Python 程式碼之前,可以使用 bookhooks(在 ptxprint-mods.tex 中):這些尚未經過測試,但應該可以運作:
\setbookhook{start}{OBA}{\global\OmitChapterNumberRHtrue}
\setbookhook{end}{OBA}{\global\OmitChapterNumberRHfalse}
如果這有效,當然您可以為出版物中其他單章書卷的 ID 複製此設定。
Ooops, I misread the question.
Mark/Martin have to add some extra logic to the python code turn off the chapter numbers in headers.
Until they’ve had time to fix the python code, then can use bookhooks, (in ptxprint-mods.tex): These are untested but ought to work:
\setbookhook{start}{OBA}{\global\OmitChapterNumberRHtrue}
\setbookhook{end}{OBA}{\global\OmitChapterNumberRHfalse}
If that works, then you can duplicate it for other 1-chapter book IDs in your publication, of course.
機器翻譯自 English