View Single Post
Old 12-10-2015, 08:58 PM   #790
edeniz
Zealot
edeniz began at the beginning.
 
Posts: 132
Karma: 10
Join Date: Oct 2015
Device: Sony Reader, Tolino Shine, Samsung Galaxy S3
Quote:
Originally Posted by jennifer_voorhee View Post

I want to reiterate that the number of chapters is correct on the "title page" of the epub, it's only when you go to the table of contents in Calibre's ebook viewer, or go to navigate to a specific chapter in an e-reader that you can easily see that the ebook is not divided into chapters.
If I may butt in:

I had a similar problem. It turned out that the story in question did not have chapter titles, and because I'd used an aggressive stripping pattern, it looked like the story weren't divided into chapters in the epub TOC. The solution was to simply use this:

Spoiler:
Code:
strip_chapter_numbers:true

chapter_title_strip_pattern:^([0-9]+[\.: -]+)?(Chapter *[0-9]+[\.:, -]*)?

add_chapter_numbers:true


I tried downloading your link, and had no problems. Even using only the default plus the above mentioned.

Last edited by edeniz; 12-10-2015 at 09:00 PM.
edeniz is offline   Reply With Quote