據我所知,無法直接從原始位置將章節編號導入聖經模組。這可能是因為聖經模組的用途通常是載入較小的文本片段,而不是跨越多個章節的內容。
不過,您可以輕鬆地在聖經模組本身中直接添加 \c 標記。這可能看起來像這樣:
\id XXA - Bible Module
\inc v s
\c 1
\ref GEN 1:1-31
\c 2
\ref GEN 2:1-25
\c 3
\ref GEN 3:1-24
\c 1
\ref EXO 1:1-22
請注意,我認為 EXO 中最後一個章節 1 標記在 PTXprint 中會正確列印,但我尚未測試過。Paratext 本身不會喜歡這樣,因為章節編號會重複和/或順序錯誤。根據您具體想要做的事情,創建一個新標記並將其樣式設定為看起來像章節編號,而不是實際使用 \c 標記,可能會更好。
AFAIK, there’s no way to directly import chapter numbers into Bible Modules from the original location. This is likely because the purpose of Bible Modules is typically to load smaller sections of text, not spans of multiple chapters.
However, you can easily add the \c markers directly into the Bible Module itself. This might look like:
\id XXA - Bible Module
\inc v s
\c 1
\ref GEN 1:1-31
\c 2
\ref GEN 2:1-25
\c 3
\ref GEN 3:1-24
\c 1
\ref EXO 1:1-22
Note that I think that final chapter 1 marker from EXO will print correctly inside of PTXprint, but I haven’t tested it. Paratext itself wouldn’t like that because the chapter numbers would be repeated and/or out of order. Depending on exactly what you’re trying to do, it might be better to create a new marker and style it to look like a chapter number, rather than actually use the \c marker.
機器翻譯自 English