哎呀,我误读了问题。
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