Problems with Chapter detection
Hello,
I'm using Calibre V6.11 to convert plain text files to AZW3. The chapter heading in the text file typically looks like:
<h1> CHAPTER 13 Blue Skies by Joe Bloggs </h1>
The 'h1' tag appears ONLY in the chapter headings as given above. In the Calibre conversion options, these are my settings (I've simplified them to the barest minimum):
Structure Detection -> Detect chapters at = //h:h1
All other entries on the Structure Detection page are blank.
Table of Contents-> Force use of auto-generated TofC -clicked
No. of links to add to TofC = 70
Chapter threshold = 70
Level1 ToC = //h:h1
all other entries on the page are blank.
Yet despite the apparent simplicity and lack of ambiguity of these instruction entries, the chapter detection fails. Examining the html files shows this for the chapter heading:
<p class="calibre1"><h1> CHAPTER 13 Blue Skies by Joe Bloggs </h1></p>
Please tell me why is conversion not obeying my instructions?
Many thanks in advance!
|