Quote:
Originally Posted by alansplace
any idea why sometimes when i convert a tocless file to epub (even epub to epub) a toc is not generated (played with all the settings i could find that i could understand [i think])? 
|
Nothing is identifiable as a Chapter header

text (see the conversion detection templates in the 'Structur Detection'
Sigil only uses H# tags to create a TOC.
Me, I just look at
the_code and write a REGEX S&R to
1) change chapter headers to H3,
2) Insert a Sigil Page Break Marker
3) fetch me another Ale
(still have not gotten #3 to work

)