The Cross-Referenced Bible

The Cross-Referenced Bible Cover

The Cross-Referenced Bible is going to be available on the 1 November (Get it here). This is a Kindle Bible, formatted to allow the reader to jump back and forth easily between relevant cross-references and explore the Bible with ease.

The process for creating it was somewhat technical. The open source files were available in LaTeX, a markdown language used for typesetting. It’s a text document, and here’s a snippet of Genesis 1:1:

\par }\ChapOne{1}{\PP \VerseOne{1}In the beginning, God\FTNT{*}{{\FR 1:1 }
The Hebrew word rendered “God” is “אֱלֹהִ֑ים” (Elohim).} created the heavens and the earth.

https://worldenglishbible.org/

You can see that it mushes together the footnotes, the verses, and the formatting. Since I wanted to add additional footnotes, I first extracted all this into the various components in a format that could be read by Python (the coding language I used to manage all this).

Next, I made an additional Python script to put it all back together into an ePub format. Here’s what that looks like:

<p><a href=”../Text/nav1.xhtml#Ge”><span class=”ch” id=”1v1″>1</span></a> In the beginning, God <a href=”../Text/footnotes.xhtml#0″>[*]</a> created the heavens and the earth.

<p id=”0″><a href=”../Text/Ge.xhtml#1v1″>[Ge 1:1]</a> The Hebrew word rendered “God” is “אֱלֹהִ֑ים” (Elohim).</p>

The Cross-Referenced Bible

Between this, I created a script for tweaking the formatting of various lists such as the genealogies.

Between all this administrative work was the interesting part of gathering cross-references and a few additional footnotes. This is likely an on-going piece of work. But the code then takes the spreadsheet with all this information and includes it in the epub format.

The spreadsheet with the cross-references and footnotes can be viewed here: XREF and FTNT Google Spreadsheet

If you would like to suggest additional footnotes or cross-references for future additions, please contact me. There is some editorial judgment involved since I want the manuscript to be readable in the end. But in general, I err on the side of inclusion.

The version is the World English Bible. (I did find and correct two minor typos. I have submitted those to the editors.)

If you are looking for a Kindle version of the Bible, that is easy to navigate and explore, look no further. You can also make notes and highlight the text sync’ed across your devices (Kindle, tablet, phone) or online (read.amazon.com).