Con PTXprint (PTXprint – Bible Layout For Everyone - SIL Language Technology - altamente recomendado), no he estado usando mucho Export Draft PDF últimamente. Cuando lo intenté recientemente (para mostrar a los principiantes cómo obtener un archivo PDF rápido y sucio para imprimir), noté que cada nuevo capítulo comienza en una página nueva. Eso aparentemente se hizo intencionalmente en el código de Paratext que realiza Export Draft, porque el archivo .tex creado usa un archivo .SFM separado para cada capítulo y los procesa por separado, de esta manera:
%%%%% Load Paratext USFM %%%%%
\XeTeXdefaultencoding "utf-8"
\catcode`\%=12
\ptxfile{C:/My Paratext 8 Projects/TT3/PrintDraft/49GAL_1TT3-draft.SFM}
\ptxfile{C:/My Paratext 8 Projects/TT3/PrintDraft/49GAL_2TT3-draft.SFM}
\ptxfile{C:/My Paratext 8 Projects/TT3/PrintDraft/49GAL_3TT3-draft.SFM}
\ptxfile{C:/My Paratext 8 Projects/TT3/PrintDraft/49GAL_4TT3-draft.SFM}
\ptxfile{C:/My Paratext 8 Projects/TT3/PrintDraft/49GAL_5TT3-draft.SFM}
\ptxfile{C:/My Paratext 8 Projects/TT3/PrintDraft/49GAL_6TT3-draft.SFM}
\catcode`\%=14
Esto SIEMPRE hará que cada nuevo capítulo comience en una página nueva, lo cual definitivamente no es lo deseado. ¿Alguien puede explicar por qué se hizo ese cambio? Martin dice que este cambio se hizo en el código de Paratext en mayo de 2020, pero no puedo imaginar qué cambio estaba intentando hacer o corregir. Tal como está ahora, no creo que sugeriría Export Draft PDF en absoluto, ni siquiera para un borrador preliminar. También estoy enviando un informe de problema (y señalando esta publicación).
With PTXprint (PTXprint – Bible Layout For Everyone - SIL Language Technology - highly recommended), I haven’t been using Export Draft PDF very much lately. When I recently tried it (to show beginners how to get a quick and dirty PDF file to print), I noticed that each new chapter starts on a new page. That was apparently done intentionally in the Paratext code that performs Export Draft, because the .tex file created uses a separate .SFM file for each chapter, and processes them separately, like this:
%%%%% Load Paratext USFM %%%%%
\XeTeXdefaultencoding "utf-8"
\catcode`\%=12
\ptxfile{C:/My Paratext 8 Projects/TT3/PrintDraft/49GAL_1TT3-draft.SFM}
\ptxfile{C:/My Paratext 8 Projects/TT3/PrintDraft/49GAL_2TT3-draft.SFM}
\ptxfile{C:/My Paratext 8 Projects/TT3/PrintDraft/49GAL_3TT3-draft.SFM}
\ptxfile{C:/My Paratext 8 Projects/TT3/PrintDraft/49GAL_4TT3-draft.SFM}
\ptxfile{C:/My Paratext 8 Projects/TT3/PrintDraft/49GAL_5TT3-draft.SFM}
\ptxfile{C:/My Paratext 8 Projects/TT3/PrintDraft/49GAL_6TT3-draft.SFM}
\catcode`\%=14
That will ALWAYS start each new chapter on a new page, which is definitely not what is wanted. Can anyone explain why that change was made? Martin says this change was made in the Paratext code in May 2020, but I can’t imagine what that change was trying to do or fix. As it is now, I don’t think I would suggest Export Draft PDF at all, even for a rough draft. I am also submitting a problem report (and pointing to this post).
Traducción automática desde English