Dear Christian and Juan,
Thank you very much for your contributions. These are great and exactly
what I want. I'll probably go with an export filter.
Thank you
Best Wishes,
Colin Baxter.
Hi,
The footnote definitions are easy to fix with CSS since they are wrapped
in divs with the .footdef class.
#+begin_src css
.footdef sup { vertical-align: baseline; font-size: 100%; }
#+end_src
But as you point out, the footnote references, are not as
straigthforward given the structure --
Colin Baxter writes:
> Perhaps it's not possible because I see that .footref in css support is
> always .
You can modify a little so that it does not alter the paragraph
line spacing so much. In this example, with a value of 0em, it is
positioned on the baseline:
#+HTML_HEAD: sup {vertical-ali
Perhaps it's not possible because I see that .footref in css support is
always .