我想为项目中的每一卷书生成单独的 PDF。我的想法是使用命令行工具,例如这样:
"C:\Program Files\PTXprint\ptxprint.exe" -b ROM -c SingleSpaceDraft -P XYZ
(我可以为每个文件单独运行该命令。)
这里 XYZ 是项目标识符,SingleSpaceDraft 是我创建的配置名称。运行命令后,我得到了这三个文件,但没有生成 PDF。
XYZ_SingleSpaceDraft_ROM_ptxp.log
XYZ_SingleSpaceDraft_ROM_ptxp.SFM
XYZ_SingleSpaceDraft_ROM_ptxp.tex
日志文件的底部显示:
No pages of output.
我找不到在线文档来解决这种情况。我猜测书籍的选择包含在配置中,但我不确定。
是否可以使用单个配置来生成像这样单卷书的 PDF?
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?
机器翻译自 English 显示原文