Quote:
Originally Posted by kovidgoyal
I see lots of concern over a non-issue here. As I said before this tool will be a replacement (upgrade) for the Tweak Book functionality in calibre, it will not use code from the conversion module, but instead from the Polish Books module. That code is designed to make minimal changes to the markup/css, unlike conversions. Start up calibre and run Polish Books on a couple of epubs and see what happens.
|
I do use the font subsetting of Polish Books and I can say it works very well and does not do much changing. It does however change the CSS like this...
Code:
Original CSS
.p {
margin-top: 0;
margin-bottom: 0;
text-indent: 1.2em
}
Code:
New CSS (something like that)
.p {
margin-top: 0;
margin-bottom: 0;
text-indent: 1.2em
}
I do wish that would not happen and that the CSS would be left alone except for the styles that specifically need to be changed.