我試著為專案中的每一本經卷產生獨立的 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