0
711 次浏览

While using printdraft, whenever I try to print combined books it stops and says it cannot print the last book???

较早的帖子 - 以原始语言显示
Paratext (124 分) 发布 | 711 次浏览

5 个回答

0
最佳答案

Does it matter what range of books you’re choosing? If you just have two, does it still fail? Does it happen with any ending book, or just with a particular one?

A more precise quote of what the error it gives would help. Also, if it’s happening in all cases, could you hold Ctrl down while you do PrintDraft. Then, after it’s finished (or errored out), go the the My Paratext Project/LANG/PrintDraft folder (where LANG is your project code, usually 3 characters) and find the ***.log file that was created. This will tell what the problem is and if you can’t read the information, you could attach it or copy and paste it here.

较早的帖子 - 以原始语言显示
(1.9k 分) 发布

It’s hard to find a pattern:

I can print (combining books) Matthew through Acts, but not Matthew through
Romans.
I can print 1 Corinthians through Revelation, but not Matthew through
Revelation, and not Romans through Revelation. ?

Here’s the error log

较早的帖子 - 以原始语言显示

Actually, re-reading your post my first test would be to print Romans and see if that will print on its own.

较早的帖子 - 以原始语言显示
0

Are you certain that it’s the combining factor that’s causing the error, and not one particular book? Are you sure that each book will print correctly on its own?

I’m not seeing the error log. Maybe the support webpage can’t handle attachments?

较早的帖子 - 以原始语言显示
(1.9k 分) 发布
0

Romans prints on its own. John prints on its own. John and Acts prints ok. Acts and Romans prints ok,
John though Romans will not print. When I do four or five of any books, I get this similar type of error message:

the error message is…

Print Draft failed for JHN-ROM
There was a problem encountered while creating a PDF file for Romans.
You can’t use ‘\end’ in internal vertical mode.
\end …vfill \superelect \the @ndhooks \s@ve@nd
I.93 \end

较早的帖子 - 以原始语言显示
(124 分) 发布

This one may stump me, so if anyone wants to jump in please feel free to. :slight_smile:

My guess is that the something at the very end of the printjob is not closing properly before the \end marker. The first guess I would have is that you have marker errors somewhere, but if you can print the books on their own that doesn’t seem to be the problem.

In your PrintDraft folder, open the file printdraft-XXX-MAT-ACT.tex (substituting XXX, MAT and ACT accordingly). The last line should be line 93 and should just say \end.
What is just before that line? I would expect:
\catcode\%=12 \ptxfile{NAME OF A FILE} \ptxfile{NAME OF A FILE} \catcode%=14

较早的帖子 - 以原始语言显示

Here’s the last few lines:

%%%%% Load Paratext USFM %%%%%
\XeTeXdefaultencoding “utf-8”
\catcode`%=12
\ptxfile{C:/My Paratext 8 Projects/CSB/PrintDraft/41MATCSB-draft.SFM}
\ptxfile{C:/My Paratext 8 Projects/CSB/PrintDraft/42MRKCSB-draft.SFM}
\ptxfile{C:/My Paratext 8 Projects/CSB/PrintDraft/43LUKCSB-draft.SFM}
\ptxfile{C:/My Paratext 8 Projects/CSB/PrintDraft/44JHNCSB-draft.SFM}
\ptxfile{C:/My Paratext 8 Projects/CSB/PrintDraft/45ACTCSB-draft.SFM}
\ptxfile{C:/My Paratext 8 Projects/CSB/PrintDraft/46ROMCSB-draft.SFM}

\catcode`%=14

\end

较早的帖子 - 以原始语言显示

Sorry, I can’t help beyond this.

You might try asking on [Email Removed].org, since this is at its heart a TeX question and not a Paratext question.

较早的帖子 - 以原始语言显示
0

Can anyone help me with this?

较早的帖子 - 以原始语言显示
(124 分) 发布

anon261997,

There is obviously something strange going on based on what you can (and
can’t) create. One suggestion is that you install the Pathway program (
https://software.sil.org/pathway/download/) and try this as a method of
getting a PDF output of the NT. Pathway allows you to export your file to
PDF, OpenOffice, and other formats.

Blessings,

anon848905
Americas Area Language Technology Coordinator
[Email Removed]
[Phone Removed]Office at JAARS)
[Phone Removed]Cell)
Skype name: anon848905

