Hmm. Supongo que la introducción del libro está en el archivo 01GENproject.SFM? Si estuviera en el libro INT, podrías intentar incorporarla previamente.
\zgetperiph|INTGEN\*
Creo que funcionaría, pero no está garantizado.
En caso contrario… tendrás que llevar un registro manual de los números de página, porque el archivo de control que genera python ya ha restablecido el número de página a 1, justo antes de que se lea el archivo sfm.
Pero si aceptas esa limitación, podrías usar hooks para restablecerlo manualmente, algo como:
\setbookhook{start}{GEN}{\pageno=-5}
\setcvhook{GEN1.1}{\pageno=1}
Ahora solo tienes los siguientes problemas:
Si tu título, introducción, etc., termina con un número impar de páginas, necesitarás forzar una página en blanco. \zNeedOddPage probablemente sea tu amigo aquí.
Deberías suprimir la página en blanco automática antes de las Escrituras (pestaña peripherals).
Probablemente necesites activar 'comenzar nuevo libro en la misma página' o como se llame.
Si realmente te interesa trabajar en una solución general, acabo de publicar una solución provisional a medio terminar para preservar el número de página de la introducción en \oldpageno
Hmm. I assume the book introduction is in the 01GENproject.SFM file? If it were in the INT book, then you could try to pull it in beforehand.
\zgetperiph|INTGEN\*
I think that would work, but it’s not guaranteed.
Otherwise… you’ll need to manually keep track of page numbers, because the control file that python generates has already reset the page number to 1, just before the sfm file gets read.
But if you accept that shortcoming, you could then use hooks to manually reset it, something like:
\setbookhook{start}{GEN}{\pageno=-5}
\setcvhook{GEN1.1}{\pageno=1}
Now you just have the following problems:
If your title, introduction, the. ends up with an odd number of pages, you will need to force a blank page. \zNeedOddPage is probably your friend here.
you’d need to suppress the automatic blank page before scripture (peripherals tab).
you probably need to turn on ‘start new book on the same page’ or whatever it’s called.
If you’re really keen on working on a general solution, I’ve just pushed a half-baked work-around for preserving the introduction’s page number in \oldpageno
Traducción automática desde English Mostrar original