你好 skim1124,
请查看 检查清单 > 标记缺少末尾标点 。
进入该界面后,点击 选项… 按钮
我认为你可以通过调整那里的设置来消除错误。
如果诗歌前面经常使用冒号,那么将冒号添加到 句末标点 列表中即可消除错误。
从 开启新句的标记 中移除 b 也可以解决问题,但你应该考虑一下你在其他地方使用 \b 的情况。
这类问题是可以忽略(deny)的,但最好能像上面那样修改规则。只是不要将规则放宽到漏掉真正的错误。
要让章节和节号显示为缅甸语数字:
对于使用 PTXprint 的印刷出版物:字体选择器中有一个更改数字样式的选项。
对于使用 Publishing Assistant / Adobe InDesign 的印刷出版物:PubAssist 中有一个选择数字样式的选项。如果特定的缅甸语数字序列不可用,可以通过编辑/添加 C:\Program Files\Publishing Assistant 6.1\NumberScripts 中的 XML 文件来添加。
对于使用 Scripture App Builder 创建的应用程序:“Myanmar”是“Books Styles”页面中“Numeral System”的一个选项
对于数字圣经库(Digital Bible Library)中的文本,你必须在 Paratext 项目文件夹中创建一个 dblchanges.txt 文档,以添加包含缅甸语数字的 \cp 和 \vp 标记。我刚刚为一部高棉语文本做了这个操作,看起来 它在 Bible.com 上的页面 现在正在使用高棉语数字作为节选择器和页面标题,但文本中的节号仍然是欧洲数字。(自这次更改以来,我的 YouVersion 应用完全无法加载该译文,所以不确定是仍在处理中还是已经完全损坏。)以下是我使用的 dblchanges.txt:
# Add Khmer numerals for chapter and verse numbers
# First copy verse numbers into \cp and \vp
"\\c (\d{1,3})" > "\\c \1\r\n\\cp \1"
"\\v (\d{1,3})" > "\\v \1 \\vp \1\\vp*"
# Change each European digit "in" a \cp or \vp to a Khmer digit
in "\\[cv]p .*?[\\\r]": "0" > "០"
in "\\[cv]p .*?[\\\r]": "1" > "១"
in "\\[cv]p .*?[\\\r]": "2" > "២"
in "\\[cv]p .*?[\\\r]": "3" > "៣"
in "\\[cv]p .*?[\\\r]": "4" > "៤"
in "\\[cv]p .*?[\\\r]": "5" > "៥"
in "\\[cv]p .*?[\\\r]": "6" > "៦"
in "\\[cv]p .*?[\\\r]": "7" > "៧"
in "\\[cv]p .*?[\\\r]": "8" > "៨"
in "\\[cv]p .*?[\\\r]": "9" > "៩"
祝福,
LivingField
Hi skim1124,
Take a look at Checking inventories > Markers missing final punctuation .
When you’re in there, click on the Options… button
I think you could get rid of the errors by adjusting settings in there.
If poetry is often preceded by a colon, then adding it to the list of Sentence Final Punctuation would get rid of the errors.
Removing b from Markers that Start New Sentence could also work, but you should consider where else you’ve used \b.
It is the kind of problem which could be denied, but it’s better if you can change the rules as above. Just don’t relax the rules so much that you’d miss true errors.
To get chapter and verse numbers to appear as Burmese numerals:
For print publications using PTXprint: There’s an option to change digit style in the font selector.
For print publications using Publishing Assistant / Adobe InDesign: There’s an option in PubAssist to select digit style. If the particular Burmese digit sequence is not available it can be added by editing/adding an XML file in C:\Program Files\Publishing Assistant 6.1\NumberScripts .
For apps created with Scripture App Builder: “Myanmar” is one option for “Numeral System” on the Books Styles page
For text in the Digital Bible Library, you must create a dblchanges.txt document in the Paratext project folder to add \cp and \vp markers containing the Burmese digits. I just did this for a Khmer text and it appears that its page on Bible.com is now using Khmer digits for the verse selector and the page title, but the verse numbers in the text remain European digits. (The translation won’t load at all in my YouVersion app since this change, so not sure if it’s still in process or is now completely broken.) Here is the dblchanges.txt which I used:
# Add Khmer numerals for chapter and verse numbers
# First copy verse numbers into \cp and \vp
"\\c (\d{1,3})" > "\\c \1\r\n\\cp \1"
"\\v (\d{1,3})" > "\\v \1 \\vp \1\\vp*"
# Change each European digit "in" a \cp or \vp to a Khmer digit
in "\\[cv]p .*?[\\\r]": "0" > "០"
in "\\[cv]p .*?[\\\r]": "1" > "១"
in "\\[cv]p .*?[\\\r]": "2" > "២"
in "\\[cv]p .*?[\\\r]": "3" > "៣"
in "\\[cv]p .*?[\\\r]": "4" > "៤"
in "\\[cv]p .*?[\\\r]": "5" > "៥"
in "\\[cv]p .*?[\\\r]": "6" > "៦"
in "\\[cv]p .*?[\\\r]": "7" > "៧"
in "\\[cv]p .*?[\\\r]": "8" > "៨"
in "\\[cv]p .*?[\\\r]": "9" > "៩"
Blessings,
LivingField
机器翻译自 English 显示原文