Quote:
Originally Posted by RachDvn
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