View Single Post
Old 02-17-2011, 12:06 PM   #16
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: 31,141
Karma: 60406498
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 RachDvn View Post
Cymbole, I'm trying to take your advice. I've been trying to figure out Sigil...

I loaded the Word web page/zip into Calibre, selected heuristics to detect chapters, converted to epub, saved it, opened it with Sigil. When i select "TOC editor", nothing is listed. When viewing code, no h2 tags around chapter headings. What am I missing?

Here's what I'm getting in the epub on Sigil:
Code:
<p class="MsoNormal1"><span class="calibre3">Chapter 1</span></p>
Regex Search
Code:
<p class="MsoNormal1"><span class="calibre3">Chapter (\d+)</span></p>
replace
Code:
<h2>Chapter \1</h2>
there is a space between Chapter and the \1
theducks is online now   Reply With Quote