View Single Post
Old 02-05-2018, 04:55 AM   #6
roger64
Wizard
roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.
 
Posts: 2,625
Karma: 3120635
Join Date: Jan 2009
Device: Kindle PW3 (wifi)
Quote:
Originally Posted by Tex2002ans View Post

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 ...

Last edited by roger64; 02-05-2018 at 04:58 AM.
roger64 is offline   Reply With Quote