0 votes
119 views

I’ve just tracked down the cause of a crash on someone’s project to a line Unfortunately there was a think-o when someone was writing the template for FRT books, and this line was included:

\rem sorta will sort by \toc1, sortb by \toc2, sortc by \toc3

This is pretty much guaranteed to cause a crash / undefined behaviour.

If you have a Front matter that includes that line, change it so that it reads:
\rem sorta will sort by toc1, sortb by toc2 , sortc by toc3
I.e. remove the slashes. Otherwise you will experience crashes.

Earlier versions of the USFM standard were a bit vague, but Paratext and the USFM-3 standard do NOT describe \rem as ‘ignore the rest of this line’, but as a paragraph style that produces no output.
This means:

  1. \rem continues until the next paragraph marker
  2. \rem still has to process any markers it contains. (how else will it spot the next paragraph-marker?).
  3. Since \toc1 and friends are also described as paragraph markers (although not used as such) they should cancel \rem
PTXprint by (1.1k points) | 119 views

1 Answer

0 votes

Correction… Point 3 above is probably incorrect. The standard states that “All paragraph markers should be preceded by a single newline.” Therefore, I feel that it is legitimate for the code to entirely ignore \toc1 etc. in the above situation.
I’m just submitting a small change (which will be available in a week or so, I guess), which obeys the following logic:

  1. USFM codes occurring after \rem and on the same line will be ignored.
  2. After that 1st line, \rem will continue as it has been doing until now: ignoring text but acting on any USFM codes met.
  3. \toc1 etc. are now recognised as paragraph breaks.
by (1.1k points)

Related questions

0 votes
2 answers 194 views
I help operate ScriptureEarth.org. We are dreaming about the possibility of setting up an option for people to request ... . Does this sound at all reasonable? --Loren Hawthorne
LorenHawthorne 173 asked Aug 5, 2024
0 votes
1 answer 13 views
I am using PTXprint 3.0.11 but haven't used it for a while so there are new features. I want to print select verses using the configuration I used previously. thanks!
MnKN 134 asked Feb 21
0 votes
1 answer 151 views
First time user, trying to sort out format codes for printing new testament. Also how \toc1, \toc2, \toc3 are used in ptxprint
anon762804 102 asked May 23, 2024
0 votes
1 answer 222 views
I am looking for a way to add a page break so that the next section header starts on a new page. Is there a code ... a new page? Is there a list of module codes somewhere? thanks
MnKN 134 asked Dec 16, 2023
0 votes
1 answer 22 views
I would like to do something like the following in my local FRT, but cannot find enough documentation to know how to do it: ... but with no examples, it is hard to know what to do.
mvk1000 206 asked May 20
Welcome to Support Bible, where you can ask questions and receive answers from other members of the community.
I urge you, brothers and sisters, to watch out for those who cause divisions and put obstacles in your way that are contrary to the teaching you have learned. Keep away from them.
Romans 16:17
3,037 questions
5,994 answers
5,661 comments
2,022 users