@rickarellanes 感谢提出这个问题。显然,我们不想让人们太容易做到这一点——因为我们很容易(且无意中)生成格式精美但缺失整段经文的文本,而且可能没人会注意到。这远非理想状态。因此,“Bridge Empty Verses”(桥接空节)开关的目的是确保明显看出部分文本缺失。
但是,如果你有意只想打印文本的某些部分,那么确实有办法做到。这叫做“Module”(模块)。模块的最简单形式本质上是一个你想要从文本中提取(并打印)的引用列表。在 Paratext 的帮助中搜索“Module”(模块),你会在那里找到更多信息。例如,下面是一个针对以西结书的模块:
\ref EZK 1:1-9
\ref EZK 1:22-27
\ref EZK 1:28-2:5
\ref EZK 34:11-15
\ref EZK 37:1-14
将其保存为纯文本文件,并放入你项目的 Modules 文件夹,或 Paratext 的“_Modules”文件夹中,然后你就可以从 PTXprint 中调用它,生成仅包含这些文本片段的 PDF。
在 PTXprint 中,你可以从 Basic(基本)选项卡中选择模块(当启用 Advanced view(高级视图)时):

请注意,还有其他代码可用于使模块更有趣和结构化。例如,以下模块包含书名、新的章节标题,以及使用 $(EZK 1:22-27) 表示法的“本地化”引用。
\id MOD Ezekiel segments
\mt2 Demo of the book of
\mt1 Ezekiel
\inc v
\s1 There is hope
\s2 Ezekiel's vision of God
\sr $(EZK 1:1-9)
\ref EZK 1:1-9
\sr $(EZK 1:22-27)
\ref EZK 1:22-27
\s2 God calls Ezekiel
\sr $(EZK 1:28-2:5)
\ref EZK 1:28-2:5
\s2 Sheep without a shepherd
\sr $(EZK 34:11-15)
\ref EZK 34:11-15
\s2 The valley of dry bones
\sr $(EZK 37:1-14)
\ref EZK 37:1-14
将生成类似这样的结果:
请注意,除非你从第 1 节开始,否则可能需要隐藏 \c 章号。此外,为了获得你期望的最终结果,可能还需要修复其他一些问题。
@rickarellanes Thanks for this question. Obviously we don’t want to make this too easy for people to do - as we could quite easily (and inadvertently) end up with nicely formatted scripture with whole chunks missing, and possibly no one would notice. That’s far from ideal. So the aim of the “Bridge Empty Verses” toggle is to ensure that it is obvious that some of the text is missing.
But yes, if you intentionally want to only print certain parts of the text, then there is a way to do this. It is called a “Module”. And a module, in its simplest form, is essentially a list of references that you want extracted (and printed) from the text. Search Paratext’s help for “Module” and you’ll find some more information there. Here below, for example, is a module for the book of Ezekiel:
\ref EZK 1:1-9
\ref EZK 1:22-27
\ref EZK 1:28-2:5
\ref EZK 34:11-15
\ref EZK 37:1-14
Save that as a plain text file and put it in your project’s Modules folder, or in Paratext’s “_Modules” folder, and then you’ll be able to call that from PTXprint to produce a PDF with just those chunks of text.
In PTXprint you can select a module from the Basic tab (when Advanced view is enabled):

Note that there are other codes which can be used to make the module more interesting, and structured. So for example, the following module includes a book title, new section headings, and “localized” references using the $(EZK 1:22-27) notation.
\id MOD Ezekiel segments
\mt2 Demo of the book of
\mt1 Ezekiel
\inc v
\s1 There is hope
\s2 Ezekiel's vision of God
\sr $(EZK 1:1-9)
\ref EZK 1:1-9
\sr $(EZK 1:22-27)
\ref EZK 1:22-27
\s2 God calls Ezekiel
\sr $(EZK 1:28-2:5)
\ref EZK 1:28-2:5
\s2 Sheep without a shepherd
\sr $(EZK 34:11-15)
\ref EZK 34:11-15
\s2 The valley of dry bones
\sr $(EZK 37:1-14)
\ref EZK 37:1-14
Will produce something that looks like this:
Note that \c chapter numbers may need to be hidden unless you’re starting from verse 1. And there may be other things that need to be fixed to get the final result you’re looking for.
机器翻译自 English