View Single Post
Old 01-27-2014, 09:57 PM   #1
JimmyR
ɴₐɴ
JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.
 
JimmyR's Avatar
 
Posts: 421
Karma: 2507940
Join Date: Jun 2011
Location: 37.2N 93.3W
Device: KV PW4 PW3 PW2
Various: The Holy Bible (KJV). V2.1. 27 Jan 2014

This is based on the King James Bible in the Project Gutenberg archive:
http://www.gutenberg.org/ebooks/10

Features of this version:
  • Title page from the 1611 First Edition
  • 1769 Introduction
  • Translators' notes to the reader
  • Fast and easy navigation
  • Dropcaps for each chapter.
  • Inline verses with superscripted verse numbers-- no pilcrows

This is an AZW3 file for the Kindle and tested on the K3, K5 Touch and the PW1 using the default Caecilia font at the minimum line spacing setting.

After trying different approaches, I decided to use images to implement the dropcaps. I know this is frowned upon for various reasons but it seemed to work best with different fonts. I used em units for the image heights and they scale well with varying font sizes. See the last two screen shots to compare at different font sizes.

The dropcaps can easily be disabled in the CSS and the original characters unhidden:
Code:
.dropcap {
  display: none;
}

.first {
  display: inline;
}
I used the glyphs from the Goudy Initialen Font which is available here:
http://www.1001fonts.com/goudy-initialen-font.html

This font is free for personal and commercial use.

All the glyph images are the same size so there should be no need for individual styling.

For different fonts and line spacing, adjustments will most likely be necessary. For example, if you are using Caecilia at the medium line spacing setting, use the following CSS:
Code:
.dropcap {
  float: left;
  height: 4em;
  margin-top: .5em;
  margin-left: -3px;
}
The first two screen shots are at the minimum and medium line spacing settings respectively.

Epub version here:
https://www.mobileread.com/forums/sho...79#post2749679

Version History:
  • v1. Original
  • v2. Added Different font Glyphs for drop capitals. Cosmetic changes.
  • v2.1. Fixed bad/missing chapter index links.
This work is assumed to be in the Life+70 public domain OR the copyright holder has given specific permission for distribution. Copyright laws differ throughout the world, and it may still be under copyright in some countries. Before downloading, please check your country's copyright laws. If the book is under copyright in your country, do not download or redistribute this work.

To report a copyright violation you can contact us here.
Attached Thumbnails
Click image for larger version

Name:	BibleMinLH.png
Views:	524
Size:	40.1 KB
ID:	118448   Click image for larger version

Name:	BibleMedLH.png
Views:	505
Size:	40.1 KB
ID:	118449   Click image for larger version

Name:	BibleSmlFont.png
Views:	485
Size:	39.9 KB
ID:	118450   Click image for larger version

Name:	BibleLrgFont.png
Views:	475
Size:	45.3 KB
ID:	118451  
Attached Files
File Type: azw3 The Holy Bible - KJV - Various.azw3 (3.93 MB, 465 views)

Last edited by JimmyR; 01-29-2014 at 06:09 AM. Reason: Updated Version - Fixed TOC issues
JimmyR is offline   Reply With Quote