0 голосов
154 просмотров

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 от (1,1тыс. очков) | 154 просмотров

1 ответ

0 голосов

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.
от (1,1тыс. очков)

Похожие вопросы

0 голосов
2 ответов 219 просмотров
Я помогаю в работе ScriptureEarth.org. Мы мечтаем о возможности предложить людям запросить PDF с выбором размера страницы, ... ли это хоть сколько-нибудь разумно? --Loren Hawthorne
LorenHawthorne 173 задал вопрос авг 5, 2024
0 голосов
1 ответ 20 просмотров
Я использую PTXprint 3.0.11, но не пользовался им уже некоторое время, поэтому появились новые функции. ... стихи, используя конфигурацию, которую применял ранее. Спасибо!
MnKN 134 задал вопрос фев 21
0 голосов
1 ответ 161 просмотров
Я новичок, пытаюсь разобраться с кодами форматирования для печати Нового Завета. Также как используются \toc1, \toc2, \toc3 в PTXprint
anon762804 102 задал вопрос май 23, 2024
0 голосов
1 ответ 239 просмотров
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 задал вопрос дек 16, 2023
0 голосов
1 ответ 43 просмотров
Я хотел бы сделать что-то вроде следующего в своём локальном FRT, но не могу найти достаточно документации, чтобы ... быть возможно, но без примеров трудно понять, что делать.
mvk1000 206 задал вопрос май 20
Welcome to Support Bible, where you can ask questions and receive answers from other members of the community.
For where two or three gather in my name, there am I with them.
Matthew 18:20
3,044 вопросов
6,004 ответов
5,671 комментариев
2,026 пользователей