View Single Post
Old 09-27-2009, 02:50 PM   #5
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,550
Karma: 19500001
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Quote:
Originally Posted by Nautilus View Post
Yes (although I dislike the numbering on the right), but the ePUB version available on Project Gutenberg is as bad as my conversions, with no page breaks between chapters and the dreaded [pg***] right in the middle of a sentence.
Then what is the PG version that "looks perfect"? I suggest you take it, load it into Sigil, and create an ePUB file.

For removing the [pg ***] things, you could use some preprocessor. I believe Calibre does include the option to remove arbitrary text from the files it converts, you could probably catch them with something like:

Code:
\[pg [0-9]*\]
Or you could take the ePUB version and modify the formatting, it should mostly be done with CSS.
Jellby is offline   Reply With Quote