Home / Blog Menu ↓

Blog: #book-of-mormon

47 posts / tag feed / about the blog / archive / tags

Just released version 2.1 of the reader’s edition of the Book of Mormon. (Fixes two minor typos.)

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.


Reply via email

Scriptures in Google Docs

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.):

book-of-mormon-google-docs.png

It also allows for some interesting collaborative scripture study possibilities.

The other volumes of scripture will be coming soon.


Reply via email

Book of Mormon in Word redesigned

I recently realized that I never actually put any design effort into the scriptures in Word. Pretty lackluster:

book-of-mormon-word-before.png

So I’m now redesigning them. The Book of Mormon is done and released as version 2.0:

book-of-mormon-word-after.png

I’m still working on the other volumes and hope to release them soon.


Reply via email

More scripture releases

Today I’m releasing version 2.0 of Words of the Prophets: Selected Sermons from the Book of Mormon and the plates edition of the Book of Mormon, both now using the licensed text. (And the plates edition is also available in Kindle format for the first time.)

I’m also releasing the Book of Mormon study edition in 14 new languages: Afrikaans, Cebuano, Danish, Dutch, Hmong, Hungarian, Norwegian, Romanian, Russian, Swahili, Swedish, Tagalog, Turkish, and Vietnamese.


Reply via email

Reader’s editions 2.0

I’m pleased to announce version 2.0 of my reader’s editions of the Book of Mormon, Doctrine and Covenants, and Pearl of Great Price.

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.


Reply via email

Book of Mormon study edition 2.0

I’m pleased to announce version 2.0 of my Book of Mormon study edition.

study-edition-eng-bofm-00.jpg

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.

study-edition-spa-bofm-02.png

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.

study-edition-eng-bofm-01.png

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.


Reply via email

Old and New Testaments in JSON

Scriptures in JSON

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.


Reply via email

Book of Mormon in JSON

Scriptures in JSON

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.).


Reply via email

Scriptures in Word

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.


Reply via email

Book of Mormon reader’s edition WIP

I’m currently retypesetting the print edition of my Book of Mormon reader’s edition. The 2006 edition was one of the first books I ever typeset, and my skills then were, well, limited. (Because now they are unlimited. I jest.)

Here’s a glimpse at 3 Nephi 5 (which is normally 3 Nephi 11, but in this edition I use the chapter breaks from the first edition of the Book of Mormon):

bom-retypeset.png

I’m using Arno 11/14 for the body text, and the paperback will be available at cost via CreateSpace. The good news with the move to CreateSpace is that the book will only cost around $9 instead of the $18 it is at Lulu. (And I should add that I make no profit on these, nor do I want to.)

I will also be typesetting a matching, combined reader’s edition of the D&C and Pearl of Great Price. And after that, I’ll be doing a study edition of the D&C and Pearl of Great Price, as a companion piece to the Book of Mormon study edition.


Reply via email