Hello,
We are using Prince 9, and I have successfully managed to integrate footnotes and also making the call (the marker appearing in the middle of the document) be superscript. But the marker next to the footnote on the footer of the document doesn't appear as superscript.
We've added:
.page-footnote::footnote-call { content: "" counter(footnote, decimal) ""; vertical-align: super; font-weight: bold; }
.page-footnote::footnote-marker { content: "" counter(footnote, decimal) ""; vertical-align: super; font-weight: bold; }
to no avail. Which then led me to look at the samples of Prince. This one in particular:
http://www.princexml.com/howcome/2010/magic/prince7.html
The HTML source calls for the marker to be super scripted:
.footnote::footnote-marker {
vertical-align: super;
font-size: 0.8em;
padding-right: 0.4em;
}
But the resulting PDF
http://www.princexml.com/howcome/2010/magic/prince7.pdf
Isn't so. Perhaps it's a bug in Prince or am I doing something wrong?
We are using Prince 9, and I have successfully managed to integrate footnotes and also making the call (the marker appearing in the middle of the document) be superscript. But the marker next to the footnote on the footer of the document doesn't appear as superscript.
We've added:
.page-footnote::footnote-call { content: "" counter(footnote, decimal) ""; vertical-align: super; font-weight: bold; }
.page-footnote::footnote-marker { content: "" counter(footnote, decimal) ""; vertical-align: super; font-weight: bold; }
to no avail. Which then led me to look at the samples of Prince. This one in particular:
http://www.princexml.com/howcome/2010/magic/prince7.html
The HTML source calls for the marker to be super scripted:
.footnote::footnote-marker {
vertical-align: super;
font-size: 0.8em;
padding-right: 0.4em;
}
But the resulting PDF
http://www.princexml.com/howcome/2010/magic/prince7.pdf
Isn't so. Perhaps it's a bug in Prince or am I doing something wrong?