我正在尝试创建一个指向章节范围的链接,如下所示:
\xt 1:16–2:12|MRK 1:16–2:12\xt*
但这会生成一个“无效的额外材料”(Invalid extra material)错误。
有趣的是,章节列表是有效的:
\xt 1:16–2:12|MRK 1:16; 2:12\xt*
它生成了以下 USX:
<char style="xt" link-href="MRK 1:16; 2:12">1:16–2:12</char>
- 有人知道
| 右侧的 link-href 文本是否有指向章节范围的语法吗?
极客兴趣点
在 NIV 11 中,诗篇开头有一个指向章节范围的链接。它生成了以下 USX:
<para style="mr">
<ref loc="PSA 1-41">Psalms 1–41</ref></para>
所以我尝试了以下语法,以为它可能会链接到马可福音第 1 章和第 2 章:
\xt 1:16–2:12|MRK 1-2\xt*
但不行,它也生成了一个“无效的额外材料”错误☐☐
I am trying to create a link to a chapter span like this:
\xt 1:16–2:12|MRK 1:16–2:12\xt*
But this generates an “Invalid extra material” error.
Interestingly a chapter list is valid:
\xt 1:16–2:12|MRK 1:16; 2:12\xt*
It produces this USX:
<char style="xt" link-href="MRK 1:16; 2:12">1:16–2:12</char>
- Does anyone know if there is a syntax for the link-href text to the right of the
| that will link to a chapter span?
Point of geeky interest
In the NIV 11 there is a link to a chapter span at the beginning of Psalms. It produces the following USX
<para style="mr">
<ref loc="PSA 1-41">Psalms 1–41</ref></para>
So I tried the following syntax thinking it might link to Mark chapters 1 and 2:
\xt 1:16–2:12|MRK 1-2\xt*
But no, it too generated.an “Invalid extra material” error☐☐
机器翻译自 English