Thanks. Oh Yes , (I have used H2 because it is H2 in the source, ebook-convert transform html upper->lowercase before creating the TOC ?) now it works but...
--use-auto-toc alone is not sufficient for getting a toc
--chapter "//*[name()='h1' or name()='h2']" used alone create a toc
--level1-toc "//h:h2" used alone also create a toc
I have read old thread which indicate "--level1-toc" should not used without "--chapter"
So, what is the role of "--use-auto-toc" ?
|