View Single Post
Old 08-06-2009, 12:37 PM   #62
Kralik
Guru
Kralik ought to be getting tired of karma fortunes by now.Kralik ought to be getting tired of karma fortunes by now.Kralik ought to be getting tired of karma fortunes by now.Kralik ought to be getting tired of karma fortunes by now.Kralik ought to be getting tired of karma fortunes by now.Kralik ought to be getting tired of karma fortunes by now.Kralik ought to be getting tired of karma fortunes by now.Kralik ought to be getting tired of karma fortunes by now.Kralik ought to be getting tired of karma fortunes by now.Kralik ought to be getting tired of karma fortunes by now.Kralik ought to be getting tired of karma fortunes by now.
 
Posts: 609
Karma: 1013897
Join Date: Jul 2009
Device: Rooted NST
It would be easy enough to do a quick find-and-replace to make every hard return a double return in Word. It sounds like it's now processing text files exactly the same way as Calibre.

Quote:
Originally Posted by user_none View Post
It recognizes single spaced lines as the same paragraph. All paragraphs are borken by an empty line.

So:

Code:
line1 is right here.
line2  is part of the same paragraph as line1.
Code:
line 1 is it's own.

line2 is also it's own.
It almost sounds like the file is:

Code:
    para
    para
    para
In which case that would be interpreted as all one large paragraph.
Kralik is offline   Reply With Quote