chapter detection, basic functionality
I encountered some problems in chapter detection while testing the bookit plugin, and found out that I don't understand exactly how it works.
Quite simply, I created a small html file with "<h1>some text</h1>" here and there, to represent chapter headings.
I found out that the html2lrf switches: --add-chapters-to-toc --chapter-regex="." (or --chapter-regex="h1", or --chapter-regex 'h1', or different other variations) accomplish exactly nothing: the lrf is created, without any TOC.
Can you please explain me what I'm doing wrong?
Thanks!
alessandro
|