The following two line of code are from the BOOKNAME.html and the "guide" section of the BOOKNAME.opf files respectively.
<a id="start" name="Beginning" />
<reference type="text" title="Beginning" href="NavigatingManifoldM5.html#start"></reference>
In my opinion there's nothing in them that elucidates Kindle Preview's failure to open at the location of the anchor tag. Instead, it opens at the "acknowledgements" header, which is determined by the following two lines of code, taken again and respectively, from the BOOKNAME.html and the "guide" section of the BOOKNAME.opf files.
<h2 id="_RWTOC-4">ACKNOWLEDGEMENTS</h2>
<reference type="text" title="Acknowledgements" href="NavigatingManifoldM5.html#_RWTOC-4"></reference>
Does the preceding spark any new thinking?
|