0
215 次浏览

我遇到了一个 \io1 比较长的情况,当我对 \ior 使用带点状引导线的右对齐选项时,出现了以下情况:
image

这样处理 \ior 是正确的吗?“3 和 4”没有出现在右侧,这看起来有点奇怪。

相比之下,如果文本稍长一些,我们在另一个地方会得到这样的结果:
image

所以我是不是应该告诉译员把他们的文本写得长一点?!PTXprint 应该有一种更优雅的方式来处理这种情况,不过……

机器翻译自 English
PTXprint (1.4k 分) 发布 | 215 次浏览

2 个回答

0

未来可能会有更好的(程序化的)方法来处理这类问题,但目前我建议添加几条更改规则,在需要换行的地方强制换行。并且提供足够的上下文,以免破坏书中其他位置发现的(相同)文本!例如:

at RUT "ɓay vəra’ vay" > "ɓay vəra’\u2028vay"
at JON "ɓay raw Zonas" > "ɓay raw\u2028Zonas"

这将产生如下输出。

kK7m05DJXA0keESA

dsOAl58XCt5lSYiu

这里有几点需要注意:
a) \u2028 强制段落内换行
b) 您需要将 \ior 样式的对齐属性更改为 Left(而不是 Justified),否则您只会得到一些看起来奇怪的拉伸文本。

机器翻译自 English
(3.2k 分) 发布
0

MH 最近修复了一个列有时会混在一起的 bug。我猜您遇到了那个 bug。请注意,Mark 的修改将影响该短语的每次出现。如果还有其他出现的地方,您可能希望限制匹配规则,仅在特定标记下替换。例如:

"(\\ior .) oldtext" > "\1 newtext"
机器翻译自 English
(294 分) 发布

Yes, you probably need to constrain those changes further, and I’d suggest:

at RUT in "\\io1 .+\\ior": "ɓay vəra’ vay" > "ɓay vəra’\u2028vay"
at JON in "\\io1 .+\\ior": "ɓay raw Zonas" > "ɓay raw\u2028Zonas"

This says, only at / in the book of Ruth (or Jonah) look within the context of \io1 ... \ior for the matching text and insert the line break.

If you had lots of these, it might be easier to have a more generic rule like:

at RUT in "\\io1 .+\\ior": "(ɓay vəra’) (vay)" > "\1\u2028\2"

so that you only have one side of the change rule to think about (copy and paste the snippet from the text, and then add the parentheses to show where to make the break). The right hand side (replace with) would always stay the same.

相关问题

0
1 个回答 271 次浏览
image886×319 13.9 KB 这就是文本的样子。我希望程序打印出书名和章节字母,即希伯来字母 Aleph。但它把希伯来字母 Aleph 放在了与主标题同一行。
muckles 116 发布 提问于 八月 8, 2021
PTXprint
0
2 个回答 271 次浏览
我们正在法语非洲地区参加顾问培训课程。这里有人遇到的 Paratext 界面中,Paratext 的主菜单以及每个项目的菜单都超出了屏幕右侧。我们无法让右侧列显示出来。有没有什么办法可以缩小菜单的尺寸?即使我们将 Pxt 设置为较小的屏幕尺寸,菜单仍然太长,我们无法点击右侧菜单列中的菜单项。
anon905537 141 发布 提问于 八月 1, 2023
0
4 个回答 973 次浏览
Right-click Find in Dictionary' shows only part of the entry in FLEx. This is what Paratext brings up: and this is what ... do display nicely: So now I need to figure out why
Paul 642 发布 提问于 六月 8, 2017
0
3 个回答 76 次浏览
如果未勾选“Outer Gutter”(外侧书口),则注释线位于内侧。如果勾选了,注释线则位于外侧。有没有办法将注释线设置为始终位于文本的左侧或右侧?
John Granade 103 发布 提问于 九月 21, 2025
0
1 个回答 74 次浏览
我正在尝试格式化部分书籍,但有一个脚注的格式与其他脚注不同。其他脚注都位于页面底部,但这一条却对齐在文本块的底部,紧挨着边框下方。 此外,经文文本中缺少脚注标记。 我似乎找不到任何专门影响此脚注的设置。
SuzyM 109 发布 提问于 一月 7, 2025
PTXprint
Welcome to Support Bible, where you can ask questions and receive answers from other members of the community.
May the God who gives endurance and encouragement give you the same attitude of mind toward each other that Christ Jesus had.
Romans 15:5
3,049 个问题
6,007 个回答
5,673 条评论
2,029 位用户