ThomHehl / Moffatt

The Moffat Bible
1 stars 1 forks source link

USFM file identifications and headers #8

Open DavidHaslam opened 6 years ago

DavidHaslam commented 6 years ago

All the USFM files lack several header lines before \mt1 bookname some of which are mandatory.

Refer to the USFM 2.4 User Reference for details. Here's an example from a file from another project.

\id LAM
\ide UTF-8
\rem Vulgate Clementine
\h Lamentationes
\toc1 Lamentationes
\toc2 Lamentationes
\toc3 Lam
\mt1 Lamentationes

Not all these lines are required, but most are. The first line must be \id XXX where XXX is the specified three character book identification tabulated in the User Reference.

DavidHaslam commented 6 years ago

See also #3

DavidHaslam commented 6 years ago

I have since added the header lines in my branch and I will later issue a pull request.