据我所知,没有办法直接从原始位置将章节编号导入到圣经模块中。这可能是因为圣经模块通常用于加载较小的文本片段,而不是跨越多个章节的内容。
但是,您可以轻松地将 \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