View Single Post
Old 04-14-2014, 05:41 AM   #985
Anak
Guru
Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.
 
Posts: 603
Karma: 641742
Join Date: Mar 2012
Location: DE
Device: Kobo Glo
Quote:
Originally Posted by Doonge View Post
About page numbers (@Anak's post). Isn't it possible to number chapters (headings), paragraphs, and stuff like that? References can be of the form book X Chapter Y subsection Z paragraph ##. Or Figure ##.
The ID/Links examples I mentioned are part of the "best practises" when constructing an epub. Reading systems should recognize these tags to interpret their meaning (c for chapter, fig for figures, page for pages, etc.

It has a similar function as <guide> section in the content.opf. It tells/informs the user agent what type of content a specific file contains.
Code:
<guide>
    <reference href="Text/cover.html" title="Cover Image" type="cover" />
    <reference href="Text/title.html" title="Title" type="title-page" />
    <reference href="Text/copy.html" title="Copyright" type="copyright-page" />
  </guide>
Anak is offline   Reply With Quote