简短的回答是,不行,可能做不到。
问题在于 \inc s 会包含 Paratext 认为的任何“章节标题”,而不仅仅是最明显的 \s 情况。
您可以通过在项目文件夹中的 custom.sty 文档中添加以下内容来实现您想要的效果:
\Marker r
\TextType Other
然而,这样做很可能会在 PT 的其他区域引起问题。
另一个需要考虑的事情——只需让 \r 标记在 PT 内部的圣经模块中显示出来,然后在打印时删除它们。根据您决定如何打印模块,这很可能是可能的——甚至可能非常简单——删除该行。例如,PTXprint 可以很容易地在打印期间删除 \r 行。
The short answer is, no, it probably isn’t.
The problem is that \inc s includes anything that Paratext considers a “section heading”, not just the most obvious case, \s.
You can achieve what you’re looking for by adding the following to a custom.sty document in the project folder:
\Marker r
\TextType Other
However, it’s very likely that doing that will cause problems in other areas of PT.
One other thing to consider–just leave the \r markers showing up in the Bible Module inside of PT, but then delete them when you print. Depending on how you decide to print the module it is probably possible–and may be extremely easy–to remove that line. PTXprint, for example, can very easily delete the \r lines during printing.
机器翻译自 English