Quote:
Originally Posted by DVdm
|
Using the regex function, it took me a few hours to fix the book, and then I realised something.
This was a book that I had found as a pdf, which I had converted to epub with Calibre. In an edit session I noticed that there were a bunch of paragraphs with some kind of hardcoded linefeeds. With a general search and replace, I replaced all linefeeds with nothing, effectively deleting them, and then did a global
beautifying files.
Stupid. I should have replaced the linefeeds with
spaces.
So I retrieved the original pfd from my backups, converted to epub, replaced all linefeeds with a space, and beautified all files. Ready.
Silly me!