0 votes
430 views

I’d appreciate some help as we go through our pre-publication tasks.

  1. I’m getting the “punctuation missing at the end of paragraph” error because we have inserted \b before starting a poetry section (starting with \q1). Changing the \b to \nb solves that error, but then it produces the “Marker cannot occur here: \nb” error.
  2. If there is no way to solve the problem in #1 (other than deleting the \b), is this the kind of problem that can just be denied? I see that the ESV also uses the \b before a poetry section, so it seems like what we’re doing should be okay, but for some reason, it’s showing up as an error.
  3. Finally, this is not an error, but how do I get the chapter and verse numbers to be in Burmese rather than the standard Arabic 1, 2, 3…?
Paratext by (219 points) | 430 views

2 Answers

+1 vote
Best answer

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:

  1. For print publications using PTXprint: There’s an option to change digit style in the font selector.
  2. 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.
  3. For apps created with Scripture App Builder: “Myanmar” is one option for “Numeral System” on the Books Styles page
  4. 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

by (607 points)

Hi LivingField,

Thanks. Adding a comma to the Sentence Final Punctuation list did the trick.

Just a warning that adding a comma as sentence final punctuation may fix certain situations, but it can also hide errors since Paratext will no longer report an error if you accidentally use a comma instead of a period.

Thanks for the heads-up. We’re done with the drafting and when we checked there were no errors of that kind before we added the comma, so I hope they won’t be introduced during the pre-publication process. But definitely something to be aware of.

0 votes

A word of caution with using \b markers:
When we work in preparing for typesetting, we say \b means “bring money”.
Our typesetter says to use great caution with \b because it adds extra lines and spacing that can add a lot to the cost of your publication. This is especially true in the OT.
Rule of thumb, \b as a stanza break.

by (104 points)
reshown

Good advice.

Does anyone have experience with how many pages using \b before and after every stanza of poetry might add, either for an NT or an OT? I know that different font sizes and page sizes and margins are used, but I’m just wondering what the range might be.

There would be several factors here. Is the project single column or double column? Basically if you count the number of lines on an average page you can figure out the number of pages being added by dividing the number of \b markers by the number of lines on a page. If it is a double column then you could divide the result by 2.

If it is single column and you have 40 lines per page and 800 \b markers then you are adding 20 pages. If it is double column then you are adding 10 pages. Of course it is not that straightforward since adding some \b markers to a particular book might not add any pages to the book if there is extra space at the end of the book.

Related questions

0 votes
2 answers 25 views
I'm typesetting Proverbs (single-column, A5) and running into two related pagination issues I can't figure out how ... before/after a page break? Any pointers appreciated. Thanks!
drwww 448 asked Apr 9
0 votes
2 answers 172 views
A user wants to make an entire section of poetry bold. Is there a way to do this without having to add the bold marker ... cause the end of the bold text (even without the \bd*).
Sara 246 asked Aug 5, 2024
0 votes
1 answer 209 views
Could you please let me know if there is a good way to extract section headings from a model project. As I ... together. Thanks so much, I really appreciate it. C. anon342075
Thiyagarajan 110 asked Sep 12, 2022
0 votes
1 answer 13 views
When I use the following reference in a Bible module: \ref PSA 25:4-5,8-9,10-14 it doesn't include the \q1 that appears ... the \q1 before \v 4. This seems like a bug to me.
jeffh 1.4k asked May 7, 2025
0 votes
2 answers 231 views
In the description of \b in usfm.sty it says \Description Poetry text stanza break (e.g. stanza ... best practice in this regard? CrazyRocky Biblica Translation Technology Manager
Kent Spielmann 1.8k asked May 20, 2015
Welcome to Support Bible, where you can ask questions and receive answers from other members of the community.
And let us consider how we may spur one another on toward love and good deeds, not giving up meeting together, as some are in the habit of doing, but encouraging one another—and all the more as you see the Day approaching.
Hebrews 10:24-25
3,037 questions
5,994 answers
5,661 comments
2,022 users