View Single Post
Old 02-28-2020, 12:34 PM   #114
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,560
Karma: 20150435
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Quote:
Originally Posted by roger64 View Post
inpage footnotes

I've seen that you can insert a span wiht "fn" class, add some CSS marking for footnote-call and marker and enjoy inpage footnotes. However, I do not know how to convert an ePub3 footnote code to be used by Prince...
Is this new? I think "float: footnote" has been a feature for some time.

As for converting an endnote (I don't know about ePub3) to footnote, last time I tried it didn't work very well. I could manage something by copying the content of an element somewhere else (there is some CSS function in Prince for that), but it didn't copy the styling, so anything beyond plain text in a footnote got lost.

Quote:
open-type features.

However, I fail how to understand how I could use them with my ePub3.
I am most interested with font-variant-numeric (for oldnum) and font-variant-ligatures (for hlig) which can be added to ePub with a no-problem fallback. I still plan to use my own font for smcp.
Does this help? https://www.princexml.com/doc/ligatures/#ligatures

I don't know if Prince supports font-variant-numeric and font-variant-ligatures, what the documentation seems to say is that you can have:

Code:
font-variant: prince-opentype(ccmp, liga, onum, hlig);
Jellby is offline   Reply With Quote