View Single Post
Old 03-12-2012, 05:17 AM   #6
avantman42
Wizard
avantman42 ought to be getting tired of karma fortunes by now.avantman42 ought to be getting tired of karma fortunes by now.avantman42 ought to be getting tired of karma fortunes by now.avantman42 ought to be getting tired of karma fortunes by now.avantman42 ought to be getting tired of karma fortunes by now.avantman42 ought to be getting tired of karma fortunes by now.avantman42 ought to be getting tired of karma fortunes by now.avantman42 ought to be getting tired of karma fortunes by now.avantman42 ought to be getting tired of karma fortunes by now.avantman42 ought to be getting tired of karma fortunes by now.avantman42 ought to be getting tired of karma fortunes by now.
 
avantman42's Avatar
 
Posts: 1,090
Karma: 6058305
Join Date: Sep 2010
Location: UK
Device: Kindle Paperwhite
Quote:
Originally Posted by JimLL View Post
Again I ask, does that mean you are supposed to simply leave everything blank? You already insisted they are sensible but didn't answer my question.
It means that you should leave them as they are. If they're blank, leave them blank. If they're already filled in, leave them that way. Note that I said they "will work well enough most of the time". They won't always do what is required, and it looks like your case is one where the defaults won't do what is required. They still make a good starting point, but you'll have to make some changes.

Quote:
Originally Posted by JimLL View Post
That demo must be a great marketing aid, but just skims the surface and is not a look up.
In your original post, you asked for something "that gives you the general basics of using Calibre". I think the video does that. To my mind, the general basics are adding books, organising them, and sending them to your e-book reader.

As it happens, what you're trying to do is one of the more difficult operations, and one that is likely to require more in-depth knowledge.

Quote:
Originally Posted by JimLL View Post
When I found out that all this stuff is apparently HTML at root, I decided to try going through HTML (I went through the .odts and .docs and put H1 status on all my chapter headings before exporting as HTML) then using Calibre to convert the HTML into .epub and/or .mobi.
I don't know XPath myself (never had to use it), so I'm going by the XPath tutorial in the Calibre manual.

Make sure you convert from the HTML files that you have modified to have H1 chapter headings
In the conversion dialogue, go to the "Structure Detection" page and replace the text in the "Detect chapters at (XPath expression)" box with:
Code:
//h:h1
avantman42 is offline   Reply With Quote