View Single Post
Old 12-19-2012, 03:23 PM   #9
DaleDe
Grand Sorcerer
DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.
 
DaleDe's Avatar
 
Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
Quote:
Originally Posted by martybess View Post
I study religion books and high light stuff in them. I’m a Sunday school teacher and refer back to highlights and quotes. All these books are free and can be copied. I copy each chapter into its on word document where it’s easier to clean up. I then compile it into a big word document.

Thus far I know I need to do the following but not sure how yet.
1- Clean word documents.
2- Add TOC etc.
3- Convert into an ebook.

--Still working on what app will work well for highlighting and annotations and also saves to a cloud. (Using the new Nexus 10)

-Marty
I take it that the highlights are in the word document as are the annotations. For best results you need to have a template in the word document that contains the styles you want to work with. Paragraph styles for original text and a different one for annotations and another for headings. However this can be corrected later.

Save as the document as filtered HTML then open up a copy of Sigil. Import the document into Sigil and use Sigil to format the document the way you wish using CSS statements. Word will save some styles at the top of the file. These can be left there are better to move them to a separate CSS, particularly if you decide to break up the single document into multiple files which is easy to do in Sigil. highlights will typically be saved in the file proper with statements like: <span style='background:yellow'>highlighted text</span>

This can be left as is or use a search to replace it with a span reference to an entry in the CSS.

Sigil can use heading styles to automatically create a TOC which will be in a separate file but instantly accessible in various ePub readers. It you also want an inline TOC Sigil can build that also although if you build a TOC in word it will be saved as an inline TOC in the filtered save HTML document.

Sigil also allows you to enter the title, author etc. of the book which it will save inside the book as metadata.

Once you save the Sigil document you will have an ePub eBook for use in various readers.

notes: Highlighting read on monochrome eBook readers can be problematic so you should inspect the results in the reader.

Sigil has its own forum here at MobileRead with lots of help and is a free download.

Dale

Last edited by DaleDe; 12-19-2012 at 03:25 PM.
DaleDe is offline   Reply With Quote