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