View Single Post
Old 07-20-2012, 09:59 PM   #10
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,800
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by Tango Mike View Post
theducks, I understand the philosophy of what you're saying even if I don't understand the practical application of it. When arfellian mentioned using the same "kit," I assumed (always a risk) that meant Word was a part of it.

Be that as it may, I would love to have your knowledge and skill at dealing with the source code and not have to rely on what some other application does in flawed attempts trying to create it. But first and foremost, I'm a writer whose core interest is in creating stories. Without the financial ability to hire others to create the products, I've had to teach myself how to do the best job I can with what I can reasonably learn without detracting too much from the writing.

The various forums for Word, Photoshop, InDesign, Sigil, and Calibre have proven to be difference between success and failure at this writer's desk. I shudder to think what it would have been like to try this without such user-friendly access to experts who are willing to share their knowledge.

TM
TM
I am suggesting no trying to do very much styling via Word. (for typical novel formatting)

Get the content down SOLID , all the word processors in the world can't do that.

Take some time to learn CSS/HTML:
Basic (EPUB usage) CSS is fairly simple. IMHO use the content MR Library for a (reverse engineering) model to borrow from.

Example of not having to set even font sizes in your word processor:

a basic Stylesheet usage plan

body { /* the basic layout, font of a page (per chapter?) */
h3 { /* used for chapter headings */
h3 + p {/* first paragraph after a heading3 */
p { /* all the rest of the paragraphs after the first*/


setting the parameters for each of those require no special 'classes' in your document th set up a look and feel of a book.


It is woth the effort.

All other styling can be treated as exceptions of the basic style
theducks is online now   Reply With Quote