First things first. Here are the versions currently in play:
- OL: 7.4.2.3
- Mac OS: 10.13.6
I have written a book that uses automatically chapter headings and no other text so that the heading appear as One, Two, Three, and so on. Each chapter is a separate file in a master document and the chapters will re-order as I rearrange the files.
All the styles, formats, and setup are (at this point) spot on. Indeed, if you print this out on paper, or export as a PDF it all renders flawlessly.
The problem is with export as ePub. If you export as ePub the chapter heading text disappears.
In raw HTML you end up with this:
<p class="para0"><span class="span0"> </span> </p>
It should be something like this:
<p class="para0"><span class="span0">One</span> </p>
I can deal with the space there, but how do I coax Writer to sticking the chapter heading text into the HTML?
TIA;
Ken