tfbf / Bible-Punjabi-Pavitr-Bible-1945

Bible-Punjabi-Pavitr-Bible-1945
Other
5 stars 9 forks source link

Paragraph markers \p are better placed on a separate line #26

Closed DavidHaslam closed 7 years ago

DavidHaslam commented 7 years ago

In the concatenated USFM file there are 566 instances of the string \p \v

It would be preferred to place each paragraph marker \p on its own line.

This is not a USFM conformance issue per se. More a matter for improved human readability.

DavidHaslam commented 7 years ago

(FIO) 524 out of the 566 instances are for verse 1 of a chapter.

DavidHaslam commented 7 years ago

I have just fixed this in my fork of master. I also removed all blank lines.

I have a TextPipe filter that can process all 66 files systematically.

See also issue #20

DavidHaslam commented 7 years ago

After the recent merge #81 and any others like it, before I make my concatenated USFM file, or convert the USFM files to OSIS XML, I generally run my TextPipe filter to implement this improvement locally.

DavidHaslam commented 7 years ago

This issue has been fixed by merging pull request #96.

The only related matter is that of mid-verse double danda, for which I will add a new issue.