较早的帖子 - 以原始语言显示

Thanks anon848905! I’ll try that.

较早的帖子 - 以原始语言显示

The .log file in the PrintDraft folder will generally tell you what went
wrong. You might find an “Undefined control sequence” or something in
there.

Lorna

[Questions]

较早的帖子 - 以原始语言显示

A few things come to mind.

· Have you reported the problem using Paratext/Help/Report Problem?
They are usually quite responsive.

· I don’t remember seeing whether all the basic checks ran clean.

· Check all your inventories and look for something strange or
unique that has been accidentally validated, particularly character and
marker inventories.

· Check your Project Properties to see whether you are using
usfm.sty. Have you modified any other control files?

· Are you in Paratext 7.6? If so, holding Shift as you open
Tools/Basic Checking gives you a “schema” check. While it isn’t usually
necessary for translation purposes, it tends to choke if everything isn’t
absolutely perfect. It is hard to read, but it might help pin down an odd
error. If it doesn’t choke, that is a good thing for the quality of your
text.

· Have any of your other users had the same problem? It might be a
computer (like RAM) problem that is choking Paratext.

Blessings,

Shegnada J.

Language Technology & Publishing Coordinator, SIL Nigeria

Complex Script Layout Specialist, GPS Dallas

Skype: Shegnada..

([Phone Removed]

较早的帖子 - 以原始语言显示
0

I went down the CHECKING tab, doing inventory, fixing every glitch I could find, and now it prints combined books with no problem.

较早的帖子 - 以原始语言显示
(124 分) 发布

That’s great - it also points out the importance running the checks before
doing other “work” with Paratext.

anon848905
Americas Area Language Technology Coordinator
[Email Removed]
[Phone Removed]Office at JAARS)
[Phone Removed]Cell)
Skype name: anon848905

较早的帖子 - 以原始语言显示

相关问题

0
1 个回答 200 次浏览
在 Paratext 9.3 中,是否可能: 将项目中所有书籍的词汇表打印到一个文件中,以便我将其按字母顺序排列? 将所有专有名词(地名和人名)打印到一个按字母顺序排列的列表中?
debbodaneejo 118 发布 提问于 二月 16, 2023
0
2 个回答 234 次浏览
问题:有没有简单的方法可以打印出带有引用位置的词表? 我正在与一些计算机技能较弱的翻译人员合作,因此即使他们有电脑,当我给他们提供打印件而不是让他们在电脑上完成所有操作时,他们的工作效率更高 最近我们一直在纠正拼写,试图找出他们圣经中 ... 但这相当繁琐,尤其是当我们有很多想要检查的单词时 有没有办法让词表执行类似 打印所有选定的单词及其引用位置 的操作?
Rɔnelh 199 发布 提问于 十月 8, 2022
0
1 个回答 373 次浏览
我正在寻找一种非打印的方式来标记经文,以便我们可以标记译者的姓名以及他所说的方言。我在想是否可以使用 USFM。大家有什么建议吗?
anon338354 136 发布 提问于 七月 19, 2022
0
2 个回答 304 次浏览
项目负责人将暂时离开项目 当地团队被要求通过多版本阅读和一些个人研究(不仅仅是看注释,而是真正研读经文)来准备 下一本书 : 我们想在激光打印机上打印两份,使用大号字体和宽页边距,并要求团队用不同颜色标记以下内容: 经文中提到的所 ... 研究和打印(使用大号字体 良好的间距和页边距),需要大量的排版工作 如果直接从 PT 的草稿打印功能操作,效率会高得多
Tim 934 发布 提问于 四月 22, 2022
0
8 个回答 799 次浏览
I want to produce PDFs of differences between two project versions, one for each book, but it only works once, then ... writes out the file. Thanks for looking into these things.
jeffh 1.4k 发布 提问于 十月 14, 2019
Welcome to Support Bible, where you can ask questions and receive answers from other members of the community.
Make every effort to keep the unity of the Spirit through the bond of peace.
Ephesians 4:3
3,048 个问题
6,007 个回答
5,672 条评论
2,028 位用户