Avec PTXprint (PTXprint – Bible Layout For Everyone - SIL Language Technology - vivement recommandé), je n'ai pas beaucoup utilisé l'export de brouillon PDF récemment. Lorsque j'ai essayé récemment (pour montrer aux débutants comment obtenir rapidement un fichier PDF à imprimer), j'ai remarqué que chaque nouveau chapitre commence sur une nouvelle page. Cela a apparemment été fait intentionnellement dans le code Paratext qui effectue l'export de brouillon, car le fichier .tex créé utilise un fichier .SFM séparé pour chaque chapitre et les traite séparément, comme ceci :
%%%%% 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
Cela commencera TOUJOURS chaque nouveau chapitre sur une nouvelle page, ce qui n'est certainement pas ce qui est souhaité. Quelqu'un peut-il expliquer pourquoi ce changement a été effectué ? Martin dit que ce changement a été apporté au code Paratext en mai 2020, mais je n'arrive pas à imaginer ce que ce changement tentait de faire ou de corriger. En l'état actuel des choses, je ne pense pas que je recommande l'export de brouillon PDF du tout, même pour un brouillon grossier. Je soumets également un rapport de problème (et je fais référence à ce message).
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).
Traduit automatiquement depuis English Afficher l'original