After far too long, the re-typeset print edition of the Book of Mormon reader’s edition is now available. You can download the PDF or purchase a perfect-bound paperback via Lulu.
There’s also a new spiral-bound wide margin edition. It’s basically the reparagraphed text of the reader’s edition in the wide margin style of the study edition.
Also, the print edition is getting closer. I’ve been refactoring my publishing scripts to make things more seamless on my end, and that’s close to done.
I’ve taken the Word edition of the Book of Mormon and have uploaded it to Google Docs, where people can then copy it to their local Google Drive and use it as a study aid (highlighting, comments, etc.):
It also allows for some interesting collaborative scripture study possibilities.
The other volumes of scripture will be coming soon.
Like the study edition, this versions now use the licensed text of the scriptures from the Church. They’re available in EPUB and Kindle for now, with PDF and print editions forthcoming.
This version now uses the licensed text of the scriptures from the Church, which means I’m finally able to make editions in other languages. To start out, we’ve got French, German, Italian, Portuguese, and of course Spanish.
To make it easier to create versions of the study edition in other languages, I started over from scratch, using a set of Python scripts to pull the text from the files the Church sent me, then generate a LaTeX document that gets turned into the PDF. It’s a really nice workflow.
Over the next month or so I’ll be revising several of my other scriptures projects (reader’s edition, Words of the Prophets, etc.) to use the licensed text, with a similar Python-based workflow to make updates easier.
Also, if you’re interested in a study edition in a new language, let me know.
The JSON versions of the Old and New Testaments are now available.
Also, I’ve compared all five standard works against the text on LDS.org and have fixed dozens of typos, a list of which you can see in the README changelog. (I had mistakenly assumed that my source text had been corrected, but that doesn’t seem to be the case.) None of the typos were doctrinal in nature — they’re all minor typographical fixes — but I recommend updating nonetheless.
I’ve released a JSON version of the Book of Mormon. Also available on GitHub.
Note: there’s an existing JSON version at the Mormon Documentation Project, but it has some unnecessary content (database IDs, duplicate info, etc.) and isn’t structured hierarchically. I did however use the MDP SQLite file to extract the text for this, then added additional content (title page, the book/chapter headings that were in the original text, testimonies) and made the changes from the 2013 edition.
Anyway, enjoy. I plan to do the same thing with the other volumes in the standard works. I’m also planning an expanded version of the Book of Mormon with extra metadata (people and places mentioned in each verse, author of the verse, etc.).
At someone’s request, I recently put together Microsoft Word editions of the LDS standard works, for use as study aids. (The person who requested it is using Word to highlight, annotate, and add footnotes/endnotes.) Verse numbers are included.
Process (for the curious)
I downloaded an SQLite version of the scriptures and wrote a Python script to extract the text in the right order, with markers for the headings. I then copied and pasted the whole thing into Word.
In Word, I did some wildcard-based find-and-replacing to remove the heading markers and apply the appropriate styles, and then I added a hanging indent so the verse numbers are less obtrusive.