De acordo com o usuário do mobileread, Doitsu:
You can hide chapters from the flow by manually adding a linear="no" attribute in the spine section of the .opf file. However, many reading apps ignore this attribute.
Para ocultar as notas de fim:
Coloque isso na tag HTML:
xmlns:epub="http://www.idpf.org/2007/ops"
Coloque isso na tag a:
epub:type="noteref"
E finalmente use epub: type = footnote no lado e div da citação:
<aside epub:type="footnote">
<div epub:type="footnote" id="citation1">
<p><a href="#citation_ref1">^ <strong>[1]</strong></a>Citation</p>
</div>
</aside>