Quote:
Originally Posted by slowsmile
@Mister L...Here's the latest plugin. I think the new plugin is closer to what you want now. Anyway, we'll see.
By the way, "kludge" refers to unnecessary dross code. When you use spans with classes to achieve titlecase or smallcaps for headings it makes it awkward and more difficult for the plugin code to actually find the html heading names because the heading name characters are all split up and insulted with multiple span styling. Why they don't just type in the heading the way they want to see it in their original doc(without using spans) just boggles the mind. How easy is that? That's span "kludge". For my own ebooks I never use span styling in my html headings which are always styled as a standard either as allcaps(typed in) or as proper titlecase(typed in) and that's it. See below.
|
That sort of code is used for the obvious reasons. If you "only" use smallcaps, then the text won't look right on older devices. You have to reverse-engineer the font sizes (small), (etc), so that it looks okay on KF7 and other devices. That's the simple eplanation.
Hitch