View Single Post
Old 07-28-2022, 03:24 AM   #1282
Shark69
Zealot
Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.Shark69 ought to be getting tired of karma fortunes by now.
 
Shark69's Avatar
 
Posts: 136
Karma: 493152
Join Date: Mar 2012
Location: Spain
Device: Kindle Oasis 2
Quote:
Originally Posted by JSWolf View Post
Change the [3] and all other footnote markers to be part of the text. Remove the superscript code. Then convert to KFX. That will make the lines no longer have a larger line height and the tap zone will be larger and easier to see.
Quote:
Originally Posted by jhowell View Post
I sometimes see that happen depending on the font chosen on the Kindle. I don't have any solution other than trying a different font.
Thanks both of you. I've found a better solution. If you add this conversion rule in Calibre, the problem is sorted out:
If the property is greater than 20%, change the value to 20%.
That is because in some books, que <sup> property is defined like that:
sup {
font-size: 0.75em;
line-height: 1.2;
vertical-align: super;
vertical-align: 35%;
}
Highier vertical-asign than 20% produces the problem. We can shorten it a little and problem finished.
Shark69 is offline   Reply With Quote