Ой, я неправильно понял вопрос.
Марку/Мартину нужно добавить дополнительную логику в код на Python, чтобы отключить номера глав в заголовках.
Пока они не найдут время исправить код на Python, можно использовать bookhooks (в ptxprint-mods.tex): Это непроверено, но должно работать:
\setbookhook{start}{OBA}{\global\OmitChapterNumberRHtrue}
\setbookhook{end}{OBA}{\global\OmitChapterNumberRHfalse}
Если это сработает, то, конечно, вы можете продублировать это для других идентификаторов книг с одной главой в вашем издании.
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