dquangsinh / fb2pdf

Automatically exported from code.google.com/p/fb2pdf
0 stars 0 forks source link

footnote handling #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Take a look at this book:

aldanov_mark_zagovor.pdf

it contains a lot of footnotes. It is easy now to click on footone number
to view it. However, since ebook does not have BACK button, there is no way
to get back to reading your text.

We need to include "backlinks" in each footnote, to the place where it was
referenced. Since (theoretically) same footnote could be referenced from
several pages, we need to handle this situaiton, buy creating instances of
each footnote text for each reference. This instances will contain the same
text, but different backlinks.

Original issue reported on code.google.com by kroko...@gmail.com on 9 Apr 2007 at 4:57

GoogleCodeExporter commented 8 years ago
fixed, using regular TeX footnotes.
Looks nice!

Original comment by kroko...@gmail.com on 23 Apr 2007 at 4:13

GoogleCodeExporter commented 8 years ago
commited

Original comment by kroko...@gmail.com on 23 Apr 2007 at 4:41