J’essaie de produire des PDF individuels pour chaque livre du projet. J’avais pensé utiliser l’outil en ligne de commande, comme ceci :
"C:\Program Files\PTXprint\ptxprint.exe" -b ROM -c SingleSpaceDraft -P XYZ
(Je n’ai pas de problème à exécuter cette commande séparément pour chaque fichier.)
Ici, XYZ est l’identifiant du projet, et SingleSpaceDraft est le nom d’une configuration que j’ai créée. Lorsque j’exécute la commande, j’obtiens ces trois fichiers, mais aucun PDF.
XYZ_SingleSpaceDraft_ROM_ptxp.log
XYZ_SingleSpaceDraft_ROM_ptxp.SFM
XYZ_SingleSpaceDraft_ROM_ptxp.tex
En bas du fichier journal, il est écrit :
No pages of output.
Je ne trouve pas de documentation en ligne pour traiter cette situation. Je suppose que la sélection du livre est incluse dans la configuration, mais je n’en suis pas sûr.
Est-il possible d’utiliser une seule configuration pour générer un PDF pour des livres individuels comme celui-ci ?
I’m trying to produce individual PDFs of each book in the project. My thought was to use the command line tool, like this:
"C:\Program Files\PTXprint\ptxprint.exe" -b ROM -c SingleSpaceDraft -P XYZ
(I’m happy to run that command separately for each file.)
Here XYZ is the project identifier, and SingleSpaceDraft is the name of a configuration I’ve created. When I run the command, I get these three files, but no PDF.
XYZ_SingleSpaceDraft_ROM_ptxp.log
XYZ_SingleSpaceDraft_ROM_ptxp.SFM
XYZ_SingleSpaceDraft_ROM_ptxp.tex
The bottom of the log file has:
No pages of output.
I cannot find documentation online to address this situation. I am guessing that the selection of the book is included in the configuration, though I’m not sure.
Is it possible to use a single configuration to generate a PDF for single books like this?
Traduit automatiquement depuis English