Quote:
I have one file, called "front_matter.xhtml", which contains ALL the front matter to my book, i.e. the title page, the following illustration, the table of contents and the list of illustrations. That "Add Semantics" thingie will only allow me to add one of those things.
And in any case, even if I did add a "semantic", I still don't get what that's supposed to do.
|
Split the file then add appropriate semantics to each bit.
IIRC the semantics actually updates the guide section of content.opf.
e.g.
Code:
<reference href="Text/contents.xhtml" title="Table Of Contents" type="toc"/>
and so on.
The reader should use these internally for various functions.