Oups, j'ai mal lu la question.
Mark/Martin doivent ajouter une logique supplémentaire au code Python pour désactiver les numéros de chapitre dans les en-têtes.
Jusqu'à ce qu'ils aient le temps de corriger le code Python, vous pouvez utiliser les bookhooks (dans ptxprint-mods.tex) : ceux-ci n'ont pas été testés mais devraient fonctionner :
\setbookhook{start}{OBA}{\global\OmitChapterNumberRHtrue}
\setbookhook{end}{OBA}{\global\OmitChapterNumberRHfalse}
Si cela fonctionne, vous pouvez bien sûr le dupliquer pour d'autres identifiants de livres à un seul chapitre dans votre publication.
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.
Traduit automatiquement depuis English