Quote:
Originally Posted by Tex2002ans
Actually, I lied.
If you're using Calibre to read this book, one of its heuristics looks for "superscript numbers" linking to each other.
Use this Regex:
Search: (<a href="#f[tn]\d+" id="f[tn]\d+">)(\[\d+\])</a>
Replace: \1<sup>\2</sup></a>
this will change my [1] link into a superscript <sup>[1]</sup>.
Then Calibre's reader will enable the footnote popups.
|
I plan to do this Regex Search-and-replace and see if it will make my Forma do pop-ups.