Quote:
Originally Posted by jackie_w
Just a thought ... rather than having to do a full power cycle it might be enough to page forward to the next chapter. That may force a reload of the CSS when the new chapter text file is loaded.
|
Some books don't have chapters!
Short stories don't usually have chapters.
Though I always have chapters.
Best workaround currently is to edit the css of the epub, rather than use Calibre's remove blank lines option. Though I don't put blank lines.
LibreOffice Writer:
I use ^$ regex to find them in source. ^[ ] finds a leading space and [ ]$ finds a trailing space. I replace all multiple spaces with a single space and never use tabs.
I stopped using MSOffice over two years ago, even before moving completely to Linux.