Ups, leí mal la pregunta.
Mark/Martin tienen que añadir alguna lógica extra al código de python para desactivar los números de capítulo en los encabezados.
Hasta que tengan tiempo de corregir el código de python, se pueden usar bookhooks, (en ptxprint-mods.tex): Estos no han sido probados, pero deberían funcionar:
\setbookhook{start}{OBA}{\global\OmitChapterNumberRHtrue}
\setbookhook{end}{OBA}{\global\OmitChapterNumberRHfalse}
Si funciona, por supuesto, puedes duplicarlo para otros IDs de libros de un solo capítulo en tu publicación.
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.
Traducción automática desde English