簡短的回答是,不,很可能不是。
問題在於 \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