Quote:
Originally Posted by Tex2002ans
 Using brackets instead of superscript is a good recommendation. It also makes it much easier to click, and it is better for Accessibility reasons (poor eyesight).
|
I too add brackets with a plain regex and I have this with Epub3 produced with writer2xhtml (1.6. alpha)
in the references
Code:
<body>
<section epub:type="rearnotes">
<h1>Notes</h1>
<aside epub:type="rearnote" id="ftn1">
<p class="note"><a class="noteSymbol" href="../Text/chapter6.xhtml#bodyftn1">1</a> <i>Tamerlan le Grand</i> drame en deux actes de Christopher Marlowe (1564-1593). <i>(N.d.T)</i></p>
</aside>
.../...
and in the text, you find this
Code:
Grand<span class="noteanchor"><a epub:type="noteref" href="../Text/chapter49.xhtml#ftn1" id="bodyftn1">[1]</a></span> avec ...